intake / intake-xarray

Intake plugin for xarray
https://intake-xarray.readthedocs.io/
BSD 2-Clause "Simplified" License
74 stars 36 forks source link

intake v2 overrides `zarr` driver alias #144

Closed rafa-guedes closed 2 months ago

rafa-guedes commented 2 months ago

In intake v2, the alias for the intake.source.zarr driver was renamed from ndzarr to zarr. This conflicts with the intake-xarray's version so the latter can no longer be defined using the alias in the catalog. Would it be a good idea to redefine the alias for either the intake or the intake_xarray version?

martindurant commented 2 months ago

Ah, OK, totally reasonable to rename the V1 zarr source in the V2 codebase to what it used to be.

rafa-guedes commented 2 months ago

Done in https://github.com/intake/intake/pull/831