diff --git a/stac/otago/queenstown_2016/dsm_1m/2193/collection.json b/stac/otago/queenstown_2016/dsm_1m/2193/collection.json index b3d4ef28..f3288a5c 100644 --- a/stac/otago/queenstown_2016/dsm_1m/2193/collection.json +++ b/stac/otago/queenstown_2016/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6MT3VRQJS60J01Q9DV7JWB7", + "id": "01HQMAFJ28VVXF5YW2YMYKKSZJ", "title": "Otago - Queenstown LiDAR 1m DSM (2016)", - "description": "Digital Surface Model within the Otago - Queenstown region captured in 2016.", + "description": "Digital Surface 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": "dsm", + "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": "1220f8c6d345c146bdf3c2bca418df6a77e70ce81f9b9c06cbc4252b21752dff3cd8", + "file:size": 5087 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] }