Hi,
On Tue, Feb 4, 2025, at 13:56, Even Rouault via gdal-dev wrote:
> A PR to add .zarr as an extension for the Zarr driver ? Is it recommended by
> the Zarr spec (can't find anything) or considered a best practice ? This
> wasn't my impression, although that would certainly be desirable.
Their
Hi Michael,
(I will PR to set extension metadata but wondered if this is a problem).
A PR to add .zarr as an extension for the Zarr driver ? Is it
recommended by the Zarr spec (can't find anything) or considered a best
practice ? This wasn't my impression, although that would certainly be
d
I can see that there's no calls to for the Zarr driver
'SetMetadataItem(GDAL_DMD_EXTENSION' or
'SetMetadataItem(GDAL_DMD_EXTENSIONS', but I wanted to ask about the
behaviour.
This makes sense to me:
gdal_translate gdrivers/data/netcdf/srid.nc out.zarr -co COMPRESS=ZSTD
Output driver not found.