Florian Pinault

Results 11 comments of Florian Pinault

The comment from henrica above gives a solution to @xylar 's issue. Here is the original example where I added : data_vars='minimal'. ```python #!/usr/bin/env python3 import xarray ds = xarray.open_mfdataset('example_jan.nc',...

Thank you for going deeper in explaining your specific use case. I agree with @JesperDramsch for avoiding the loop. Assuming you actually know the structure of your times axes, perhaps...

What happens is that cfgrib sees only one file with inconsistent values for the dimension "step". The error is raised by cfgrib, change cfgrib to make it create NaN values...

Thinking further about this, it would need some coding but CliMetLab could help there. What about the following API? To add nan to make sure all variables have the requested...

You do not have to install any dependencies with conda. `pip install climetlab` should work out of the box. Depending on the other packages that you have, depending on their...

These are the installations supported directly by climetlab https://github.com/ecmwf/climetlab/actions/runs/2550905617 they are tested for each release under standard environments with github actions. I do not know which platform you are using....

I have the same use case of resampling swaths with high memory consumption. I saw some dependencies on dask in pyresample. Would using dask/xarray be a solution to avoid loading...

This seems to be a cache issue, this is a duplicate of #912 . Wait a few hours/days and this should be fixed.

Hello Vedant, depending on your background/interest/time, you may want to focus more on one of the three tasks offered here or address all of them. Regarding task 3, a first...

I got more questions from email: > For Task 1, I think we want matplotlib as an alternative/ replacement for Magics in Climetlab, but some clarification would be helpful.! Magics...