Skip to content

Commit

Permalink
feat: import Waikato - Hamilton LiDAR 1m DSM (2019)
Browse files Browse the repository at this point in the history
  • Loading branch information
linz-li-bot committed Feb 27, 2024
1 parent 2924a78 commit 06ae27c
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions stac/waikato/hamilton_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": "01H6MX6QS9SS9EXR41H1J3QV0X",
"id": "01HQP9CTEXN4D0Q32W5XBSJSP4",
"title": "Waikato - Hamilton LiDAR 1m DSM (2019)",
"description": "Digital Surface Model within the Waikato - Hamilton region captured in 2019.",
"description": "Digital Surface Model within the Waikato region captured in 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 @@ -41,8 +41,24 @@
{ "name": "Hamilton City 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": "Hamilton",
"extent": {
"spatial": { "bbox": [[175.0930298, -37.9097967, 175.4295474, -37.5845465]] },
"temporal": { "interval": [["2019-11-02T11:00:00Z", "2019-11-04T11:00:00Z"]] }
}
},
"assets": {
"capture_area": {
"href": "./capture-area.geojson",
"title": "Capture area",
"type": "application/geo+json",
"roles": ["metadata"],
"file:checksum": "1220681cae03b44265c9bfdc02b1472d64bf0f8bf52c387718977fe33ee7b6ac9ba7",
"file:size": 5330
}
},
"stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"]
}

0 comments on commit 06ae27c

Please sign in to comment.