Jonathan Demaeyer

Results 8 issues of Jonathan Demaeyer

Hi there, I am using a homemade tensor class in my model code together with numba functions for tensor products. If I understand well, sparse also use numba to accelerate...

type:support

Hi, Can I suggest merging strategy/options (similar to what is possible with `xr.merge`) for `to_xarray`. I'm asking this because I got the following error while making a call to this...

feature request
discussion

The title is quite explicit :p . I get this error in the tests for the release of a new version of the [EUMETNET benchmark climetlab](https://github.com/Climdyn/climetlab-eumetnet-postprocessing-benchmark) plugin. Is climetlab still...

Hi there, While trying to load my AUTO data into a Jupyter notebook, I ran into a possible issue with the `__repr__` method of the `Pointset` python class: ```python auto_directory...

Hi there, When using `to_grib` to write to GRIB v2, I keep receiving message like: ``` ECCODES ERROR : concept: no match for cfName=unknown ECCODES ERROR : concept: input handle...

Hi there, I'm presently trying to load, modify and rewrite ECMWF perturbed members using `to_grib` in GRIB v1, and despite all the other needed keys being there, the keys `perturbationNumber`...

Hi there, While trying to reuse the code of the documentation for hyperparameters optimization, I found that the variables scopes for the datasets are not correct, with the `objective` function...

* climetlab-eumetnet-postprocessing-benchmark version: 0.2.4 ### Feature request Automate the zarr support when the plugin is installed with climetlab through pip. See https://github.com/ecmwf/climetlab/issues/45 for more details.

enhancement