From aec280ea45f3893d8801e047334c7417876657de Mon Sep 17 00:00:00 2001 From: linz-li-bot Date: Wed, 28 Feb 2024 11:31:54 +1300 Subject: [PATCH] feat: import Otago - Balclutha LiDAR 1m DSM (2020) --- .../dsm_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/otago/balclutha_2020/dsm_1m/2193/collection.json b/stac/otago/balclutha_2020/dsm_1m/2193/collection.json index f37b4cf4..5456cc0f 100644 --- a/stac/otago/balclutha_2020/dsm_1m/2193/collection.json +++ b/stac/otago/balclutha_2020/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N0SYH9TZSTJFJH2WNPRF9J", + "id": "01HQPAYDYQY45ZJ2415K2019M6", "title": "Otago - Balclutha LiDAR 1m DSM (2020)", - "description": "Digital Surface Model within the Otago - Balclutha region captured in 2020.", + "description": "Digital Surface Model within the Otago region captured in 2020.", "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" }, @@ -42,8 +42,24 @@ { "name": "Otago Regional Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "otago", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Balclutha", "extent": { "spatial": { "bbox": [[169.5984967, -46.4456066, 169.9866335, -46.1150135]] }, "temporal": { "interval": [["2020-01-15T11:00:00Z", "2020-01-17T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220a137e1639ca8b9454530c728d902046cbf9081cffb089db9cd4360463e5efe2f", + "file:size": 1430 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] }