From 0d5ec01556020d93313e6ce8a8628f10c98c9dbc Mon Sep 17 00:00:00 2001 From: linz-li-bot Date: Wed, 28 Feb 2024 11:43:51 +1300 Subject: [PATCH] feat: import Marlborough LiDAR 1m DSM (2018) --- .../dsm_1m/2193/collection.json | 21 ++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/stac/marlborough/marlborough_2018/dsm_1m/2193/collection.json b/stac/marlborough/marlborough_2018/dsm_1m/2193/collection.json index 26853349..4185f764 100644 --- a/stac/marlborough/marlborough_2018/dsm_1m/2193/collection.json +++ b/stac/marlborough/marlborough_2018/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H7GXQPTMTXW985R0SDBAMT3F", + "id": "01HQPBHHQXS723X54HNX2BREJW", "title": "Marlborough LiDAR 1m DSM (2018)", "description": "Digital Surface Model within the Marlborough region captured in 2018.", "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" }, @@ -70,8 +70,23 @@ { "name": "Marlborough District Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "marlborough", + "linz:security_classification": "unclassified", "extent": { "spatial": { "bbox": [[173.2590459, -41.948916, 174.2425113, -41.2327826]] }, "temporal": { "interval": [["2018-05-25T12:00:00Z", "2018-09-11T12:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220b98747045bc10edd94126fd8f68e868f3b86091acbfa75fd94583b3a26dfb3fa", + "file:size": 16064 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] }