Replies: 2 comments 1 reply
-
|
https://corteva.github.io/rioxarray/stable/getting_started/getting_started.html#xarray
|
Beta Was this translation helpful? Give feedback.
-
|
So you are saying that in the example on https://corteva.github.io/rioxarray/stable/examples/examples.html: In my case this does not help. I do not use the standard xarray engine or netcdf files, it is an xarray engine plugin provided by the wradlib package: https://github.com/wradlib/wradlib/blob/main/wradlib/io/backends.py Would you agree with the description that this engine and the rioxarray package don't agree how the coordinate system should be stored in an xarray dataset? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to open RADOLAN files (hdf5 from DWD, in ODIM_H5/V2_3 format) with the xarray engine from the wradlib package.
Now I have to add the line
before I can
and it feels a bit awkward to me? The file contains crs info in a standardized format, so shouldn't it be ready for reprojection after opening?
Beta Was this translation helpful? Give feedback.
All reactions