Skip to content

Commit

Permalink
Zarr: declare GDAL_DMD_EXTENSION=zarr
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Feb 18, 2025
1 parent 74d9558 commit 100c598
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frmts/zarr/zarrdrivercore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ void ZARRDriverSetCommonMetadata(GDALDriver *poDriver)
poDriver->SetMetadataItem(GDAL_DCAP_RASTER, "YES");
poDriver->SetMetadataItem(GDAL_DCAP_MULTIDIM_RASTER, "YES");
poDriver->SetMetadataItem(GDAL_DMD_LONGNAME, "Zarr");
poDriver->SetMetadataItem(GDAL_DMD_EXTENSION, "zarr");
poDriver->SetMetadataItem(
GDAL_DMD_CREATIONDATATYPES,
"Int8 Byte Int16 UInt16 Int32 UInt32 Int64 UInt64 "
Expand Down

0 comments on commit 100c598

Please sign in to comment.