-
I tried to read a .grib file from ECMWF forecasting products downloaded from https://apps.ecmwf.int/datasets/data/tigge/levtype=sfc/type=fc/. I opened the file with python xarray:
``` python
>>> imp…
-
Not sure if this is virtualizarr or icechunk's fault but the error was raised inside icechunk so I'm raising it here.
### MCVE
```python
import xarray as xr
ds_original = xr.tutorial.ope…
-
I'm wondering if it would be possible to depend on titiler-xarray for titiler-cmr rather than having a separate XarrayReader in this library? The benefit of this would be reducing code duplication. Fo…
-
### What happened?
I am trying to run `ai-models` on a set of models. I want to launch multiple forecasts at different timesteps and compare them with the outputs of ERA5. Due to the requirements of …
-
In order to create and use virtual datasets with python, users will want to use `kerchunk` and `virtualizarr`. These are just starting down the path to zarr 3 and icechunk compatability. This issue wi…
-
I don't entirely understand all of the different packages and standards, but it appears that there's now some more built-in support within `xarray` for handling complex numbers in netCDF files. Here's…
-
How should a STAC Collection containing many geospatial rasters that span many CRSs map to GeoZarr?
For example if I have Sentinel-2 or Landsat data spanning UTM zones, I don't want to have to repr…
-
### What happened?
When grouping by a coord which has multiple dimensions and reducing by a subset of dimensions, the returned dimensions are given as the int values `(0,1)`, rather than the actual…
-
It would be great to add lectures on GDAL and Xarray
-
Hey pymechs,
When trying to read a field with xarray wrapper, I have the error :
```python
File "/Users/r/Desktop/bffunc.py", line 1583, in rdnek3d
ds = open_dataset(fname)
^^^^…