From 2924a78bb28e2c21dcbbf0a23b30b061e81529ed Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 08:04:00 +1300 Subject: [PATCH] feat: import Otago - Queenstown LiDAR 1m DEM (2016) (#121) --- .../dem_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/otago/queenstown_2016/dem_1m/2193/collection.json b/stac/otago/queenstown_2016/dem_1m/2193/collection.json index 2ac25d94..906c3e74 100644 --- a/stac/otago/queenstown_2016/dem_1m/2193/collection.json +++ b/stac/otago/queenstown_2016/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6MT3W1X65CC5VTTBN4ZC9KY", + "id": "01HQMAFJ2C1TGPNP15QVVT42JX", "title": "Otago - Queenstown LiDAR 1m DEM (2016)", - "description": "Digital Elevation Model within the Otago - Queenstown region captured in 2016.", + "description": "Digital Elevation Model within the Otago 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" }, @@ -37,8 +37,24 @@ { "name": "Otago Regional Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "otago", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Queenstown", "extent": { "spatial": { "bbox": [[168.5763338, -45.1811534, 168.9551722, -44.9134657]] }, "temporal": { "interval": [["2016-02-29T11:00:00Z", "2016-04-20T12:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12200e1d70f0e3437b9a59d97512c0fd85413317f9fe446d2500dd0d086e6bf9402b", + "file:size": 4878 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] }