-
Hi Ian,
I'm somewhat loath to submit another issue here after my first, but now that I've got everything up and running on a machine at home (macbook pro 2016 intel chip) and my linux machine at wo…
-
### What is the problem this feature will solve?
I would like to be able to store astropy `Quantity`s in xarray `DataSet`s. Trying to put a `Quantity` inside a `DataArray` doesn't error, but it is…
-
**Is your feature request related to a problem? Please describe.**
In order to use Xarray with alternative array types like `cupy` the user needs to be able to specify the underlying array type wit…
-
### What happened?
There's an example on the home page: https://xarray.dev/ together with a notebook-like widget where the user is instructed to try out the code. The kernel however isn't preloaded w…
-
As noted by @koldunovn: We should have a look at https://pyresample.readthedocs.io/en/latest/
-
#### Code Sample, a copy-pastable example if possible
```python
>>> import io
>>> import pandas as pd
>>> csv = lambda: io.StringIO('date')
>>> df = pd.read_csv(csv(), dtype=int)
>>> df.dtyp…
-
From: https://github.com/corteva/rioxarray/issues/119#issuecomment-642692603
I am thinking if `geoxarray` could be a useful utility for re-projecting xarray datasets/dataarrays with Dask if it has …
-
Hey, I am using salem.roi to subset data with a shapefile, but I am getting a very long runtime of about 1,5 hrs. Is this normal or am I doing something wrong?
ghost updated
4 years ago
-
As part of a notebook for pymc (https://github.com/pymc-devs/pymc-examples/pull/241, seen [here](https://github.com/pymc-devs/pymc/pull/5085)) to support the addition of the Generalized Extreme Value …
-
**Describe the bug**
Unable to import SpatialData as `DataTree` was merged to Xarray with the [latest release v2024.10.0](https://docs.xarray.dev/en/latest/whats-new.html#v2024-10-0-oct-24th-2024).
…