From 2505af4c5043aeea1d8996461b3df701bc8d415c Mon Sep 17 00:00:00 2001
From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com>
Date: Wed, 28 Feb 2024 07:48:26 +1300
Subject: [PATCH] feat: import Otago LiDAR 1m DEM (2016) (#137)

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

diff --git a/stac/otago/otago_2016/dem_1m/2193/collection.json b/stac/otago/otago_2016/dem_1m/2193/collection.json
index 40fe30bf..34413658 100644
--- a/stac/otago/otago_2016/dem_1m/2193/collection.json
+++ b/stac/otago/otago_2016/dem_1m/2193/collection.json
@@ -1,14 +1,14 @@
 {
   "type": "Collection",
   "stac_version": "1.0.0",
-  "id": "01H6MW0YMS2SY95CGRFJQZ4073",
+  "id": "01HQMB8PDN1QVY92SWQN9CKMYQ",
   "title": "Otago LiDAR 1m DEM (2016)",
   "description": "Digital Elevation Model within the Otago region captured in 2016.",
   "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" },
@@ -178,8 +178,23 @@
     { "name": "Otago Regional Council", "roles": ["licensor"] },
     { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] }
   ],
+  "linz:lifecycle": "completed",
+  "linz:geospatial_category": "dem",
+  "linz:region": "otago",
+  "linz:security_classification": "unclassified",
   "extent": {
     "spatial": { "bbox": [[168.8244481, -46.4456066, 171.2058988, -44.6725407]] },
     "temporal": { "interval": [["2016-03-01T11:00:00Z", "2016-04-09T12:00:00Z"]] }
-  }
+  },
+  "assets": {
+    "capture_area": {
+      "href": "./capture-area.geojson",
+      "title": "Capture area",
+      "type": "application/geo+json",
+      "roles": ["metadata"],
+      "file:checksum": "122022935f6f6bcda5ddde62fd60522f7e4815423a2b910d3b974bf23b920a9cdbfe",
+      "file:size": 25400
+    }
+  },
+  "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"]
 }