From f31f8fc22bca560d8185c4336a68f2f183fded6c Mon Sep 17 00:00:00 2001 From: linz-li-bot Date: Wed, 28 Feb 2024 11:26:50 +1300 Subject: [PATCH] feat: import Tasman - Abel Tasman and Golden Bay LiDAR 1m DEM (2016) --- .../dem_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/tasman/abel-tasman-and-golden-bay_2016/dem_1m/2193/collection.json b/stac/tasman/abel-tasman-and-golden-bay_2016/dem_1m/2193/collection.json index 24661930..6574365f 100644 --- a/stac/tasman/abel-tasman-and-golden-bay_2016/dem_1m/2193/collection.json +++ b/stac/tasman/abel-tasman-and-golden-bay_2016/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N0FG2HT8VGPSFPSH2K26M2", + "id": "01HQPA9MGASXVBXH1SRS3SYZ5B", "title": "Tasman - Abel Tasman and Golden Bay LiDAR 1m DEM (2016)", - "description": "Digital Elevation Model within the Tasman - Abel Tasman and Golden Bay region captured in 2016.", + "description": "Digital Elevation Model within the Tasman 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" }, @@ -46,8 +46,24 @@ { "name": "Tasman District Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "tasman", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Abel Tasman and Golden Bay", "extent": { "spatial": { "bbox": [[172.6868094, -41.1733388, 173.0857515, -40.7188997]] }, "temporal": { "interval": [["2016-12-12T11:00:00Z", "2016-12-13T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220a57875c2d6f78b06029600863fe479ee52de2b2f7c604be824a5550ca86d8869", + "file:size": 187920 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] }