zarr-developers / VirtualiZarr

Create virtual Zarr stores from archival data files using xarray syntax
https://virtualizarr.readthedocs.io/en/latest/
Apache License 2.0
67 stars 10 forks source link

Identify non dimension coords #156

Closed TomNicholas closed 1 week ago

TomNicholas commented 1 week ago
TomNicholas commented 1 week ago

The implementation here could potentially be replaced by one based on xr.decode_cf (see #157), but the tests added here will still be useful to define the intended behaviour.