From 7d7cbc5962def8eaf9ade883db2431b1f5b66a71 Mon Sep 17 00:00:00 2001 From: linz-li-bot Date: Tue, 27 Feb 2024 16:55:32 +1300 Subject: [PATCH] feat: import Waikato - Reporoa and Upper Piako River LiDAR 1m DSM (2019) --- .../dsm_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/waikato/reporoa-and-upper-piako-river_2019/dsm_1m/2193/collection.json b/stac/waikato/reporoa-and-upper-piako-river_2019/dsm_1m/2193/collection.json index 003b4cd4..621d8a50 100644 --- a/stac/waikato/reporoa-and-upper-piako-river_2019/dsm_1m/2193/collection.json +++ b/stac/waikato/reporoa-and-upper-piako-river_2019/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6MV682Q281QWG8J9JN1P9VE", + "id": "01HQMAZXW6VDW1BC138P40B01N", "title": "Waikato - Reporoa and Upper Piako River LiDAR 1m DSM (2019)", - "description": "Digital Surface Model within the Waikato - Reporoa and Upper Piako River region captured in 2019.", + "description": "Digital Surface Model within the Waikato region captured in 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" }, @@ -44,8 +44,24 @@ { "name": "Waikato Regional Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "waikato", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Reporoa and Upper Piako River", "extent": { "spatial": { "bbox": [[175.584141, -38.5310391, 176.5480563, -37.6392367]] }, "temporal": { "interval": [["2019-04-15T12:00:00Z", "2019-04-16T12:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220c58388c02869136abf95af099954b6f191f55b31199b819f48431d841c568627", + "file:size": 7147 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] }