From 2b283a415edb23ca77365bfcccd79117f10bec02 Mon Sep 17 00:00:00 2001 From: Wietze Date: Thu, 5 Mar 2026 21:19:55 -0500 Subject: [PATCH 1/2] implementations: update GDAL to Full, add qgis-geozarr --- implementations.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/implementations.md b/implementations.md index 4ff2d2b..ce68b9e 100644 --- a/implementations.md +++ b/implementations.md @@ -14,9 +14,10 @@ GeoZarr conventions advance in maturity through diverse implementations. The [Za | [zarr-cm](https://github.com/zarr-conventions/zarr-cm) | Python | Full | Full | Full | | [geozarr-toolkit](https://github.com/developmentseed/geozarr-toolkit) | Python | In progress | In progress | In progress | | [rioxarray](https://github.com/corteva/rioxarray) | Python | In progress | In progress | — | -| [GDAL](https://gdal.org/) | C++ | Planned | Planned | Planned | +| [GDAL](https://gdal.org/) | C++ | Full | Full | Full | | [OpenLayers](https://github.com/spacebel/geozarr-openlayers) | JavaScript | Read | Read | Read | | [TiTiler](https://github.com/developmentseed/titiler) | Python | Read | Read | Read | +| [qgis-geozarr](https://github.com/wietzesuijker/qgis-geozarr) | Python | Read | Read | Read | **Support levels:** Full = read/write, Read = read-only, Planned = not yet started From ce7c4b3556ac7fb2c0e1675894d70fead570d60f Mon Sep 17 00:00:00 2001 From: Wietze Date: Thu, 5 Mar 2026 21:21:53 -0500 Subject: [PATCH 2/2] implementations: update GDAL to Full, drop qgis-geozarr qgis-geozarr uses GDAL as its backend so it's not an independent implementation. Mentioned in PR description for consideration. --- implementations.md | 1 - 1 file changed, 1 deletion(-) diff --git a/implementations.md b/implementations.md index ce68b9e..a7158ab 100644 --- a/implementations.md +++ b/implementations.md @@ -17,7 +17,6 @@ GeoZarr conventions advance in maturity through diverse implementations. The [Za | [GDAL](https://gdal.org/) | C++ | Full | Full | Full | | [OpenLayers](https://github.com/spacebel/geozarr-openlayers) | JavaScript | Read | Read | Read | | [TiTiler](https://github.com/developmentseed/titiler) | Python | Read | Read | Read | -| [qgis-geozarr](https://github.com/wietzesuijker/qgis-geozarr) | Python | Read | Read | Read | **Support levels:** Full = read/write, Read = read-only, Planned = not yet started