-
For examples, see:
https://github.com/martinfleis/xvec
https://github.com/dcherian/crsindex/blob/main/crsindex.ipynb
They can be set with:
https://docs.xarray.dev/en/stable/generated/xarray.Da…
-
Right now a user can pretty easily set up a streams object with a HoloViews object as its source:
```python
import panel as pn, xarray as xr, holoviews as hv, hvplot.xarray
pn.extension()
ds =…
-
This came up in #234 and I want to capture the idea here:
I'd like to be able to not just ask for the "ssh" variable for example, but ask which type of variable I have. So in addition to:
```
d…
-
### Is your feature request related to a problem?
With satellite remote sensing data, you sometimes end up with a blown up DataArray/Dataset because individual acquisitions have been saved in slices:…
-
In the long term, it might be more pythonic for methods related to e.g. a scalar field (eg : its gradient, smoothing etc...) to be attributes of the dataArray itself.
> grd = oocgcm.oceanmodels.nemo.…
-
Some datasets for c3s-cordex are failing on get_bbox: https://github.com/roocs/catalog-maker/blob/4ba705a29f4133ec2f1cf1cbefc04ce4d31912f1/catalog_maker/catalog.py#L49-L67
with the error `Attribute…
-
I realize that you're collecting use-case ideas right now, but eventually you'll need implementations and here's an idea to start.
## Efficiently encoding ragged data in xarray
An Awkward Array …
-
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…
-
The followings inputs don't have a standard name. This is a problem for the accessor / the auto-detection. So we either need to open a request to add a standard name in the cf convention (let's call i…
-
@jthielen proposed a rough accessor API in [pint/#849](https://github.com/hgrecco/pint/issues/849#issuecomment-579992247), to which I've added a couple of things:
**DataArray**:
- [x] `da.pint.t…