From 92909493b29c8e037b629fa54f0838eb877e3ed7 Mon Sep 17 00:00:00 2001
From: linz-li-bot <elevation@linz.govt.nz>
Date: Wed, 28 Feb 2024 10:55:35 +1300
Subject: [PATCH] feat: import Canterbury LiDAR 1m DEM (2018-2019)

---
 .../dem_1m/2193/collection.json               | 21 ++++++++++++++++---
 1 file changed, 18 insertions(+), 3 deletions(-)

diff --git a/stac/canterbury/canterbury_2018-2019/dem_1m/2193/collection.json b/stac/canterbury/canterbury_2018-2019/dem_1m/2193/collection.json
index 3fbd3004..169f41fb 100644
--- a/stac/canterbury/canterbury_2018-2019/dem_1m/2193/collection.json
+++ b/stac/canterbury/canterbury_2018-2019/dem_1m/2193/collection.json
@@ -1,14 +1,14 @@
 {
   "type": "Collection",
   "stac_version": "1.0.0",
-  "id": "01H6MX09NP65GC05WZ7KZSDGZ0",
+  "id": "01HQP7WEXZFTE4FQKG824CEGRS",
   "title": "Canterbury LiDAR 1m DEM (2018-2019)",
   "description": "Digital Elevation Model within the Canterbury region captured in 2018-2019.",
   "license": "CC-BY-4.0",
   "links": [
     {
       "rel": "root",
-      "href": "https://linz-elevation.s3.ap-southeast-2.amazonaws.com/catalog.json",
+      "href": "https://nz-elevation.s3.ap-southeast-2.amazonaws.com/catalog.json",
       "type": "application/json"
     },
     { "rel": "self", "href": "./collection.json", "type": "application/json" },
@@ -308,8 +308,23 @@
     { "name": "Environment Canterbury", "roles": ["licensor"] },
     { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] }
   ],
+  "linz:lifecycle": "completed",
+  "linz:geospatial_category": "dem",
+  "linz:region": "canterbury",
+  "linz:security_classification": "unclassified",
   "extent": {
     "spatial": { "bbox": [[170.6822667, -44.98452, 173.1465831, -42.5999333]] },
     "temporal": { "interval": [["2018-03-13T11:00:00Z", "2019-04-30T12:00:00Z"]] }
-  }
+  },
+  "assets": {
+    "capture_area": {
+      "href": "./capture-area.geojson",
+      "title": "Capture area",
+      "type": "application/geo+json",
+      "roles": ["metadata"],
+      "file:checksum": "1220baf6c982cefd9f4b39df1f5c250f316aa6b01836fdc08fee778d60b0abbc80df",
+      "file:size": 60519
+    }
+  },
+  "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"]
 }