Tool | Can write | Can read local storage | Can read HTTP | Can read S3 | Can read Azure Blob | Can read GCS |
---|---|---|---|---|---|---|
GDAL | ? | |||||
QGIS | ✅* | |||||
ArcGIS | ✅ | ✅ | ✅ | ✅ | ||
NetCDF Python | ? | ✅ | ||||
NCO | ✅ | ✅ | ||||
Panoply | n/a | 🚫 | ||||
Xarray | ✅ | ✅ |
Reader → Writer ↓ | GDAL | QGIS | ArcGIS | NetCDF Python | NCO | Panoply | Xarray |
---|---|---|---|---|---|---|---|
GDAL | n/a | ||||||
QGIS | n/a | ||||||
ArcGIS | n/a | ✅ | |||||
NetCDF | n/a | ||||||
NCO | n/a | ✅ | |||||
Panoply | n/a | ||||||
Xarray | ✅* | ✅ | ✅ | ✅ | ✅ | n/a | ✅ |
netcdf like data (Written with Xarray): http://tinyurl.com/GLDAS-NOAH025-3H
https://beta.source.coop/zarr/geozarr-tests/
With GDAL (3.8.1)
Can read from local storage, but can't read the CRS.
Can read from S3, but extremely slowly.
Can write, but with incorrect nodata value and doesn't write multiple variables to a file.
Should be able to read from S3, but depends upon configuring the NetCDF C library with the NCZarr implementation to read from S3. Attempting to read from S3 triggered this message: s3 scheme requires that netCDF be configured with –enable-nczarr-s3 option
.
Ticket: zarr-developers#40
Should be able to read from S3, but depends upon configuring the NetCDF C library with the NCZarr implementation to read from S3. Attempting to read from S3 triggered this message: s3 scheme requires that netCDF be configured with –enable-nczarr-s3 option
.
Can read and write, but only if using GDAL <3.6 or no GDAL. Does not work with GDAL 3.8.