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"] } 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" } ] }