Skip to content

Commit

Permalink
feat: import Taranaki LiDAR 1m DSM (2021)
Browse files Browse the repository at this point in the history
  • Loading branch information
linz-li-bot committed Feb 28, 2024
1 parent c0b8521 commit 58b7e55
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions stac/taranaki/taranaki_2021/dsm_1m/2193/collection.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"type": "Collection",
"stac_version": "1.0.0",
"id": "01H6Q2PW0J2JCHA2F90WY14QK6",
"id": "01HQPP623X6NPBT9Q61NFCTCYB",
"title": "Taranaki LiDAR 1m DSM (2021)",
"description": "Digital Surface Model within the Taranaki region captured in 2021.",
"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 @@ -301,8 +301,23 @@
{ "name": "Taranaki Regional Council", "roles": ["licensor"] },
{ "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] }
],
"linz:lifecycle": "completed",
"linz:geospatial_category": "dsm",
"linz:region": "taranaki",
"linz:security_classification": "unclassified",
"extent": {
"spatial": { "bbox": [[173.6951122, -39.9290771, 175.0828484, -38.6936157]] },
"temporal": { "interval": [["2021-04-02T11:00:00Z", "2021-10-15T11:00:00Z"]] }
}
},
"assets": {
"capture_area": {
"href": "./capture-area.geojson",
"title": "Capture area",
"type": "application/geo+json",
"roles": ["metadata"],
"file:checksum": "12204989101c8b9b9b69ea6f9fb40e483930817b7c36235f1c9c471a69f9788a1526",
"file:size": 53726
}
},
"stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"]
}

0 comments on commit 58b7e55

Please sign in to comment.