From 3b08abb77abd053ac9fdffe9f6e1a3fe94a76c5f Mon Sep 17 00:00:00 2001 From: linz-li-bot Date: Tue, 27 Feb 2024 17:14:55 +1300 Subject: [PATCH] feat: import Waikato - Huntly LiDAR 1m DSM (2015-2019) --- .../dsm_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/waikato/huntly_2015-2019/dsm_1m/2193/collection.json b/stac/waikato/huntly_2015-2019/dsm_1m/2193/collection.json index be34c927..0221bfa4 100644 --- a/stac/waikato/huntly_2015-2019/dsm_1m/2193/collection.json +++ b/stac/waikato/huntly_2015-2019/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6MWVQVN83JB4QF86RK2AAX1", + "id": "01HQMC55GJN7RRTCX0KZKN8A7S", "title": "Waikato - Huntly LiDAR 1m DSM (2015-2019)", - "description": "Digital Surface Model within the Waikato - Huntly region captured in 2015-2019.", + "description": "Digital Surface Model within the Waikato region captured in 2015-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" }, @@ -71,8 +71,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": "Huntly", "extent": { "spatial": { "bbox": [[174.6525807, -37.6503992, 175.688171, -37.196423]] }, "temporal": { "interval": [["2015-01-31T11:00:00Z", "2019-01-30T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12205ab56c35a61eb276e6e4765c2b36762f7a97959d979ab0be3eccac9b24cd919b", + "file:size": 15181 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] }