Skip to content

Commit

Permalink
feat: import Canterbury - Cheviot LiDAR 1m DSM (2015) (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
linz-li-bot authored Feb 29, 2024
1 parent 4de00d5 commit 85bab7c
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions stac/canterbury/cheviot_2015/dsm_1m/2193/collection.json
Original file line number Diff line number Diff line change
@@ -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"]
}

0 comments on commit 85bab7c

Please sign in to comment.