Skip to content

Commit

Permalink
feat: import Canterbury LiDAR 1m DEM (2018-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 9290949
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions stac/canterbury/canterbury_2018-2019/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": "01H6MX09NP65GC05WZ7KZSDGZ0",
"id": "01HQP7WEXZFTE4FQKG824CEGRS",
"title": "Canterbury LiDAR 1m DEM (2018-2019)",
"description": "Digital Elevation Model within the Canterbury region captured in 2018-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 @@ -308,8 +308,23 @@
{ "name": "Environment Canterbury", "roles": ["licensor"] },
{ "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] }
],
"linz:lifecycle": "completed",
"linz:geospatial_category": "dem",
"linz:region": "canterbury",
"linz:security_classification": "unclassified",
"extent": {
"spatial": { "bbox": [[170.6822667, -44.98452, 173.1465831, -42.5999333]] },
"temporal": { "interval": [["2018-03-13T11:00:00Z", "2019-04-30T12:00:00Z"]] }
}
},
"assets": {
"capture_area": {
"href": "./capture-area.geojson",
"title": "Capture area",
"type": "application/geo+json",
"roles": ["metadata"],
"file:checksum": "1220baf6c982cefd9f4b39df1f5c250f316aa6b01836fdc08fee778d60b0abbc80df",
"file:size": 60519
}
},
"stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"]
}

0 comments on commit 9290949

Please sign in to comment.