Skip to content

Commit

Permalink
feat: import Northland - Whangarei Heads LiDAR 1m DSM (2016) (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
linz-li-bot authored Feb 27, 2024
1 parent 7707b68 commit 257a62a
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions stac/northland/whangarei-heads_2016/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": "01H6MWQGATEQ3A5H5AMAQ4FH5M",
"id": "01HQMBSZ1H2FA249V15NWF1EQ0",
"title": "Northland - Whangarei Heads LiDAR 1m DSM (2016)",
"description": "Digital Surface Model within the Northland - Whangarei Heads region captured in 2016.",
"description": "Digital Surface Model within the Northland region captured in 2016.",
"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 All @@ -24,10 +24,26 @@
],
"providers": [
{ "name": "Aerial Surveys", "roles": ["producer"] },
{ "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "licensor", "processor"] }
{ "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["licensor", "host", "processor"] }
],
"linz:lifecycle": "completed",
"linz:geospatial_category": "dsm",
"linz:region": "northland",
"linz:security_classification": "unclassified",
"linz:geographic_description": "Whangarei Heads",
"extent": {
"spatial": { "bbox": [[174.3531843, -35.9079461, 174.6223831, -35.7132637]] },
"temporal": { "interval": [["2016-11-20T11:00:00Z", "2016-11-21T11:00:00Z"]] }
}
},
"assets": {
"capture_area": {
"href": "./capture-area.geojson",
"title": "Capture area",
"type": "application/geo+json",
"roles": ["metadata"],
"file:checksum": "12203751c44d888c83e1c6d4904578ef84dfbe10107641b40fbfd669ec6e08c29699",
"file:size": 22626
}
},
"stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"]
}

0 comments on commit 257a62a

Please sign in to comment.