Skip to content

Commit

Permalink
feat: update catalog link to point to odr bucker in template (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
amfage authored Feb 27, 2024
1 parent 85e2653 commit 76fda5f
Showing 1 changed file with 3 additions and 3 deletions.
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 76fda5f

Please sign in to comment.