Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: import Marlborough - Blenheim LiDAR 1m DEM (2014) #126

Merged
merged 2 commits into from
Feb 29, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 22 additions & 6 deletions stac/marlborough/blenheim_2014/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": "01H6MV683MK291ZCVSRD8FH46T",
"id": "01HQMAZNDJHXT7JNQ5JMADQMPQ",
"title": "Marlborough - Blenheim LiDAR 1m DEM (2014)",
"description": "Digital Elevation Model within the Marlborough - Blenheim region captured in 2014.",
"description": "Digital Elevation Model within the Marlborough region captured in 2014.",
"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 @@ -48,13 +48,29 @@
{ "rel": "item", "href": "./BR29_10000_0303.json", "type": "application/json" }
],
"providers": [
{ "name": "\"NZ Aerial Mapping", "roles": ["producer"] },
{ "name": "Aerial Surveys\"", "roles": ["producer"] },
{ "name": "NZ Aerial Mapping", "roles": ["producer"] },
{ "name": "Aerial Surveys", "roles": ["producer"] },
{ "name": "Marlborough District Council", "roles": ["licensor"] },
{ "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] }
],
"linz:lifecycle": "completed",
"linz:geospatial_category": "dem",
"linz:region": "marlborough",
"linz:security_classification": "unclassified",
"linz:geographic_description": "Blenheim",
"extent": {
"spatial": { "bbox": [[173.5463195, -41.6882374, 174.18235, -41.3624698]] },
"temporal": { "interval": [["2014-02-22T11:00:00Z", "2014-05-02T12:00:00Z"]] }
}
},
"assets": {
"capture_area": {
"href": "./capture-area.geojson",
"title": "Capture area",
"type": "application/geo+json",
"roles": ["metadata"],
"file:checksum": "1220a41bda26e7b4f340e1844ae6dd5f26175099c1dd73fb1b38aa4752fe522487fe",
"file:size": 24066
}
},
"stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"]
}
Loading