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 Stewart Island / Rakiura - Oban LiDAR 1m DSM (2021) #187

Merged
merged 2 commits into from
Feb 28, 2024
Merged
Changes from all commits
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
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"type": "Collection",
"stac_version": "1.0.0",
"id": "01H6N57MV9SNQR55070ZMBWENT",
"id": "01HQPP623W6VKW7M710STF24E4",
"title": "Stewart Island / Rakiura - Oban LiDAR 1m DSM (2021)",
"description": "Digital Surface Model within the Stewart Island / Rakiura - Oban region captured in 2021.",
"description": "Digital Surface Model within the Southland 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 @@ -22,8 +22,24 @@
{ "name": "Environment Southland", "roles": ["licensor"] },
{ "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] }
],
"linz:lifecycle": "completed",
"linz:geospatial_category": "dsm",
"linz:region": "southland",
"linz:security_classification": "unclassified",
"linz:geographic_description": "Stewart Island / Rakiura - Oban",
"extent": {
"spatial": { "bbox": [[168.0465809, -46.970433, 168.1839243, -46.8359485]] },
"temporal": { "interval": [["2021-09-02T12:00:00Z", "2021-09-02T12:00:00Z"]] }
}
},
"assets": {
"capture_area": {
"href": "./capture-area.geojson",
"title": "Capture area",
"type": "application/geo+json",
"roles": ["metadata"],
"file:checksum": "1220c3478a8823c9c4b53ae87b539e783db18c8f67812dfccc9321018d3f1903803e",
"file:size": 1342
}
},
"stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"]
}
Loading