Re: [gdal-dev] no autodetect for ZARR output

2025-02-04 Thread Laurențiu Nicola via gdal-dev
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

Re: [gdal-dev] no autodetect for ZARR output

2025-02-04 Thread Even Rouault via gdal-dev
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

[gdal-dev] no autodetect for ZARR output

2025-02-04 Thread Michael Sumner via gdal-dev
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.