-
I'm intending on working on cupy support in xarray along with @quasiben. Thanks for the warm welcome in the xarray dev meeting yesterday!
I'd like to use this issue to track cupy support and discus…
-
@fmaussion How did your salem package never come up in https://github.com/pydata/xarray/issues/2288? Do you see an overlap with the geoxarray package? What are the goals of salem and where do you see …
-
Hey @snowman2, I have also been playing around with the xarray for geospatial fuctionality as well which you can access at [xgeo](https://geosynopsis.github.io/xgeo). As rightfully pointed out by @djh…
-
At the moment, we have a decent set of functionality to work with in-memory vector data cubes. What we do not have is a way of saving them to a disk and reading back again, apart from using `pickle` w…
-
Hi there,
We want to use [Datatree](https://github.com/TomNicholas/datatree) (a new package for working with hierarchies of xarray Datasets) together with Xpublish. A single `datatree.DataTree` ca…
-
Already mentioned when discussing #383, we need to move out all function of `Raster` and `Vector` to live outside the class, both to facilitate the Xarray accessor and tests.
Here's an idea of stru…
-
### Pandas version checks
- [x] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/i…
-
The x/y pixel coordinates of an AGIPD module are labeled `dim_0` and `dim_1` for the processed data. In case of the raw data we have the additional gain coordinate which is labeled `dim_0`. So now the…
-
### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/i…
-
Is it possible to add an optional `ax` argument to the `plot_trajan_spectra`[https://github.com/OpenDrift/trajan/blob/main/trajan/plot/spectra.py](url) method?
I think this would be convenient for …