Joran R. Angevaare

Results 15 issues of Joran R. Angevaare

Add `longitude_bnds` and `latitude_bnds` to `cmip_renaming_dict`, this allows renaming for example renaming bounds for `'ScenarioMIP.UA.MCM-UA-1-0.ssp585.r1i1p1f2.Amon.gn.none.tas'` . - [x] Tests added - [x] Passes `pre-commit run --all-files` - [x] Passes `pytest`...

A potential solution to #295. Instead of assuming there are a cyclic 360 datapoints (in longitude), assume that the set is cyclic with however many datapoins in there are in...

_Thanks a lot for this great tool that comes in super handy for harmonizing CMIP data_ ## The bug When using data with more than 360 lon coordinates, the `replace_x_y_nominal_lat_lon`...

_Thanks again for this fantastic tool!_ ## The problem In a particular dataset, the `lon` and `lat` dimentions are called `latitude` and `longitude`. The dataset is: ``'ScenarioMIP.UA.MCM-UA-1-0.ssp585.r1i1p1f2.Amon.gn.none.tas'``. The issue is...

**Describe the bug** `OverlapWindowPlugin` causes un-splittable chunks. See e.g. `'020318'` **To Reproduce** Insert the MWE of how to reproduce the error ```bash straxer 020318 --target event_info_double --context xenonnt_v3 --package cutax...

bug

One of my favourite compressors for saving dataframes might be worth the investigation for saving our structured arrays to

enhancement
good first issue

`Plugin.__version__` is used where `Plugin.version` should be used. Examples: - [L2021](https://github.com/AxFoundation/strax/blob/a0d51fdd3bea52c228c8f74c614fc77bb7cf1bc5/strax/context.py#L2021) - [L549](https://github.com/AxFoundation/strax/blob/a0d51fdd3bea52c228c8f74c614fc77bb7cf1bc5/strax/context.py#L549) - [L695](https://github.com/AxFoundation/strax/blob/a0d51fdd3bea52c228c8f74c614fc77bb7cf1bc5/strax/context.py#L695) After writing #690, I'm starting to seriously doubt the usefulness of having a `version` that...

bug

**Describe the bug** keepcolumns gives sometimes weird issues when it's run on not-yet stored data **To Reproduce** ```python st = straxen.contexts.xenonnt(cmt_version='global_v6') st.set_config({correction_name: correction_value}) df = st.get_df( ['018904', '018816'], 'event_info', keep_columns='cs1',...

bug

In #447 we made a temporary patch which is preferably better understood and better addressed.

bug

For several applications it would be nice to have an index of "how deep" a plugin is. For example for the datastructure in the straxen documentation we need such a...

enhancement
good first issue
documentation