Skip to content
Max Jones edited this page Feb 13, 2026 · 7 revisions

Welcome to the geozarr-spec wiki!

GeoZarr defines conventions for storing and accessing multidimensional georeferenced grids in Zarr format. Rather than a monolithic specification, GeoZarr is a set of composable, modular Zarr conventions that can be used independently or together.

Core Conventions

Convention Namespace Purpose Repo
geo-proj proj: CRS information via EPSG codes, WKT2, or PROJJSON zarr-conventions/geo-proj
spatial spatial: Affine transforms between array indices and coordinates zarr-conventions/spatial
multiscales multiscales Pyramid structures and resolution levels zarr-conventions/multiscales

All conventions are registered via the zarr_conventions metadata array and identified by UUID.

V1 Roadmap

The SWG approved a 3-milestone plan at the February 2026 meeting targeting OAB review by summer 2026:

  1. V1 Release Candidate — Conventions reach "Candidate" maturity (3+ implementations)
  2. V1 Architecture Board Review — Formal OGC AB presentation and public comment period
  3. V1 SWG Vote — Final vote for adoption as OGC Standard

Progress is tracked on the GitHub Project Board.

Implementations

Implementation Language geo-proj spatial multiscales
eopf data-model Python Full Full Full
zarr-cm Python Full Full Full
geozarr-examples Python In-progress In-progress In-progress
rioxarray Python In progress In progress
GDAL C++ Planned Planned Planned
OpenLayers JavaScript Read Read Read
TiTiler Python Read Read Read

Meetings

📆 First Wednesday of each month

UTC: 3:00PM | EDT: 11:00AM | PDT: 8:00AM | CEST: 5:00PM | [more]

🔗 Join the meeting now (or by phone)

📝 Minutes

Get Involved

Useful Resources

Presentations

Historical Context

The following writings from the earlier phase of the project introduce the fundamental concepts and motivation that led to the current conventions-based approach:

Clone this wiki locally