Skip to content

Commit

Permalink
feat: import Canterbury - Rangiora LiDAR 1m DSM (2014) (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
linz-li-bot authored Feb 29, 2024
1 parent 345287c commit 30e87dc
Showing 1 changed file with 73 additions and 0 deletions.
73 changes: 73 additions & 0 deletions stac/canterbury/rangiora_2014/dsm_1m/2193/collection.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
{
"type": "Collection",
"stac_version": "1.0.0",
"id": "01HQSCTZ39VYA7MB0KJ2NZHS9W",
"title": "Canterbury - Rangiora LiDAR 1m DSM (2014)",
"description": "Digital Surface Model within the Canterbury region captured in 2014.",
"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": "./BW22_10000_0304.json", "type": "application/json" },
{ "rel": "item", "href": "./BW22_10000_0305.json", "type": "application/json" },
{ "rel": "item", "href": "./BW22_10000_0404.json", "type": "application/json" },
{ "rel": "item", "href": "./BW22_10000_0405.json", "type": "application/json" },
{ "rel": "item", "href": "./BW23_10000_0204.json", "type": "application/json" },
{ "rel": "item", "href": "./BW23_10000_0205.json", "type": "application/json" },
{ "rel": "item", "href": "./BW23_10000_0304.json", "type": "application/json" },
{ "rel": "item", "href": "./BW23_10000_0305.json", "type": "application/json" },
{ "rel": "item", "href": "./BW23_10000_0401.json", "type": "application/json" },
{ "rel": "item", "href": "./BW23_10000_0402.json", "type": "application/json" },
{ "rel": "item", "href": "./BW23_10000_0403.json", "type": "application/json" },
{ "rel": "item", "href": "./BW23_10000_0404.json", "type": "application/json" },
{ "rel": "item", "href": "./BW23_10000_0405.json", "type": "application/json" },
{ "rel": "item", "href": "./BW23_10000_0503.json", "type": "application/json" },
{ "rel": "item", "href": "./BW23_10000_0504.json", "type": "application/json" },
{ "rel": "item", "href": "./BW23_10000_0505.json", "type": "application/json" },
{ "rel": "item", "href": "./BW24_10000_0201.json", "type": "application/json" },
{ "rel": "item", "href": "./BW24_10000_0202.json", "type": "application/json" },
{ "rel": "item", "href": "./BW24_10000_0203.json", "type": "application/json" },
{ "rel": "item", "href": "./BW24_10000_0204.json", "type": "application/json" },
{ "rel": "item", "href": "./BW24_10000_0301.json", "type": "application/json" },
{ "rel": "item", "href": "./BW24_10000_0302.json", "type": "application/json" },
{ "rel": "item", "href": "./BW24_10000_0303.json", "type": "application/json" },
{ "rel": "item", "href": "./BW24_10000_0304.json", "type": "application/json" },
{ "rel": "item", "href": "./BW24_10000_0401.json", "type": "application/json" },
{ "rel": "item", "href": "./BW24_10000_0402.json", "type": "application/json" },
{ "rel": "item", "href": "./BW24_10000_0403.json", "type": "application/json" },
{ "rel": "item", "href": "./BW24_10000_0501.json", "type": "application/json" },
{ "rel": "item", "href": "./BW24_10000_0502.json", "type": "application/json" },
{ "rel": "item", "href": "./BW24_10000_0503.json", "type": "application/json" },
{ "rel": "item", "href": "./BX23_10000_0105.json", "type": "application/json" },
{ "rel": "item", "href": "./BX24_10000_0101.json", "type": "application/json" }
],
"providers": [
{ "name": "Aerial Surveys", "roles": ["producer"] },
{ "name": "Waimakariri District Council", "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": "Rangiora",
"extent": {
"spatial": { "bbox": [[172.1408607, -43.5070798, 172.7932703, -43.1821917]] },
"temporal": { "interval": [["2014-03-13T11:00:00Z", "2014-06-22T12:00:00Z"]] }
},
"assets": {
"capture_area": {
"href": "./capture-area.geojson",
"title": "Capture area",
"type": "application/geo+json",
"roles": ["metadata"],
"file:checksum": "122058366fdf40e712341a5941166f57df64f11e40d5af35e427bf5ad5834d20d533",
"file:size": 4345
}
},
"stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"]
}

0 comments on commit 30e87dc

Please sign in to comment.