From 186f47b65e01a8dc8366ae099ceb95c1c1aeba29 Mon Sep 17 00:00:00 2001 From: Emmanuel Mathot Date: Wed, 29 Apr 2026 08:11:10 +0200 Subject: [PATCH] Release v1: fix org URLs and update version - Fix all schema_url and spec_url references from zarr-experimental to zarr-conventions organization (repo was transferred) - Update package.json version to 1.0.0 - Update extension maturity classification from Proposal to Stable Closes #19 --- README.md | 18 +++++++++--------- examples/epsg26711.json | 4 ++-- examples/epsg3587.json | 4 ++-- examples/multiscales.json | 4 ++-- examples/wkt2.json | 4 ++-- package.json | 2 +- schema.json | 6 +++--- 7 files changed, 21 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 9b49d6b..6c5ae03 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ - **UUID**: f17cb550-5864-4468-aeb7-f3180cfb622f - **Name**: proj: - **Namespace**: `proj:` -- **Schema URL**: -- **Spec URL**: -- **Extension Maturity Classification**: Proposal +- **Schema URL**: +- **Spec URL**: +- **Extension Maturity Classification**: Stable - **Owner**: @emmanuelmathot, @maxrjones @@ -49,8 +49,8 @@ The convention must be registered in `zarr_conventions`: { "zarr_conventions": [ { - "schema_url": "https://raw.githubusercontent.com/zarr-experimental/geo-proj/refs/tags/v1/schema.json", - "spec_url": "https://github.com/zarr-experimental/geo-proj/blob/v1/README.md", + "schema_url": "https://raw.githubusercontent.com/zarr-conventions/geo-proj/refs/tags/v1/schema.json", + "spec_url": "https://github.com/zarr-conventions/geo-proj/blob/v1/README.md", "uuid": "f17cb550-5864-4468-aeb7-f3180cfb622f", "name": "proj:", "description": "Coordinate reference system information for geospatial data" @@ -162,8 +162,8 @@ The `proj:` convention defines only the coordinate reference system. For complet "attributes": { "zarr_conventions": [ { - "schema_url": "https://raw.githubusercontent.com/zarr-experimental/geo-proj/refs/tags/v1/schema.json", - "spec_url": "https://github.com/zarr-experimental/geo-proj/blob/v1/README.md", + "schema_url": "https://raw.githubusercontent.com/zarr-conventions/geo-proj/refs/tags/v1/schema.json", + "spec_url": "https://github.com/zarr-conventions/geo-proj/blob/v1/README.md", "uuid": "f17cb550-5864-4468-aeb7-f3180cfb622f", "name": "proj:", "description": "Coordinate reference system information for geospatial data" @@ -221,8 +221,8 @@ Example: "description": "Multiscale layout of zarr datasets" }, { - "schema_url": "https://raw.githubusercontent.com/zarr-experimental/geo-proj/refs/tags/v1/schema.json", - "spec_url": "https://github.com/zarr-experimental/geo-proj/blob/v1/README.md", + "schema_url": "https://raw.githubusercontent.com/zarr-conventions/geo-proj/refs/tags/v1/schema.json", + "spec_url": "https://github.com/zarr-conventions/geo-proj/blob/v1/README.md", "uuid": "f17cb550-5864-4468-aeb7-f3180cfb622f", "name": "proj:", "description": "Coordinate reference system information for geospatial data" diff --git a/examples/epsg26711.json b/examples/epsg26711.json index 2745f4f..f28a200 100644 --- a/examples/epsg26711.json +++ b/examples/epsg26711.json @@ -4,8 +4,8 @@ "attributes": { "zarr_conventions": [ { - "schema_url": "https://raw.githubusercontent.com/zarr-experimental/geo-proj/refs/tags/v1/schema.json", - "spec_url": "https://github.com/zarr-experimental/geo-proj/blob/v1/README.md", + "schema_url": "https://raw.githubusercontent.com/zarr-conventions/geo-proj/refs/tags/v1/schema.json", + "spec_url": "https://github.com/zarr-conventions/geo-proj/blob/v1/README.md", "uuid": "f17cb550-5864-4468-aeb7-f3180cfb622f", "name": "proj:", "description": "Coordinate reference system information for geospatial data" diff --git a/examples/epsg3587.json b/examples/epsg3587.json index dc035ef..9b744cb 100644 --- a/examples/epsg3587.json +++ b/examples/epsg3587.json @@ -4,8 +4,8 @@ "attributes": { "zarr_conventions": [ { - "schema_url": "https://raw.githubusercontent.com/zarr-experimental/geo-proj/refs/tags/v1/schema.json", - "spec_url": "https://github.com/zarr-experimental/geo-proj/blob/v1/README.md", + "schema_url": "https://raw.githubusercontent.com/zarr-conventions/geo-proj/refs/tags/v1/schema.json", + "spec_url": "https://github.com/zarr-conventions/geo-proj/blob/v1/README.md", "uuid": "f17cb550-5864-4468-aeb7-f3180cfb622f", "name": "proj:", "description": "Coordinate reference system information for geospatial data" diff --git a/examples/multiscales.json b/examples/multiscales.json index 59f83ee..6982da8 100644 --- a/examples/multiscales.json +++ b/examples/multiscales.json @@ -11,8 +11,8 @@ "description": "Multiscale layout of zarr datasets" }, { - "schema_url": "https://raw.githubusercontent.com/zarr-experimental/geo-proj/refs/tags/v1/schema.json", - "spec_url": "https://github.com/zarr-experimental/geo-proj/blob/v1/README.md", + "schema_url": "https://raw.githubusercontent.com/zarr-conventions/geo-proj/refs/tags/v1/schema.json", + "spec_url": "https://github.com/zarr-conventions/geo-proj/blob/v1/README.md", "uuid": "f17cb550-5864-4468-aeb7-f3180cfb622f", "name": "proj:", "description": "Coordinate reference system information for geospatial data" diff --git a/examples/wkt2.json b/examples/wkt2.json index 48509b1..0f43ccd 100644 --- a/examples/wkt2.json +++ b/examples/wkt2.json @@ -4,8 +4,8 @@ "attributes": { "zarr_conventions": [ { - "schema_url": "https://raw.githubusercontent.com/zarr-experimental/geo-proj/refs/tags/v1/schema.json", - "spec_url": "https://github.com/zarr-experimental/geo-proj/blob/v1/README.md", + "schema_url": "https://raw.githubusercontent.com/zarr-conventions/geo-proj/refs/tags/v1/schema.json", + "spec_url": "https://github.com/zarr-conventions/geo-proj/blob/v1/README.md", "uuid": "f17cb550-5864-4468-aeb7-f3180cfb622f", "name": "proj:", "description": "Coordinate reference system information for geospatial data" diff --git a/package.json b/package.json index ed19cba..a4c1df3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "zarr-convention-metadata-template", - "version": "0.1.0", + "version": "1.0.0", "scripts": { "test": "node test.js" }, diff --git a/schema.json b/schema.json index 1746722..de20777 100644 --- a/schema.json +++ b/schema.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/zarr-experimental/geo-proj/refs/tags/v1/schema.json", + "$id": "https://raw.githubusercontent.com/zarr-conventions/geo-proj/refs/tags/v1/schema.json", "title": "Geospatial Projection Convention (proj:)", "description": "Schema for geospatial coordinate reference system information in Zarr. Properties use the 'proj:' namespace prefix.", "type": "object", @@ -39,12 +39,12 @@ "properties": { "schema_url": { "type": "string", - "const": "https://raw.githubusercontent.com/zarr-experimental/geo-proj/refs/tags/v1/schema.json", + "const": "https://raw.githubusercontent.com/zarr-conventions/geo-proj/refs/tags/v1/schema.json", "description": "URL to the JSON Schema definition for this convention" }, "spec_url": { "type": "string", - "const": "https://github.com/zarr-experimental/geo-proj/blob/v1/README.md", + "const": "https://github.com/zarr-conventions/geo-proj/blob/v1/README.md", "description": "URL to the full specification document" }, "uuid": {