Skip to content

Commit

Permalink
feat: import Otago - Dunedin and Mosgiel LiDAR 1m DEM (2021) (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
linz-li-bot authored Feb 28, 2024
1 parent 189f9ef commit 070834b
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions stac/otago/dunedin-and-mosgiel_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": "01H6N3BXWF868CCTYDQQG4A570",
"id": "01HQPFHPNGDENDH1YCPNXVYP42",
"title": "Otago - Dunedin and Mosgiel LiDAR 1m DEM (2021)",
"description": "Digital Elevation Model within the Otago - Dunedin and Mosgiel region captured in 2021.",
"description": "Digital Elevation Model within the Otago 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 All @@ -25,8 +25,24 @@
{ "name": "Otago Regional Council", "roles": ["licensor"] },
{ "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] }
],
"linz:lifecycle": "completed",
"linz:geospatial_category": "dem",
"linz:region": "otago",
"linz:security_classification": "unclassified",
"linz:geographic_description": "Dunedin and Mosgiel",
"extent": {
"spatial": { "bbox": [[170.3063778, -45.9445839, 170.5595063, -45.8095509]] },
"temporal": { "interval": [["2021-06-23T12: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": "12201e8262a6357b4ab5a085b00e950e98a3a4eaeaa6982a818b807b8b03e920a20e",
"file:size": 10000
}
},
"stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"]
}

0 comments on commit 070834b

Please sign in to comment.