-
It would be nice to have https://github.com/pydata/xarray on Carnets. I tried to install with `!pip install xarray` but I got the following error (sorry for the funky formatting):
> ERROR: Complete…
-
Not compatible with latest xarray, e.g. uses the depreciated 'inplace' argument for merging datasets.
-
### Zarr version
v3
### Numcodecs version
n/a
### Python Version
n/a
### Operating System
n/a
### Installation
n/a
### Description
As part of getting xarray ready for zarr v3, I'm looking a…
-
I am sharing a snippet of code showing how the wavelet transform function from clouddrift can be used with xarray dataarrays. It doesn't work directly because of the `np.moveaxis` function to start wi…
-
We'd like to make sure that Xarray works with the new version of dask dataframe
I took a quick look at the codebase, and it looks like they're using `dd.from_dask_array`, so everything should be ok…
-
Hi @zac-HD and @tomwhite :wave:
@keewis and I spent today trying to design a duck array test suite for xarray using hypothesis. This (temporary) repo contains the sketch of what we're trying to do,…
-
Currently, `fx_file` has the call signature `(filename) -> (filename)`. Thus, files need to be copied if they need to be modified (overwriting input files is a very bad idea), which is very expensive.…
-
### Description
The loss calculation returns NaN values when the likelihood parameter is set to "bernoulli-gamma" in the ConvNP model
### Reproduction steps
```bash
1. Imported an xarray zarr file …
-
Having to use `import pint_xarray` is a bit clunky especially since it does not have explicit usage and can be deleted by some linters. How about proposing xarray upstream to expose a new `entry-point…
-
Hello udfs,
This is xarray-spatial stopping by to say we've recently updated to work with Python 3.12 which was an overdue change.
I see here that xarray-spatial is a dependency for `udfs`, feel…