-
_Originally posted by @aladinor in https://github.com/pydata/xarray/issues/9511#issuecomment-2405191800_
Hi everyone,
I've been working with hierarchical structures to store weather radar. We’r…
-
I'll open this as an issue first in case it exists and I couldn't find it. I'm looking for a function like xarrays `align` to be able to align the keys of multiple `KeyedArrays`. If this doesn't exist…
-
### What happened?
I would like to concatenate two dataarrays or two datasets, save them to zarr, read them into xarray again at a later time, and have all the coordinates intact.
However, if I co…
-
### Summary
The HIT Count Rates L1A science data product data must be put into a xarray dataset and written to a CDF. This work will including setting all the the necessary CDF attributes as well.
-
2. A Python tool that would convert CoverageJSON objects into common frameworks like xarray, geopandas, Zarr, etc, ready for analysis and plotting.
Along the way it could do validation of "the par…
-
**Is your feature request related to a problem? Please describe.**
I'm working on some caching/data-provenance functionality for xarray objects, and I realized that there's no standard/effici…
-
### What is your issue?
_Originally posted by @TomNicholas in https://github.com/xarray-contrib/datatree/issues/206_
@andersy005, @jbusecke and I noticed that for big trees (hundreds or thousand…
-
> Looking again at the inheritance structure, I'm noticing we recreate the entire API on every child model class. This has the benefit of making the signature explicit and the auto built docstrings co…
-
A user contacted me about an issue and as usual, it was related to NCO (or pynco?) when running on Windows. My initial idea was to run the processing on Linux since this almost always solves the issue…
-
- use **cupy-xarray** instead of xarray
- use **cupy** instead of numpy. In particular convolving the slope could be done on GPU, see https://carpentries-incubator.github.io/lesson-gpu-programming/cup…