From 85e265338394158baeae1113353cfb606c24354e Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:22:10 +1300 Subject: [PATCH 1/2] feat: import Canterbury - Mackenzie LiDAR 1m DSM (2015) (#118) --- .../dsm_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/canterbury/mackenzie_2015/dsm_1m/2193/collection.json b/stac/canterbury/mackenzie_2015/dsm_1m/2193/collection.json index 6b1afb5d..2a9acab5 100644 --- a/stac/canterbury/mackenzie_2015/dsm_1m/2193/collection.json +++ b/stac/canterbury/mackenzie_2015/dsm_1m/2193/collection.json @@ -1,9 +1,9 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6MT3W2070RQTV2GYW4P1MXE", + "id": "01HQM8KTDJ4NTX0TSBQ59M58N6", "title": "Canterbury - Mackenzie LiDAR 1m DSM (2015)", - "description": "Digital Surface Model within the Canterbury - Mackenzie region captured in 2015.", + "description": "Digital Surface Model within the Canterbury region captured in 2015.", "license": "CC-BY-4.0", "links": [ { @@ -59,10 +59,26 @@ ], "providers": [ { "name": "Aerial Surveys", "roles": ["producer"] }, - { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "licensor", "processor"] } + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["licensor", "host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Mackenzie", "extent": { "spatial": { "bbox": [[169.9006493, -44.5118652, 170.5154636, -43.9938781]] }, "temporal": { "interval": [["2015-02-09T11:00:00Z", "2015-02-10T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12204ce9621accd67b824480f351309531088541f5edaecea92347bdc7ec956b0e14", + "file:size": 54581 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 76fda5fa42199b23608a8a8944305a2b694ccf97 Mon Sep 17 00:00:00 2001 From: Alice Fage Date: Tue, 27 Feb 2024 16:38:08 +1300 Subject: [PATCH 2/2] feat: update catalog link to point to odr bucker in template (#119) --- template/catalog.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/template/catalog.json b/template/catalog.json index 9b012c36..21386acb 100644 --- a/template/catalog.json +++ b/template/catalog.json @@ -1,10 +1,10 @@ { "stac_version": "1.0.0", "type": "Catalog", - "id": "linz-elevation", - "description": "Toitū Te Whenua Land Information New Zealand makes New Zealand's publicly owned elevation archive freely available to use under an open licence.", + "id": "nz-elevation", + "description": "Toitū Te Whenua Land Information New Zealand makes New Zealand's publicly owned elevation archive freely available to use under an open licence. This public S3 bucket has been made available to enable bulk access and cloud-based data processing.", "links": [ - { "rel": "self", "href": "https://linz-elevation.s3.ap-southeast-2.amazonaws.com/catalog.json" }, + { "rel": "self", "href": "https://nz-elevation.s3.ap-southeast-2.amazonaws.com/catalog.json" }, { "rel": "root", "href": "./catalog.json" } ] }