-
Using vtkNetCDFCFReader as described in #99
- [x] to netcdf file to paraview
- [x] to netcdf file to Python (PyVista Plotter for display)
- [ ] Xarray direct (no netcdf file)
- [x] Xarray slice …
-
The wradlib dependency dbtree has migrated to xarray resulting in a DeprecationWarning when running nox tests in the current poetry environment. Using xarray v2024.10.0 and xarray-datatree v0.0.15.
-
- [ ] Typos in xarray (e.g. panfas and coorfinates)
- [ ] Add `xarray.open_dataset` to the start of ex01a
- [ ] xarray exercise numbering --> change a, b to numbers
- [ ] python-intro - we did extr…
-
ndpyramid v0.3.1
xarray v2024.10.0
MRE: ```import ndpyramid```
```python
ImportError Traceback (most recent call last)
Cell In[7], line 1
----> 1 import ndpyra…
-
It would be useful to have a page in the user guide explaining how to use Cubed with Xarray.
-
### Summary
I am working with different climate data sources that come in the form of .netcdf files and xarrays. Although, I am not an expert in that domain, it seems that this is the go to data form…
-
`DataTree` is already available in `main` and will be usable and importable from `xarray` directly starting with next xarray release. see https://docs.xarray.dev/en/latest/whats-new.html and https://g…
-
-
**Is your feature request related to a problem? Please describe.**
Currently, if I parse an xarray DataArray into an image container, the coordinates are overwritten with pixel coordinates even if I …
-
here's the basics of how we could return an xarray object (sometimes you'll want the date from the fileset, sometimes it will be in the object already)
```R
library(reticulate)
xarray