From 9aba303310a344b462823d9888beb8ef0ea74b58 Mon Sep 17 00:00:00 2001 From: linz-li-bot Date: Tue, 27 Feb 2024 16:56:05 +1300 Subject: [PATCH] feat: import Marlborough - Blenheim LiDAR 1m DSM (2014) --- .../blenheim_2014/dsm_1m/2193/collection.json | 28 +++++++++++++++---- 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/stac/marlborough/blenheim_2014/dsm_1m/2193/collection.json b/stac/marlborough/blenheim_2014/dsm_1m/2193/collection.json index bb4b4f22..8afd84b7 100644 --- a/stac/marlborough/blenheim_2014/dsm_1m/2193/collection.json +++ b/stac/marlborough/blenheim_2014/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6MV67X3M75KRCZ965EKH21B", + "id": "01HQMAZN2MBB9A4BR5WGVMCD7T", "title": "Marlborough - Blenheim LiDAR 1m DSM (2014)", - "description": "Digital Surface Model within the Marlborough - Blenheim region captured in 2014.", + "description": "Digital Surface Model within the Marlborough region captured in 2014.", "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" }, @@ -48,13 +48,29 @@ { "rel": "item", "href": "./BR29_10000_0303.json", "type": "application/json" } ], "providers": [ - { "name": "\"NZ Aerial Mapping", "roles": ["producer"] }, - { "name": "Aerial Surveys\"", "roles": ["producer"] }, + { "name": "NZ Aerial Mapping", "roles": ["producer"] }, + { "name": "Aerial Surveys", "roles": ["producer"] }, { "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", + "linz:geographic_description": "Blenheim", "extent": { "spatial": { "bbox": [[173.5463195, -41.6882374, 174.18235, -41.3624698]] }, "temporal": { "interval": [["2014-02-22T11:00:00Z", "2014-05-02T12:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "122006bfdcca7564a57e291866018bac988a70c134c0c952b1ef282a717415362a76", + "file:size": 21276 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] }