Skip to content

Commit

Permalink
feat: import Bay of Plenty LiDAR 1m DSM (2018-2019) (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
linz-li-bot authored Feb 29, 2024
1 parent 8217873 commit 4003131
Showing 1 changed file with 18 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"type": "Collection",
"stac_version": "1.0.0",
"id": "01H6N1V6XQAEA91M7PB24S8SBB",
"id": "01HQS78YTAXVAHPSH3XDNG25TC",
"title": "Bay of Plenty LiDAR 1m DSM (2018-2019)",
"description": "Digital Surface Model within the Bay of Plenty region captured in 2018-2019.",
"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" },
Expand Down Expand Up @@ -104,8 +104,23 @@
{ "name": "BOPLASS", "roles": ["licensor"] },
{ "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] }
],
"linz:lifecycle": "completed",
"linz:geospatial_category": "dsm",
"linz:region": "bay-of-plenty",
"linz:security_classification": "unclassified",
"extent": {
"spatial": { "bbox": [[175.8509111, -38.5211801, 177.3479462, -37.3721055]] },
"temporal": { "interval": [["2018-11-30T11:00:00Z", "2019-04-29T12:00:00Z"]] }
}
},
"assets": {
"capture_area": {
"href": "./capture-area.geojson",
"title": "Capture area",
"type": "application/geo+json",
"roles": ["metadata"],
"file:checksum": "122056cf43aae3de78dc5a5d8428096446fc70f87f84c6b1648ec94170064ae3b3c2",
"file:size": 25178
}
},
"stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"]
}

0 comments on commit 4003131

Please sign in to comment.