From 06ae27c94b723aadb5b4bb1d30cef8dbaf41bffd Mon Sep 17 00:00:00 2001 From: linz-li-bot Date: Wed, 28 Feb 2024 11:06:48 +1300 Subject: [PATCH] feat: import Waikato - Hamilton LiDAR 1m DSM (2019) --- .../hamilton_2019/dsm_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/waikato/hamilton_2019/dsm_1m/2193/collection.json b/stac/waikato/hamilton_2019/dsm_1m/2193/collection.json index bb76c3b2..ec53fcbe 100644 --- a/stac/waikato/hamilton_2019/dsm_1m/2193/collection.json +++ b/stac/waikato/hamilton_2019/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6MX6QS9SS9EXR41H1J3QV0X", + "id": "01HQP9CTEXN4D0Q32W5XBSJSP4", "title": "Waikato - Hamilton LiDAR 1m DSM (2019)", - "description": "Digital Surface Model within the Waikato - Hamilton 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" }, @@ -41,8 +41,24 @@ { "name": "Hamilton City 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": "Hamilton", "extent": { "spatial": { "bbox": [[175.0930298, -37.9097967, 175.4295474, -37.5845465]] }, "temporal": { "interval": [["2019-11-02T11:00:00Z", "2019-11-04T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220681cae03b44265c9bfdc02b1472d64bf0f8bf52c387718977fe33ee7b6ac9ba7", + "file:size": 5330 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] }