From 2aa17350a1bbc875cfbb2e4a58fec9a321c8c85e Mon Sep 17 00:00:00 2001 From: linz-li-bot Date: Wed, 28 Feb 2024 11:04:50 +1300 Subject: [PATCH] feat: import Northland - Marsden Point LiDAR 1m DEM (2016) --- .../dem_1m/2193/collection.json | 26 +++++++++++++++---- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/stac/northland/marsden-point_2016/dem_1m/2193/collection.json b/stac/northland/marsden-point_2016/dem_1m/2193/collection.json index 7bfa89fe..ed620438 100644 --- a/stac/northland/marsden-point_2016/dem_1m/2193/collection.json +++ b/stac/northland/marsden-point_2016/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6MXWHVY6AJPGB0BCP7EB22F", + "id": "01HQP9CT9SMMQDS9AMB57Y9WD4", "title": "Northland - Marsden Point LiDAR 1m DEM (2016)", - "description": "Digital Elevation Model within the Northland - Marsden Point region captured in 2016.", + "description": "Digital Elevation Model within the Northland 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" }, @@ -19,10 +19,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": "dem", + "linz:region": "northland", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Marsden Point", "extent": { "spatial": { "bbox": [[174.4073784, -35.909242, 174.516032, -35.7781586]] }, "temporal": { "interval": [["2016-11-08T11:00:00Z", "2016-11-20T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12201a4cc2d9a48a89b1043fc48a5c0932246d3141b5ba6af8b984758a72fddb45a0", + "file:size": 2558 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] }