Skip to content

Commit

Permalink
feat: import Waikato - Hamilton LiDAR 1m DEM (2023) EDS-94 (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
linz-li-bot committed Apr 28, 2024
1 parent ed18d47 commit 94118b2
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"source": "s3://linz-workflows-scratch/2024-04/21-es-hamilton-2023-dem-1m-gdldq/flat/",
"target": "s3://nz-elevation/waikato/hamilton_2023/dem_1m/2193/",
"ticket": "EDS-94",
"copy_option": "--no-clobber",
"region": "waikato"
}
64 changes: 64 additions & 0 deletions stac/waikato/hamilton_2023/dem_1m/2193/collection.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"type": "Collection",
"stac_version": "1.0.0",
"id": "01HW19G256CF3VN562X0251PAG",
"title": "Waikato - Hamilton LiDAR 1m DEM (2023)",
"description": "Digital Elevation Model within the Waikato region captured in 2023.",
"license": "CC-BY-4.0",
"links": [
{
"rel": "root",
"href": "https://nz-elevation.s3.ap-southeast-2.amazonaws.com/catalog.json",
"type": "application/json"
},
{ "rel": "self", "href": "./collection.json", "type": "application/json" },
{ "rel": "item", "href": "./BD33_10000_0102.json", "type": "application/json" },
{ "rel": "item", "href": "./BD33_10000_0103.json", "type": "application/json" },
{ "rel": "item", "href": "./BD33_10000_0202.json", "type": "application/json" },
{ "rel": "item", "href": "./BD33_10000_0203.json", "type": "application/json" },
{ "rel": "item", "href": "./BD33_10000_0204.json", "type": "application/json" },
{ "rel": "item", "href": "./BD33_10000_0205.json", "type": "application/json" },
{ "rel": "item", "href": "./BD33_10000_0302.json", "type": "application/json" },
{ "rel": "item", "href": "./BD33_10000_0303.json", "type": "application/json" },
{ "rel": "item", "href": "./BD33_10000_0304.json", "type": "application/json" },
{ "rel": "item", "href": "./BD33_10000_0305.json", "type": "application/json" },
{ "rel": "item", "href": "./BD33_10000_0403.json", "type": "application/json" },
{ "rel": "item", "href": "./BD33_10000_0404.json", "type": "application/json" },
{ "rel": "item", "href": "./BD33_10000_0405.json", "type": "application/json" },
{ "rel": "item", "href": "./BD33_10000_0503.json", "type": "application/json" },
{ "rel": "item", "href": "./BD33_10000_0504.json", "type": "application/json" },
{ "rel": "item", "href": "./BD33_10000_0505.json", "type": "application/json" },
{ "rel": "item", "href": "./BD34_10000_0201.json", "type": "application/json" },
{ "rel": "item", "href": "./BD34_10000_0301.json", "type": "application/json" },
{ "rel": "item", "href": "./BD34_10000_0302.json", "type": "application/json" },
{ "rel": "item", "href": "./BD34_10000_0401.json", "type": "application/json" },
{ "rel": "item", "href": "./BD34_10000_0402.json", "type": "application/json" },
{ "rel": "item", "href": "./BD34_10000_0501.json", "type": "application/json" },
{ "rel": "item", "href": "./BD34_10000_0502.json", "type": "application/json" }
],
"providers": [
{ "name": "Woolpert", "roles": ["producer"] },
{ "name": "Hamilton City Council", "roles": ["licensor"] },
{ "name": "Toit奴 Te Whenua Land Information New Zealand", "roles": ["host", "processor"] }
],
"linz:lifecycle": "completed",
"linz:geospatial_category": "dem",
"linz:region": "waikato",
"linz:security_classification": "unclassified",
"linz:geographic_description": "Hamilton",
"extent": {
"spatial": { "bbox": [[175.0930298, -37.9097967, 175.4295474, -37.5845465]] },
"temporal": { "interval": [["2023-11-09T11:00:00Z", "2023-11-09T11:00:00Z"]] }
},
"assets": {
"capture_area": {
"href": "./capture-area.geojson",
"title": "Capture area",
"type": "application/geo+json",
"roles": ["metadata"],
"file:checksum": "12204aae44985b4860a0bb94ca5bbdeaacb1445d3ef74a1353eadfaabeb10bf4043b",
"file:size": 1512
}
},
"stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"]
}

0 comments on commit 94118b2

Please sign in to comment.