Skip to content

Commit

Permalink
feat: import Waikato - Huntly LiDAR 1m DSM (2015-2019) (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
linz-li-bot authored Feb 27, 2024
1 parent 2322cb5 commit 6c06f50
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions stac/waikato/huntly_2015-2019/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": "01H6MWVQVN83JB4QF86RK2AAX1",
"id": "01HQMC55GJN7RRTCX0KZKN8A7S",
"title": "Waikato - Huntly LiDAR 1m DSM (2015-2019)",
"description": "Digital Surface Model within the Waikato - Huntly region captured in 2015-2019.",
"description": "Digital Surface Model within the Waikato region captured in 2015-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 @@ -71,8 +71,24 @@
{ "name": "Waikato Regional Council", "roles": ["licensor"] },
{ "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] }
],
"linz:lifecycle": "completed",
"linz:geospatial_category": "dsm",
"linz:region": "waikato",
"linz:security_classification": "unclassified",
"linz:geographic_description": "Huntly",
"extent": {
"spatial": { "bbox": [[174.6525807, -37.6503992, 175.688171, -37.196423]] },
"temporal": { "interval": [["2015-01-31T11:00:00Z", "2019-01-30T11:00:00Z"]] }
}
},
"assets": {
"capture_area": {
"href": "./capture-area.geojson",
"title": "Capture area",
"type": "application/geo+json",
"roles": ["metadata"],
"file:checksum": "12205ab56c35a61eb276e6e4765c2b36762f7a97959d979ab0be3eccac9b24cd919b",
"file:size": 15181
}
},
"stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"]
}

0 comments on commit 6c06f50

Please sign in to comment.