Skip to content

Commit

Permalink
feat: import Nelson LiDAR 1m DEM (2021)
Browse files Browse the repository at this point in the history
  • Loading branch information
linz-li-bot committed Feb 27, 2024
1 parent b3be7fb commit cecf70b
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions stac/nelson/nelson_2021/dem_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": "01H6N2Y0PGT5F5YFDPW62BTS7J",
"id": "01HQPFCF2E6EG5YC1G2RPXKBST",
"title": "Nelson LiDAR 1m DEM (2021)",
"description": "Digital Elevation Model within the Nelson 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 @@ -46,8 +46,23 @@
{ "name": "Nelson City Council", "roles": ["licensor"] },
{ "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] }
],
"linz:lifecycle": "completed",
"linz:geospatial_category": "dem",
"linz:region": "nelson",
"linz:security_classification": "unclassified",
"extent": {
"spatial": { "bbox": [[173.1432012, -41.4325902, 173.657408, -41.0417549]] },
"temporal": { "interval": [["2021-01-09T11:00:00Z", "2021-06-23T12:00:00Z"]] }
}
},
"assets": {
"capture_area": {
"href": "./capture-area.geojson",
"title": "Capture area",
"type": "application/geo+json",
"roles": ["metadata"],
"file:checksum": "1220e9e3bb74d994ee9cedd17359c96e7b11c38fbf29096f4dae001641671137961c",
"file:size": 63593
}
},
"stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"]
}

0 comments on commit cecf70b

Please sign in to comment.