Skip to content

Commit

Permalink
Merge branch 'master' into feat/bot-01HQM3VFGWXGMJDH3XQE0YZFGT
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsilk authored Feb 27, 2024
2 parents a12f298 + 76fda5f commit 84051a1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 7 deletions.
24 changes: 20 additions & 4 deletions stac/canterbury/mackenzie_2015/dsm_1m/2193/collection.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"type": "Collection",
"stac_version": "1.0.0",
"id": "01H6MT3W2070RQTV2GYW4P1MXE",
"id": "01HQM8KTDJ4NTX0TSBQ59M58N6",
"title": "Canterbury - Mackenzie LiDAR 1m DSM (2015)",
"description": "Digital Surface Model within the Canterbury - Mackenzie region captured in 2015.",
"description": "Digital Surface Model within the Canterbury region captured in 2015.",
"license": "CC-BY-4.0",
"links": [
{
Expand Down Expand Up @@ -59,10 +59,26 @@
],
"providers": [
{ "name": "Aerial Surveys", "roles": ["producer"] },
{ "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "licensor", "processor"] }
{ "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["licensor", "host", "processor"] }
],
"linz:lifecycle": "completed",
"linz:geospatial_category": "dsm",
"linz:region": "canterbury",
"linz:security_classification": "unclassified",
"linz:geographic_description": "Mackenzie",
"extent": {
"spatial": { "bbox": [[169.9006493, -44.5118652, 170.5154636, -43.9938781]] },
"temporal": { "interval": [["2015-02-09T11:00:00Z", "2015-02-10T11:00:00Z"]] }
}
},
"assets": {
"capture_area": {
"href": "./capture-area.geojson",
"title": "Capture area",
"type": "application/geo+json",
"roles": ["metadata"],
"file:checksum": "12204ce9621accd67b824480f351309531088541f5edaecea92347bdc7ec956b0e14",
"file:size": 54581
}
},
"stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"]
}
6 changes: 3 additions & 3 deletions template/catalog.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"stac_version": "1.0.0",
"type": "Catalog",
"id": "linz-elevation",
"description": "Toitū Te Whenua Land Information New Zealand makes New Zealand's publicly owned elevation archive freely available to use under an open licence.",
"id": "nz-elevation",
"description": "Toitū Te Whenua Land Information New Zealand makes New Zealand's publicly owned elevation archive freely available to use under an open licence. This public S3 bucket has been made available to enable bulk access and cloud-based data processing.",
"links": [
{ "rel": "self", "href": "https://linz-elevation.s3.ap-southeast-2.amazonaws.com/catalog.json" },
{ "rel": "self", "href": "https://nz-elevation.s3.ap-southeast-2.amazonaws.com/catalog.json" },
{ "rel": "root", "href": "./catalog.json" }
]
}

0 comments on commit 84051a1

Please sign in to comment.