From bd276344a99fed0a0318c559006ff41a2de0c1bd Mon Sep 17 00:00:00 2001 From: linz-li-bot Date: Thu, 29 Feb 2024 16:03:16 +1300 Subject: [PATCH] feat: import Canterbury - Cheviot LiDAR 1m DSM (2015) --- .../cheviot_2015/dsm_1m/2193/collection.json | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 stac/canterbury/cheviot_2015/dsm_1m/2193/collection.json diff --git a/stac/canterbury/cheviot_2015/dsm_1m/2193/collection.json b/stac/canterbury/cheviot_2015/dsm_1m/2193/collection.json new file mode 100644 index 00000000..0264ed55 --- /dev/null +++ b/stac/canterbury/cheviot_2015/dsm_1m/2193/collection.json @@ -0,0 +1,46 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQSCYC10HABGXCQP9SADPS0V", + "title": "Canterbury - Cheviot LiDAR 1m DSM (2015)", + "description": "Digital Surface Model within the Canterbury region captured in 2015.", + "license": "CC-BY-4.0", + "links": [ + { + "rel": "root", + "href": "https://nz-elevation.s3.ap-southeast-2.amazonaws.com/catalog.json", + "type": "application/json" + }, + { "rel": "self", "href": "./collection.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BV26_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BV26_10000_0103.json", "type": "application/json" } + ], + "providers": [ + { "name": "Aerial Surveys", "roles": ["producer"] }, + { "name": "Environment Canterbury", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Cheviot", + "extent": { + "spatial": { "bbox": [[173.1465831, -42.8592009, 173.3231548, -42.7292537]] }, + "temporal": { "interval": [["2015-03-31T11:00:00Z", "2015-03-31T11:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220f7ed46f0b17ae95eb5fa52559c46fb00e23c235f5dc7688fd22377eebe000478", + "file:size": 3183 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +}