-
consider xarray for storing multi-channel audio and/or multi-channel spectrograms
-
Lot of things in https://gitlab.inf.unibz.it/earth_observation_public/raster-to-stac/-/blob/main/raster2stac/rioxarray_stac.py?ref_type=heads are adapted version of rio-stac code to support Xarray dat…
-
I'm attempting to run a similar example shown in the [xarray flox demo](https://xarray.dev/blog/flox).
Everything appears to compute lazily, but fails when I try to pull the entire array down. Cert…
-
I'm trying to define a catalog with an Xarray reader for my Zarr files using intake v2. Looking at the available readers, I think the following should work, but I am getting the exception below.
``…
-
Xarray has been fixed to version 2024.09.0 due to failing unittests.
There seems to be 2 kinds of errors
- to_netcdf stopped working
- deepcopy of the clip utility failed when applied to a model with …
-
### Is your feature request related to a problem? Please describe.
The goal is to add the same (limited) support to xarray that is currently available for GRIB fieldlists.
### Describe the solution …
-
In xarray HybridMappingProxy was renamed FilteredMapping:
[https://github.com/pydata/xarray/commit/278b11acc0481947c6fabe4c26bea6675247101f#diff-3c0ce7941684cbac55c00ab8906[…]acc1de1908ee2afa915dbcb7…
-
Hi there I am running into this error:
`FileNotFoundError: [Errno 2] No such file or directory: '/root/data/nam/20221216/subset_fbef5bc9__nam.t12z.awphys00.tm00.grib2'`
when I run this code:
```p…
-
### What is your issue?
Something like this works, but is a little awkward -- especially the skipping over dimensions that are only defined on some node levels:
```python
def concat(*datasets, dim)…
-
Using vtkNetCDFCFReader as described in #99
- [x] to netcdf file to paraview
- [x] to netcdf file to Python (PyVista Plotter for display)
- [ ] Xarray direct (no netcdf file)
- [x] Xarray slice …