Results 377 comments of Kai Mühlbauer

@aperezhortal :+1: :100: Great work! I think the major selling point is the neat automation and that the rendered artifact __IS__ actually deleted after some period of time. So no...

@dnerini This would be just one line of code, if xarray would be adopted, see https://github.com/pySTEPS/pysteps/issues/12

Is there some solution for this ahead? I would fully support the xarray approach. There is also no need to subclass Dataset but xarray Accessors can be used instead. This...

I've created a [simple gist](https://gist.github.com/kmuehlbauer/645e42a53b30752230c08c20a9c964f9), which shows some capabilities of xarray and how it could be used for pysteps. If there is real interest here, I can try to setup...

Thanks for your immediate feedback @dnerini, @cvelascof. I might be a bit biased since I just did the implementation for xarray based polar data handling and processing within wradlib (CfRadial1,...

Added simple [LK workflow for GIF images](https://gist.github.com/kmuehlbauer/645e42a53b30752230c08c20a9c964f9#file-xarray_pysteps_gif-ipynb) from meteo swiss. Shows xarray DatasetAccessor feature and some xarray.pipe. Also xarray.rolling capability is shown.

> To achieve this, not only do we need xarray, but we also need to think if and how to standardize the data. There are questions like: > > 1....

@hmaarrfk Thanks, that would be a nice enhancement. I would not restrict this to `h5nccopy` as other tools might be of interest too: - `ncdump` (netcdf-c) - `nc-info` (netcdf4-python) From...

@aidanheerdegen Thanks for raising this. A MCVE would be really great to help this tracking down. Could be a file locking issue, but that's just guesswork.

There has been a lot of changes to the dimension handling since version 0.12. It will be a hard undertaking to figure this out without example code. I'd have a...