opengeospatial / CoverageJSON

Public repo for CoverageJSON project
Apache License 2.0
10 stars 8 forks source link

Improve CoverageJSON Ecosystem 3: GDAL driver #181

Open chris-little opened 1 month ago

chris-little commented 1 month ago
  1. A GDAL CoverageJSON Read and Create driver, supporting the GDAL multidimensional array API. This would allow conversion to and from other multidimensional array types (NetCDF, Zarr) using gdalmdimtranslate, and easier uptake in OSGeo software building on GDAL.
chris-little commented 1 month ago

@edzer thinks it easiest to write in C++ rather than Python or C. The NetCDF, Zarr and MEM driver implementations could work as examples.