From ddc076749804234e2204241dba065e0ddede8fa1 Mon Sep 17 00:00:00 2001 From: paulfouquet <86932794+paulfouquet@users.noreply.github.com> Date: Tue, 27 Feb 2024 11:39:23 +1300 Subject: [PATCH 001/153] feat: temporary disable stac catalog creation and stac-sync TDE-1003 (#116) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - As the data will be publish to the ODR bucket, the STAC Catalog would be in an incoherent state while some STAC Collections will point to linz-elevation and some other to nz-elevation bucket. To avoid issues and making confusion, we decided to temporary deactivate the STAC Catalog. - In order to prevent copying over the existing STAC Collection files that belong to `linz-elevation` bucket, temporary deactivate `stac-sync` --- .github/workflows/publish.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f2108581..d3f26960 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,15 +16,15 @@ jobs: - uses: linz/action-typescript@dee99184c4305aea6c380a52db9b2d7abaaa3e78 # v3 # FIXME: catalog.json is not pushed to the repository (temporary solution) - - name: Create STAC Catalog - uses: docker://ghcr.io/linz/argo-tasks:v2 - with: - args: stac-catalog --output stac/catalog.json --template template/catalog.json /github/workspace/stac/ + # - name: Create STAC Catalog + # uses: docker://ghcr.io/linz/argo-tasks:v2 + # with: + # args: stac-catalog --output stac/catalog.json --template template/catalog.json /github/workspace/stac/ - - name: Validate STAC Catalog - uses: docker://ghcr.io/linz/argo-tasks:v2 - with: - args: stac-validate /github/workspace/stac/catalog.json + # - name: Validate STAC Catalog + # uses: docker://ghcr.io/linz/argo-tasks:v2 + # with: + # args: stac-validate /github/workspace/stac/catalog.json - name: Validate STAC Collections run: | @@ -41,8 +41,8 @@ jobs: role-to-assume: ${{ secrets.AWS_CI_ROLE }} # Sync STAC files only on push to 'master' - - name: Sync STAC - uses: docker://ghcr.io/linz/argo-tasks:v2 - if: github.ref == 'refs/heads/master' - with: - args: stac-sync /github/workspace/stac/ s3://linz-elevation/ \ No newline at end of file + # - name: Sync STAC + # uses: docker://ghcr.io/linz/argo-tasks:v2 + # if: github.ref == 'refs/heads/master' + # with: + # args: stac-sync /github/workspace/stac/ s3://linz-elevation/ From 85e265338394158baeae1113353cfb606c24354e Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:22:10 +1300 Subject: [PATCH 002/153] feat: import Canterbury - Mackenzie LiDAR 1m DSM (2015) (#118) --- .../dsm_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/canterbury/mackenzie_2015/dsm_1m/2193/collection.json b/stac/canterbury/mackenzie_2015/dsm_1m/2193/collection.json index 6b1afb5d..2a9acab5 100644 --- a/stac/canterbury/mackenzie_2015/dsm_1m/2193/collection.json +++ b/stac/canterbury/mackenzie_2015/dsm_1m/2193/collection.json @@ -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": [ { @@ -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"] } From 76fda5fa42199b23608a8a8944305a2b694ccf97 Mon Sep 17 00:00:00 2001 From: Alice Fage Date: Tue, 27 Feb 2024 16:38:08 +1300 Subject: [PATCH 003/153] feat: update catalog link to point to odr bucker in template (#119) --- template/catalog.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/template/catalog.json b/template/catalog.json index 9b012c36..21386acb 100644 --- a/template/catalog.json +++ b/template/catalog.json @@ -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" } ] } From 8438bc4f0bc3875e11ac5c1fbb6f4d58d86fd746 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 07:46:11 +1300 Subject: [PATCH 004/153] feat: import Gisborne LiDAR 1m DEM (2023) (#138) --- .../gisborne_2023/dem_1m/2193/collection.json | 183 ++++++++++++++++++ 1 file changed, 183 insertions(+) create mode 100644 stac/gisborne/gisborne_2023/dem_1m/2193/collection.json diff --git a/stac/gisborne/gisborne_2023/dem_1m/2193/collection.json b/stac/gisborne/gisborne_2023/dem_1m/2193/collection.json new file mode 100644 index 00000000..e79d2cdd --- /dev/null +++ b/stac/gisborne/gisborne_2023/dem_1m/2193/collection.json @@ -0,0 +1,183 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQMDFKQ68GXZAZNG4SQ0401C", + "title": "Gisborne LiDAR 1m DEM (2023)", + "description": "Digital Elevation Model within the Gisborne 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": "./BF40_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BF40_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BF41_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BF41_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BF41_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BF41_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BF41_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BF41_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BF41_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BF41_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BF41_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BF41_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BF42_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BF42_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BF42_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BF42_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BF42_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BF42_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BF42_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BF42_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BF42_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BF42_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BG44_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BG44_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BG44_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BG44_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BG44_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BG44_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BG44_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BG44_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BG44_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BG44_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BG44_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BH43_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BH43_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BH43_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BH43_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BH43_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BH43_10000_0302.json", "type": "application/json" } + ], + "providers": [ + { "name": "Landpro", "roles": ["producer"] }, + { "name": "National Institute of Water and Atmospheric Research", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "gisborne", + "linz:security_classification": "unclassified", + "extent": { + "spatial": { "bbox": [[177.1042804, -38.9989083, 178.3620224, -38.3263176]] }, + "temporal": { "interval": [["2023-09-10T12:00:00Z", "2023-09-19T12:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12206962afb78ee99fa7c5d24861da92377fc7a96f3ff1be2ec3df85d19fb6e4a5fa", + "file:size": 11370 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From a100d31b11a237f7e980f8749bfcfb77932a2bc9 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 07:46:29 +1300 Subject: [PATCH 005/153] feat: import Gisborne LiDAR 1m DSM (2023) (#142) --- .../gisborne_2023/dsm_1m/2193/collection.json | 183 ++++++++++++++++++ 1 file changed, 183 insertions(+) create mode 100644 stac/gisborne/gisborne_2023/dsm_1m/2193/collection.json diff --git a/stac/gisborne/gisborne_2023/dsm_1m/2193/collection.json b/stac/gisborne/gisborne_2023/dsm_1m/2193/collection.json new file mode 100644 index 00000000..7e0b57c3 --- /dev/null +++ b/stac/gisborne/gisborne_2023/dsm_1m/2193/collection.json @@ -0,0 +1,183 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQMDFZP3KT8EFJK778REJJR1", + "title": "Gisborne LiDAR 1m DSM (2023)", + "description": "Digital Surface Model within the Gisborne 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": "./BF40_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BF40_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BF41_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BF41_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BF41_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BF41_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BF41_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BF41_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BF41_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BF41_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BF41_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BF41_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BF42_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BF42_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BF42_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BF42_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BF42_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BF42_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BF42_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BF42_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BF42_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BF42_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BG44_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BG44_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BG44_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BG44_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BG44_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BG44_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BG44_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BG44_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BG44_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BG44_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BG44_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BH43_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BH43_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BH43_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BH43_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BH43_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BH43_10000_0302.json", "type": "application/json" } + ], + "providers": [ + { "name": "Landpro", "roles": ["producer"] }, + { "name": "National Institute of Water and Atmospheric Research", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "gisborne", + "linz:security_classification": "unclassified", + "extent": { + "spatial": { "bbox": [[177.1042804, -38.9989083, 178.3620224, -38.3263176]] }, + "temporal": { "interval": [["2023-09-10T12:00:00Z", "2023-09-19T12:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12208da51d526b20e7f47089fc920692ca235aa56afffff59ae4b0a40f7ab61726aa", + "file:size": 10127812 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From 9d26410130ae0efe1d6936d892b1bc3918d61be3 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 07:48:07 +1300 Subject: [PATCH 006/153] feat: import Otago LiDAR 1m DSM (2016) (#141) --- .../otago_2016/dsm_1m/2193/collection.json | 21 ++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/stac/otago/otago_2016/dsm_1m/2193/collection.json b/stac/otago/otago_2016/dsm_1m/2193/collection.json index 19288a1c..05fd9d49 100644 --- a/stac/otago/otago_2016/dsm_1m/2193/collection.json +++ b/stac/otago/otago_2016/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6MW0YTX56BV5Q6QJ8GF6S0B", + "id": "01HQMB8SCQQRJ98W6CG5WFP32E", "title": "Otago LiDAR 1m DSM (2016)", "description": "Digital Surface Model within the Otago region captured in 2016.", "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" }, @@ -178,8 +178,23 @@ { "name": "Otago Regional Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "otago", + "linz:security_classification": "unclassified", "extent": { "spatial": { "bbox": [[168.8244481, -46.4456066, 171.2058988, -44.6725407]] }, "temporal": { "interval": [["2016-03-01T11:00:00Z", "2016-04-09T12:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220bd5a570ccc5a1f05bddb6b88ad196b48ee87442e7453cc35941ceb2c1331ce5d", + "file:size": 24585 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 2505af4c5043aeea1d8996461b3df701bc8d415c Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 07:48:26 +1300 Subject: [PATCH 007/153] feat: import Otago LiDAR 1m DEM (2016) (#137) --- .../otago_2016/dem_1m/2193/collection.json | 21 ++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/stac/otago/otago_2016/dem_1m/2193/collection.json b/stac/otago/otago_2016/dem_1m/2193/collection.json index 40fe30bf..34413658 100644 --- a/stac/otago/otago_2016/dem_1m/2193/collection.json +++ b/stac/otago/otago_2016/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6MW0YMS2SY95CGRFJQZ4073", + "id": "01HQMB8PDN1QVY92SWQN9CKMYQ", "title": "Otago LiDAR 1m DEM (2016)", "description": "Digital Elevation Model within the Otago region captured in 2016.", "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" }, @@ -178,8 +178,23 @@ { "name": "Otago Regional Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "otago", + "linz:security_classification": "unclassified", "extent": { "spatial": { "bbox": [[168.8244481, -46.4456066, 171.2058988, -44.6725407]] }, "temporal": { "interval": [["2016-03-01T11:00:00Z", "2016-04-09T12:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "122022935f6f6bcda5ddde62fd60522f7e4815423a2b910d3b974bf23b920a9cdbfe", + "file:size": 25400 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 1a32f61fad6ebb067fd6cc3085868ce139cfc45a Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 07:49:10 +1300 Subject: [PATCH 008/153] feat: import Waikato - Thames LiDAR 1m DEM (2017-2019) (#136) --- .../dem_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/waikato/thames_2017-2019/dem_1m/2193/collection.json b/stac/waikato/thames_2017-2019/dem_1m/2193/collection.json index 89f82a25..3805fce0 100644 --- a/stac/waikato/thames_2017-2019/dem_1m/2193/collection.json +++ b/stac/waikato/thames_2017-2019/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6MWZD4JWXAN6RPAWX6MZEET", + "id": "01HQMCC3RDTG6G61TR953B9A1V", "title": "Waikato - Thames LiDAR 1m DEM (2017-2019)", - "description": "Digital Elevation Model within the Waikato - Thames region captured in 2017-2019.", + "description": "Digital Elevation Model within the Waikato region captured in 2017-2019.", "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" }, @@ -31,8 +31,24 @@ { "name": "Waikato Regional 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": "Thames", "extent": { "spatial": { "bbox": [[175.5102693, -37.4459782, 175.7400516, -37.0581599]] }, "temporal": { "interval": [["2017-07-01T12:00:00Z", "2019-02-03T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220bf1b806cd6dbc104e9d7f48c0e9f20d983c833fd24505e7147c50f81d6171710", + "file:size": 1931 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 2322cb55bf4e590794cb8369851c55840593bc02 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 07:49:19 +1300 Subject: [PATCH 009/153] feat: import Waikato - Thames LiDAR 1m DSM (2017-2019) (#135) --- .../dsm_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/waikato/thames_2017-2019/dsm_1m/2193/collection.json b/stac/waikato/thames_2017-2019/dsm_1m/2193/collection.json index 86530c00..fb452c47 100644 --- a/stac/waikato/thames_2017-2019/dsm_1m/2193/collection.json +++ b/stac/waikato/thames_2017-2019/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6MWZRNCK20A9R8H68SBGFWN", + "id": "01HQMCC7SQYQWQ2QQ98W4R5X92", "title": "Waikato - Thames LiDAR 1m DSM (2017-2019)", - "description": "Digital Surface Model within the Waikato - Thames region captured in 2017-2019.", + "description": "Digital Surface Model within the Waikato region captured in 2017-2019.", "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" }, @@ -31,8 +31,24 @@ { "name": "Waikato Regional Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "waikato", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Thames", "extent": { "spatial": { "bbox": [[175.5102693, -37.4459782, 175.7400516, -37.0581599]] }, "temporal": { "interval": [["2017-07-01T12:00:00Z", "2019-02-03T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220bf1b806cd6dbc104e9d7f48c0e9f20d983c833fd24505e7147c50f81d6171710", + "file:size": 1931 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 6c06f508a9bd1b90c6d55232b75e8b3012ffc4fd Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 07:49:52 +1300 Subject: [PATCH 010/153] feat: import Waikato - Huntly LiDAR 1m DSM (2015-2019) (#134) --- .../dsm_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/waikato/huntly_2015-2019/dsm_1m/2193/collection.json b/stac/waikato/huntly_2015-2019/dsm_1m/2193/collection.json index be34c927..0221bfa4 100644 --- a/stac/waikato/huntly_2015-2019/dsm_1m/2193/collection.json +++ b/stac/waikato/huntly_2015-2019/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6MWVQVN83JB4QF86RK2AAX1", + "id": "01HQMC55GJN7RRTCX0KZKN8A7S", "title": "Waikato - Huntly LiDAR 1m DSM (2015-2019)", - "description": "Digital Surface Model within the Waikato - Huntly region captured in 2015-2019.", + "description": "Digital Surface Model within the Waikato region captured in 2015-2019.", "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" }, @@ -71,8 +71,24 @@ { "name": "Waikato Regional Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "waikato", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Huntly", "extent": { "spatial": { "bbox": [[174.6525807, -37.6503992, 175.688171, -37.196423]] }, "temporal": { "interval": [["2015-01-31T11:00:00Z", "2019-01-30T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12205ab56c35a61eb276e6e4765c2b36762f7a97959d979ab0be3eccac9b24cd919b", + "file:size": 15181 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 7707b6869a47032083275f7ad3714b2a207d041e Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 07:49:55 +1300 Subject: [PATCH 011/153] feat: import Waikato - Huntly LiDAR 1m DEM (2015-2019) (#133) --- .../dem_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/waikato/huntly_2015-2019/dem_1m/2193/collection.json b/stac/waikato/huntly_2015-2019/dem_1m/2193/collection.json index 7557189b..9b9fcbbd 100644 --- a/stac/waikato/huntly_2015-2019/dem_1m/2193/collection.json +++ b/stac/waikato/huntly_2015-2019/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6MWV65TYVF4APWY45S7F87Z", + "id": "01HQMC51D40ZX601ECSSH30E75", "title": "Waikato - Huntly LiDAR 1m DEM (2015-2019)", - "description": "Digital Elevation Model within the Waikato - Huntly region captured in 2015-2019.", + "description": "Digital Elevation Model within the Waikato region captured in 2015-2019.", "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" }, @@ -71,8 +71,24 @@ { "name": "Waikato Regional 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": "Huntly", "extent": { "spatial": { "bbox": [[174.6525807, -37.6503992, 175.688171, -37.196423]] }, "temporal": { "interval": [["2015-01-31T11:00:00Z", "2019-01-30T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "122095532dc957e00f26de996c8726b5d9d2d69b300cf24c66f76535e4d151c4430a", + "file:size": 14839 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 257a62a5b2631e334b1eae174b75848f512a2317 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 07:51:18 +1300 Subject: [PATCH 012/153] feat: import Northland - Whangarei Heads LiDAR 1m DSM (2016) (#130) --- .../dsm_1m/2193/collection.json | 26 +++++++++++++++---- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/stac/northland/whangarei-heads_2016/dsm_1m/2193/collection.json b/stac/northland/whangarei-heads_2016/dsm_1m/2193/collection.json index b8b07529..5b1fe73c 100644 --- a/stac/northland/whangarei-heads_2016/dsm_1m/2193/collection.json +++ b/stac/northland/whangarei-heads_2016/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6MWQGATEQ3A5H5AMAQ4FH5M", + "id": "01HQMBSZ1H2FA249V15NWF1EQ0", "title": "Northland - Whangarei Heads LiDAR 1m DSM (2016)", - "description": "Digital Surface Model within the Northland - Whangarei Heads region captured in 2016.", + "description": "Digital Surface Model within the Northland region captured in 2016.", "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" }, @@ -24,10 +24,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": "northland", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Whangarei Heads", "extent": { "spatial": { "bbox": [[174.3531843, -35.9079461, 174.6223831, -35.7132637]] }, "temporal": { "interval": [["2016-11-20T11:00:00Z", "2016-11-21T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12203751c44d888c83e1c6d4904578ef84dfbe10107641b40fbfd669ec6e08c29699", + "file:size": 22626 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From c33dda62b1d07b4bb14893b651b470ff680fc3b2 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 07:51:21 +1300 Subject: [PATCH 013/153] feat: import Northland - Whangarei Heads LiDAR 1m DEM (2016) (#129) --- .../dem_1m/2193/collection.json | 26 +++++++++++++++---- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/stac/northland/whangarei-heads_2016/dem_1m/2193/collection.json b/stac/northland/whangarei-heads_2016/dem_1m/2193/collection.json index 2d1fa3b9..7ca87d9d 100644 --- a/stac/northland/whangarei-heads_2016/dem_1m/2193/collection.json +++ b/stac/northland/whangarei-heads_2016/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6MWQ6ZS9139WD54VAK2Z5AM", + "id": "01HQMBSMQY950TP25ZV0Q9YZN2", "title": "Northland - Whangarei Heads LiDAR 1m DEM (2016)", - "description": "Digital Elevation Model within the Northland - Whangarei Heads region captured in 2016.", + "description": "Digital Elevation Model within the Northland region captured in 2016.", "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" }, @@ -24,10 +24,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": "dem", + "linz:region": "northland", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Whangarei Heads", "extent": { "spatial": { "bbox": [[174.3531843, -35.9079461, 174.6223831, -35.7132637]] }, "temporal": { "interval": [["2016-11-20T11:00:00Z", "2016-11-21T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220416e4f36e79a6bf88333cbeac78afabf816aaa3e8bf2b05c9c001f6ed36d2a13", + "file:size": 23045 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 3be3a514cb10f03dac5a6044516991fb68007878 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 07:52:00 +1300 Subject: [PATCH 014/153] feat: import Tasman - Motueka River Valley LiDAR 1m DEM (2018-2019) (#128) --- .../dem_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/tasman/motueka-river-valley_2018-2019/dem_1m/2193/collection.json b/stac/tasman/motueka-river-valley_2018-2019/dem_1m/2193/collection.json index 63c7acf1..264c58fa 100644 --- a/stac/tasman/motueka-river-valley_2018-2019/dem_1m/2193/collection.json +++ b/stac/tasman/motueka-river-valley_2018-2019/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6MW0YP2PHJWCKWJHDED7M73", + "id": "01HQMB9SANWRMAAJYWCTYPF5W1", "title": "Tasman - Motueka River Valley LiDAR 1m DEM (2018-2019)", - "description": "Digital Elevation Model within the Tasman - Motueka River Valley region captured in 2018-2019.", + "description": "Digital Elevation Model within the Tasman region captured in 2018-2019.", "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" }, @@ -47,8 +47,24 @@ { "name": "Tasman District Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "tasman", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Motueka River Valley", "extent": { "spatial": { "bbox": [[172.5686916, -41.4975302, 173.1434853, -41.0435377]] }, "temporal": { "interval": [["2018-11-14T11:00:00Z", "2019-02-12T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220aa35367b5abd9a671b92ca64cb52283b2ccc89d6c14a02ee244bb41e8c7e0be9", + "file:size": 8711 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 36f19eb1fea9aa8731f1b98b38820cebe11fb23f Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 07:52:03 +1300 Subject: [PATCH 015/153] feat: import Tasman - Motueka River Valley LiDAR 1m DSM (2018-2019) (#127) --- .../dsm_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/tasman/motueka-river-valley_2018-2019/dsm_1m/2193/collection.json b/stac/tasman/motueka-river-valley_2018-2019/dsm_1m/2193/collection.json index e9d77ceb..61864430 100644 --- a/stac/tasman/motueka-river-valley_2018-2019/dsm_1m/2193/collection.json +++ b/stac/tasman/motueka-river-valley_2018-2019/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6MW0YMT940QHDBFKNBYWFB7", + "id": "01HQMBBBQN2Q73KEVPB3BKS8FD", "title": "Tasman - Motueka River Valley LiDAR 1m DSM (2018-2019)", - "description": "Digital Surface Model within the Tasman - Motueka River Valley region captured in 2018-2019.", + "description": "Digital Surface Model within the Tasman region captured in 2018-2019.", "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" }, @@ -47,8 +47,24 @@ { "name": "Tasman District Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "tasman", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Motueka River Valley", "extent": { "spatial": { "bbox": [[172.5686916, -41.4975302, 173.1434853, -41.0435377]] }, "temporal": { "interval": [["2018-11-14T11:00:00Z", "2019-02-12T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220aa35367b5abd9a671b92ca64cb52283b2ccc89d6c14a02ee244bb41e8c7e0be9", + "file:size": 8711 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 77febe826e2d9c450db1929b09480c3379ef3307 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 08:01:51 +1300 Subject: [PATCH 016/153] feat: import Tasman - Abel Tasman and Golden Bay LiDAR 1m DSM (2023) (#139) --- .../dsm_1m/2193/collection.json | 82 +++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 stac/tasman/abel-tasman-and-golden-bay_2023/dsm_1m/2193/collection.json diff --git a/stac/tasman/abel-tasman-and-golden-bay_2023/dsm_1m/2193/collection.json b/stac/tasman/abel-tasman-and-golden-bay_2023/dsm_1m/2193/collection.json new file mode 100644 index 00000000..b893c26c --- /dev/null +++ b/stac/tasman/abel-tasman-and-golden-bay_2023/dsm_1m/2193/collection.json @@ -0,0 +1,82 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQMDTT1A2G9V9ZQXN3S115RB", + "title": "Tasman - Abel Tasman and Golden Bay LiDAR 1m DSM (2023)", + "description": "Digital Surface Model within the Tasman 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": "./BN23_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BN23_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BN23_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BN23_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BN24_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BN24_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BN24_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BN24_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BN24_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BN24_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BN24_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BN24_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BN24_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BN24_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BN24_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BN24_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BN25_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BN25_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BN25_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BN25_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BN25_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BP23_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BP23_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BP23_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BP24_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BP24_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BP24_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BP24_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BP24_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BP25_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BP25_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BP25_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BP25_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BP25_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BP25_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BP25_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BP25_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BP25_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BP25_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BP25_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BP25_10000_0404.json", "type": "application/json" } + ], + "providers": [ + { "name": "Aerial Surveys", "roles": ["producer"] }, + { "name": "Tasman District Council", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "tasman", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Abel Tasman and Golden Bay", + "extent": { + "spatial": { "bbox": [[172.401518, -41.1084811, 173.0857515, -40.589008]] }, + "temporal": { "interval": [["2023-08-06T12:00:00Z", "2023-08-16T12:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12202e42e69f3ffa27bdff3995e93471f0c1f8ad0b5f6f0c31d1f09829a0ba9fa2b7", + "file:size": 8762 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From 6968de0476043e2b016ffc65817f62ad5e363568 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 08:01:56 +1300 Subject: [PATCH 017/153] feat: import Tasman - Abel Tasman and Golden Bay LiDAR 1m DEM (2023) (#140) --- .../dem_1m/2193/collection.json | 82 +++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 stac/tasman/abel-tasman-and-golden-bay_2023/dem_1m/2193/collection.json diff --git a/stac/tasman/abel-tasman-and-golden-bay_2023/dem_1m/2193/collection.json b/stac/tasman/abel-tasman-and-golden-bay_2023/dem_1m/2193/collection.json new file mode 100644 index 00000000..2ee4cafb --- /dev/null +++ b/stac/tasman/abel-tasman-and-golden-bay_2023/dem_1m/2193/collection.json @@ -0,0 +1,82 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQMDGG25AWBPBT4F3T2NFRZH", + "title": "Tasman - Abel Tasman and Golden Bay LiDAR 1m DEM (2023)", + "description": "Digital Elevation Model within the Tasman 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": "./BN23_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BN23_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BN23_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BN23_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BN24_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BN24_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BN24_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BN24_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BN24_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BN24_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BN24_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BN24_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BN24_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BN24_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BN24_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BN24_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BN25_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BN25_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BN25_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BN25_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BN25_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BP23_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BP23_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BP23_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BP24_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BP24_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BP24_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BP24_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BP24_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BP25_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BP25_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BP25_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BP25_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BP25_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BP25_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BP25_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BP25_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BP25_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BP25_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BP25_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BP25_10000_0404.json", "type": "application/json" } + ], + "providers": [ + { "name": "Aerial Surveys", "roles": ["producer"] }, + { "name": "Tasman District Council", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "tasman", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Abel Tasman and Golden Bay", + "extent": { + "spatial": { "bbox": [[172.401518, -41.1084811, 173.0857515, -40.589008]] }, + "temporal": { "interval": [["2023-08-06T12:00:00Z", "2023-08-16T12:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12202e42e69f3ffa27bdff3995e93471f0c1f8ad0b5f6f0c31d1f09829a0ba9fa2b7", + "file:size": 8762 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From b6dbee6b6cfd028ec46fb0718e3a62750969f3e1 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 08:03:20 +1300 Subject: [PATCH 018/153] feat: import Waikato - Reporoa and Upper Piako River LiDAR 1m DSM (2019) (#123) --- .../dsm_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/waikato/reporoa-and-upper-piako-river_2019/dsm_1m/2193/collection.json b/stac/waikato/reporoa-and-upper-piako-river_2019/dsm_1m/2193/collection.json index 003b4cd4..621d8a50 100644 --- a/stac/waikato/reporoa-and-upper-piako-river_2019/dsm_1m/2193/collection.json +++ b/stac/waikato/reporoa-and-upper-piako-river_2019/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6MV682Q281QWG8J9JN1P9VE", + "id": "01HQMAZXW6VDW1BC138P40B01N", "title": "Waikato - Reporoa and Upper Piako River LiDAR 1m DSM (2019)", - "description": "Digital Surface Model within the Waikato - Reporoa and Upper Piako River region captured in 2019.", + "description": "Digital Surface Model within the Waikato region captured in 2019.", "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" }, @@ -44,8 +44,24 @@ { "name": "Waikato Regional Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "waikato", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Reporoa and Upper Piako River", "extent": { "spatial": { "bbox": [[175.584141, -38.5310391, 176.5480563, -37.6392367]] }, "temporal": { "interval": [["2019-04-15T12:00:00Z", "2019-04-16T12:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220c58388c02869136abf95af099954b6f191f55b31199b819f48431d841c568627", + "file:size": 7147 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 379c4ec32ec33a64e721855fd980a0cce21aa2dd Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 08:03:25 +1300 Subject: [PATCH 019/153] feat: import Waikato - Reporoa and Upper Piako River LiDAR 1m DEM (2019) (#124) --- .../dem_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/waikato/reporoa-and-upper-piako-river_2019/dem_1m/2193/collection.json b/stac/waikato/reporoa-and-upper-piako-river_2019/dem_1m/2193/collection.json index 8219e7ea..6ab5895e 100644 --- a/stac/waikato/reporoa-and-upper-piako-river_2019/dem_1m/2193/collection.json +++ b/stac/waikato/reporoa-and-upper-piako-river_2019/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6MV67Y20D6T4YKVQYRDPT99", + "id": "01HQMAZNDSCA35108E1TQRGFF9", "title": "Waikato - Reporoa and Upper Piako River LiDAR 1m DEM (2019)", - "description": "Digital Elevation Model within the Waikato - Reporoa and Upper Piako River region captured in 2019.", + "description": "Digital Elevation Model within the Waikato region captured in 2019.", "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" }, @@ -44,8 +44,24 @@ { "name": "Waikato Regional 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": "Reporoa and Upper Piako River", "extent": { "spatial": { "bbox": [[175.584141, -38.5310391, 176.5480563, -37.6392367]] }, "temporal": { "interval": [["2019-04-15T12:00:00Z", "2019-04-16T12:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220c58388c02869136abf95af099954b6f191f55b31199b819f48431d841c568627", + "file:size": 7147 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 2545843fc49b1ccfbc1d5f8c9d9a89c3ee458a39 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 08:03:56 +1300 Subject: [PATCH 020/153] feat: import Otago - Queenstown LiDAR 1m DSM (2016) (#122) --- .../dsm_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/otago/queenstown_2016/dsm_1m/2193/collection.json b/stac/otago/queenstown_2016/dsm_1m/2193/collection.json index b3d4ef28..f3288a5c 100644 --- a/stac/otago/queenstown_2016/dsm_1m/2193/collection.json +++ b/stac/otago/queenstown_2016/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6MT3VRQJS60J01Q9DV7JWB7", + "id": "01HQMAFJ28VVXF5YW2YMYKKSZJ", "title": "Otago - Queenstown LiDAR 1m DSM (2016)", - "description": "Digital Surface Model within the Otago - Queenstown region captured in 2016.", + "description": "Digital Surface Model within the Otago region captured in 2016.", "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" }, @@ -37,8 +37,24 @@ { "name": "Otago Regional Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "otago", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Queenstown", "extent": { "spatial": { "bbox": [[168.5763338, -45.1811534, 168.9551722, -44.9134657]] }, "temporal": { "interval": [["2016-02-29T11:00:00Z", "2016-04-20T12:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220f8c6d345c146bdf3c2bca418df6a77e70ce81f9b9c06cbc4252b21752dff3cd8", + "file:size": 5087 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 2924a78bb28e2c21dcbbf0a23b30b061e81529ed Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 08:04:00 +1300 Subject: [PATCH 021/153] feat: import Otago - Queenstown LiDAR 1m DEM (2016) (#121) --- .../dem_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/otago/queenstown_2016/dem_1m/2193/collection.json b/stac/otago/queenstown_2016/dem_1m/2193/collection.json index 2ac25d94..906c3e74 100644 --- a/stac/otago/queenstown_2016/dem_1m/2193/collection.json +++ b/stac/otago/queenstown_2016/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6MT3W1X65CC5VTTBN4ZC9KY", + "id": "01HQMAFJ2C1TGPNP15QVVT42JX", "title": "Otago - Queenstown LiDAR 1m DEM (2016)", - "description": "Digital Elevation Model within the Otago - Queenstown region captured in 2016.", + "description": "Digital Elevation Model within the Otago region captured in 2016.", "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" }, @@ -37,8 +37,24 @@ { "name": "Otago Regional Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "otago", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Queenstown", "extent": { "spatial": { "bbox": [[168.5763338, -45.1811534, 168.9551722, -44.9134657]] }, "temporal": { "interval": [["2016-02-29T11:00:00Z", "2016-04-20T12:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12200e1d70f0e3437b9a59d97512c0fd85413317f9fe446d2500dd0d086e6bf9402b", + "file:size": 4878 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 308e7b569213e0b22bbf3ff488f18f8aa8ed5a99 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 11:19:46 +1300 Subject: [PATCH 022/153] feat: import Canterbury LiDAR 1m DEM (2018-2019) (#144) --- .../dem_1m/2193/collection.json | 21 ++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/stac/canterbury/canterbury_2018-2019/dem_1m/2193/collection.json b/stac/canterbury/canterbury_2018-2019/dem_1m/2193/collection.json index 3fbd3004..169f41fb 100644 --- a/stac/canterbury/canterbury_2018-2019/dem_1m/2193/collection.json +++ b/stac/canterbury/canterbury_2018-2019/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6MX09NP65GC05WZ7KZSDGZ0", + "id": "01HQP7WEXZFTE4FQKG824CEGRS", "title": "Canterbury LiDAR 1m DEM (2018-2019)", "description": "Digital Elevation Model within the Canterbury region captured in 2018-2019.", "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" }, @@ -308,8 +308,23 @@ { "name": "Environment Canterbury", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", "extent": { "spatial": { "bbox": [[170.6822667, -44.98452, 173.1465831, -42.5999333]] }, "temporal": { "interval": [["2018-03-13T11:00:00Z", "2019-04-30T12:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220baf6c982cefd9f4b39df1f5c250f316aa6b01836fdc08fee778d60b0abbc80df", + "file:size": 60519 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From eea02fdea0591863f861539ec17f90d9b3453e01 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 11:19:49 +1300 Subject: [PATCH 023/153] feat: import Canterbury LiDAR 1m DSM (2018-2019) (#143) --- .../dsm_1m/2193/collection.json | 21 ++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/stac/canterbury/canterbury_2018-2019/dsm_1m/2193/collection.json b/stac/canterbury/canterbury_2018-2019/dsm_1m/2193/collection.json index 7759d8a7..f274b4de 100644 --- a/stac/canterbury/canterbury_2018-2019/dsm_1m/2193/collection.json +++ b/stac/canterbury/canterbury_2018-2019/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6MX1VM221WN8QYRYH99QVAJ", + "id": "01HQP7J14PCMV3YDFNG4C1Z4AZ", "title": "Canterbury LiDAR 1m DSM (2018-2019)", "description": "Digital Surface Model within the Canterbury region captured in 2018-2019.", "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" }, @@ -308,8 +308,23 @@ { "name": "Environment Canterbury", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", "extent": { "spatial": { "bbox": [[170.6822667, -44.98452, 173.1465831, -42.5999333]] }, "temporal": { "interval": [["2018-03-13T11:00:00Z", "2019-04-30T12:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12204386d7937f59610dc50fabd096c6ca6d84fcd8a45e69cc724aa23d8736fb78fa", + "file:size": 60723 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From de2143be6f2cefce7f101f52ed536c7d736ec794 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 11:20:11 +1300 Subject: [PATCH 024/153] feat: import Northland - Marsden Point LiDAR 1m DEM (2016) (#146) --- .../dem_1m/2193/collection.json | 26 +++++++++++++++---- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/stac/northland/marsden-point_2016/dem_1m/2193/collection.json b/stac/northland/marsden-point_2016/dem_1m/2193/collection.json index 7bfa89fe..ed620438 100644 --- a/stac/northland/marsden-point_2016/dem_1m/2193/collection.json +++ b/stac/northland/marsden-point_2016/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6MXWHVY6AJPGB0BCP7EB22F", + "id": "01HQP9CT9SMMQDS9AMB57Y9WD4", "title": "Northland - Marsden Point LiDAR 1m DEM (2016)", - "description": "Digital Elevation Model within the Northland - Marsden Point region captured in 2016.", + "description": "Digital Elevation Model within the Northland region captured in 2016.", "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" }, @@ -19,10 +19,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": "dem", + "linz:region": "northland", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Marsden Point", "extent": { "spatial": { "bbox": [[174.4073784, -35.909242, 174.516032, -35.7781586]] }, "temporal": { "interval": [["2016-11-08T11:00:00Z", "2016-11-20T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12201a4cc2d9a48a89b1043fc48a5c0932246d3141b5ba6af8b984758a72fddb45a0", + "file:size": 2558 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From b6e9726020847e5bae4ba7246c8b7eed5fe58fb7 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 11:20:16 +1300 Subject: [PATCH 025/153] feat: import Northland - Marsden Point LiDAR 1m DSM (2016) (#145) --- .../dsm_1m/2193/collection.json | 26 +++++++++++++++---- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/stac/northland/marsden-point_2016/dsm_1m/2193/collection.json b/stac/northland/marsden-point_2016/dsm_1m/2193/collection.json index 78b18631..1170c478 100644 --- a/stac/northland/marsden-point_2016/dsm_1m/2193/collection.json +++ b/stac/northland/marsden-point_2016/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6MXY63YG5MB946779BMYQ1N", + "id": "01HQP9CTDEHC2FA5RKK9FQT95R", "title": "Northland - Marsden Point LiDAR 1m DSM (2016)", - "description": "Digital Surface Model within the Northland - Marsden Point region captured in 2016.", + "description": "Digital Surface Model within the Northland region captured in 2016.", "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" }, @@ -19,10 +19,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": "northland", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Marsden Point", "extent": { "spatial": { "bbox": [[174.4073784, -35.909242, 174.516032, -35.7781586]] }, "temporal": { "interval": [["2016-11-08T11:00:00Z", "2016-11-20T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12201a4cc2d9a48a89b1043fc48a5c0932246d3141b5ba6af8b984758a72fddb45a0", + "file:size": 2558 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 9aaeb1e3e44f1aea8f8f1047d40b3a3b2fb29638 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 11:21:13 +1300 Subject: [PATCH 026/153] feat: import Waikato - Hamilton LiDAR 1m DSM (2019) (#148) --- .../hamilton_2019/dsm_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/waikato/hamilton_2019/dsm_1m/2193/collection.json b/stac/waikato/hamilton_2019/dsm_1m/2193/collection.json index bb76c3b2..ec53fcbe 100644 --- a/stac/waikato/hamilton_2019/dsm_1m/2193/collection.json +++ b/stac/waikato/hamilton_2019/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6MX6QS9SS9EXR41H1J3QV0X", + "id": "01HQP9CTEXN4D0Q32W5XBSJSP4", "title": "Waikato - Hamilton LiDAR 1m DSM (2019)", - "description": "Digital Surface Model within the Waikato - Hamilton region captured in 2019.", + "description": "Digital Surface Model within the Waikato region captured in 2019.", "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" }, @@ -41,8 +41,24 @@ { "name": "Hamilton City Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "waikato", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Hamilton", "extent": { "spatial": { "bbox": [[175.0930298, -37.9097967, 175.4295474, -37.5845465]] }, "temporal": { "interval": [["2019-11-02T11:00:00Z", "2019-11-04T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220681cae03b44265c9bfdc02b1472d64bf0f8bf52c387718977fe33ee7b6ac9ba7", + "file:size": 5330 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From ab49f7f990a3351e62e42efffa55203f5a98f289 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 11:21:19 +1300 Subject: [PATCH 027/153] feat: import Waikato - Hamilton LiDAR 1m DEM (2019) (#147) --- .../hamilton_2019/dem_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/waikato/hamilton_2019/dem_1m/2193/collection.json b/stac/waikato/hamilton_2019/dem_1m/2193/collection.json index f5ea43fc..c510e3da 100644 --- a/stac/waikato/hamilton_2019/dem_1m/2193/collection.json +++ b/stac/waikato/hamilton_2019/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6MX5ANWAXWS9KJCMED2VRJ8", + "id": "01HQP9CT3B20ZA2R70AE7DMYHN", "title": "Waikato - Hamilton LiDAR 1m DEM (2019)", - "description": "Digital Elevation Model within the Waikato - Hamilton region captured in 2019.", + "description": "Digital Elevation Model within the Waikato region captured in 2019.", "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" }, @@ -41,8 +41,24 @@ { "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": [["2019-11-02T11:00:00Z", "2019-11-04T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220681cae03b44265c9bfdc02b1472d64bf0f8bf52c387718977fe33ee7b6ac9ba7", + "file:size": 5330 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 0940dfeb395978f3e8431ebc9871f7f3a4c852f9 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 11:22:03 +1300 Subject: [PATCH 028/153] feat: import Marlborough LiDAR 1m DEM (2018) (#149) --- .../dem_1m/2193/collection.json | 21 ++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/stac/marlborough/marlborough_2018/dem_1m/2193/collection.json b/stac/marlborough/marlborough_2018/dem_1m/2193/collection.json index 120f90a4..49e30bf4 100644 --- a/stac/marlborough/marlborough_2018/dem_1m/2193/collection.json +++ b/stac/marlborough/marlborough_2018/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H7GXPYWA568JTM3S66RK5ZMR", + "id": "01HQP9JYBMEF9T8D9YNTBN32TT", "title": "Marlborough LiDAR 1m DEM (2018)", "description": "Digital Elevation Model within the Marlborough region captured in 2018.", "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" }, @@ -70,8 +70,23 @@ { "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", "extent": { "spatial": { "bbox": [[173.2590459, -41.948916, 174.2425113, -41.2327826]] }, "temporal": { "interval": [["2018-05-25T12:00:00Z", "2018-09-11T12:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12201bead08e7cd674269ee3a7448827ecdac617779180b3ffa2136bba55e85bc4fd", + "file:size": 58696 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From bac93b088471b678065d40ff8c6012a52b26c0db Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 11:23:01 +1300 Subject: [PATCH 029/153] feat: import Canterbury - Christchurch and Ashley River LiDAR 1m DEM (2018-2019) (#151) --- .../dem_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/canterbury/christchurch-and-ashley-river_2018-2019/dem_1m/2193/collection.json b/stac/canterbury/christchurch-and-ashley-river_2018-2019/dem_1m/2193/collection.json index da28f980..5e6cc9e9 100644 --- a/stac/canterbury/christchurch-and-ashley-river_2018-2019/dem_1m/2193/collection.json +++ b/stac/canterbury/christchurch-and-ashley-river_2018-2019/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6MY7J5WYBC5BWYCEWB65096", + "id": "01HQP9MYMB02Q08R7DMZM9JC45", "title": "Canterbury - Christchurch and Ashley River LiDAR 1m DEM (2018-2019)", - "description": "Digital Elevation Model within the Canterbury - Christchurch and Ashley River region captured in 2018-2019.", + "description": "Digital Elevation Model within the Canterbury region captured in 2018-2019.", "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" }, @@ -54,8 +54,24 @@ { "name": "Environment Canterbury", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Christchurch and Ashley River", "extent": { "spatial": { "bbox": [[172.3758499, -43.7020304, 172.8513887, -43.1818868]] }, "temporal": { "interval": [["2018-07-19T12:00:00Z", "2019-02-28T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12208d2a42956525a4d71ed3a296cdb62181d76127140f235f8ab9211e521ea53b10", + "file:size": 6876 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 0d85227dfa016fa4b0efb51dcb119b77f838a7f0 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 11:23:04 +1300 Subject: [PATCH 030/153] feat: import Canterbury - Christchurch and Ashley River LiDAR 1m DSM (2018-2019) (#152) --- .../dsm_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/canterbury/christchurch-and-ashley-river_2018-2019/dsm_1m/2193/collection.json b/stac/canterbury/christchurch-and-ashley-river_2018-2019/dsm_1m/2193/collection.json index 46f96635..8a73da46 100644 --- a/stac/canterbury/christchurch-and-ashley-river_2018-2019/dsm_1m/2193/collection.json +++ b/stac/canterbury/christchurch-and-ashley-river_2018-2019/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6MY8NJYXBB9V98DRSE5QD1K", + "id": "01HQP9QP6RXGNJTPDK3GFV0HBQ", "title": "Canterbury - Christchurch and Ashley River LiDAR 1m DSM (2018-2019)", - "description": "Digital Surface Model within the Canterbury - Christchurch and Ashley River region captured in 2018-2019.", + "description": "Digital Surface Model within the Canterbury region captured in 2018-2019.", "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" }, @@ -54,8 +54,24 @@ { "name": "Environment Canterbury", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Christchurch and Ashley River", "extent": { "spatial": { "bbox": [[172.3758499, -43.7020304, 172.8513887, -43.1818868]] }, "temporal": { "interval": [["2018-07-19T12:00:00Z", "2019-02-28T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220f874cb39914819aae3f04acf4026558ca96faf5474fde1343c0b57c9bdb15ca6", + "file:size": 7546 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 7880c51e1e1e53859ddaef2a1c39baf616566934 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 11:23:41 +1300 Subject: [PATCH 031/153] feat: import Canterbury - Banks Peninsula LiDAR 1m DEM (2018-2019) (#154) --- .../dem_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/canterbury/banks-peninsula_2018-2019/dem_1m/2193/collection.json b/stac/canterbury/banks-peninsula_2018-2019/dem_1m/2193/collection.json index 124b3ee6..0a383144 100644 --- a/stac/canterbury/banks-peninsula_2018-2019/dem_1m/2193/collection.json +++ b/stac/canterbury/banks-peninsula_2018-2019/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6MZPSK3G7GBJWQQZSNPBQHZ", + "id": "01HQP9XA866M33YXQE74N20HRR", "title": "Canterbury - Banks Peninsula LiDAR 1m DEM (2018-2019)", - "description": "Digital Elevation Model within the Canterbury - Banks Peninsula region captured in 2018-2019.", + "description": "Digital Elevation Model within the Canterbury region captured in 2018-2019.", "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" }, @@ -65,8 +65,24 @@ { "name": "Environment Canterbury", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Banks Peninsula", "extent": { "spatial": { "bbox": [[172.5527303, -43.9615254, 173.149415, -43.5716925]] }, "temporal": { "interval": [["2018-07-17T12:00:00Z", "2019-02-09T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12200841314535bd72f6f3021d9f1466b1ea51731bcdf7b2014ca8b65d05ea7944d6", + "file:size": 10752 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From d35406f2ad79e96b75fe59054569f6ea120a7d7b Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 11:23:44 +1300 Subject: [PATCH 032/153] feat: import Canterbury - Banks Peninsula LiDAR 1m DSM (2018-2019) (#156) --- .../dsm_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/canterbury/banks-peninsula_2018-2019/dsm_1m/2193/collection.json b/stac/canterbury/banks-peninsula_2018-2019/dsm_1m/2193/collection.json index 37693d1d..fa8421cd 100644 --- a/stac/canterbury/banks-peninsula_2018-2019/dsm_1m/2193/collection.json +++ b/stac/canterbury/banks-peninsula_2018-2019/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N04ET1C6XKCVQ2ZA6A0FZQ", + "id": "01HQP9Y4AJD8ZHB0MWMFB3VZMN", "title": "Canterbury - Banks Peninsula LiDAR 1m DSM (2018-2019)", - "description": "Digital Surface Model within the Canterbury - Banks Peninsula region captured in 2018-2019.", + "description": "Digital Surface Model within the Canterbury region captured in 2018-2019.", "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" }, @@ -65,8 +65,24 @@ { "name": "Environment Canterbury", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Banks Peninsula", "extent": { "spatial": { "bbox": [[172.5527303, -43.9615254, 173.149415, -43.5716925]] }, "temporal": { "interval": [["2018-07-17T12:00:00Z", "2019-02-09T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220a3c6402388d80192e3746cef05038043dff8ffcb0cb2feda2ab14e56bbf72f8f", + "file:size": 10752 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 8956e198e003206cb41e3fb11f5b00baae11e297 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 11:24:19 +1300 Subject: [PATCH 033/153] feat: import Tasman - Richmond and Motueka LiDAR 1m DEM (2015) (#153) --- .../dem_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/tasman/richmond-and-motueka_2015/dem_1m/2193/collection.json b/stac/tasman/richmond-and-motueka_2015/dem_1m/2193/collection.json index 6fdd83d5..8d12e1a2 100644 --- a/stac/tasman/richmond-and-motueka_2015/dem_1m/2193/collection.json +++ b/stac/tasman/richmond-and-motueka_2015/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N05QZCR6M04B93K27WRFZ1", + "id": "01HQP9Y7N922VPERFXMBKYQSCP", "title": "Tasman - Richmond and Motueka LiDAR 1m DEM (2015)", - "description": "Digital Elevation Model within the Tasman - Richmond and Motueka region captured in 2015.", + "description": "Digital Elevation Model within the Tasman region captured in 2015.", "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" }, @@ -40,8 +40,24 @@ { "name": "Tasman District Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "tasman", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Richmond and Motueka", "extent": { "spatial": { "bbox": [[172.914164, -41.4976164, 173.2582727, -41.0435943]] }, "temporal": { "interval": [["2015-11-12T11:00:00Z", "2015-11-13T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12206f9f281794b5dc95e331d354a5ed5ec71a93d68faec30181d085a85e7d9cc7e1", + "file:size": 1922 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From d9c0b61607b47bada2249ff83beb85d57e69735e Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 11:24:22 +1300 Subject: [PATCH 034/153] feat: import Tasman - Richmond and Motueka LiDAR 1m DSM (2015) (#155) --- .../dsm_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/tasman/richmond-and-motueka_2015/dsm_1m/2193/collection.json b/stac/tasman/richmond-and-motueka_2015/dsm_1m/2193/collection.json index fd334a86..63d8e84f 100644 --- a/stac/tasman/richmond-and-motueka_2015/dsm_1m/2193/collection.json +++ b/stac/tasman/richmond-and-motueka_2015/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N06NAENW95RBY17MN2M00A", + "id": "01HQP9ZSG6AFQV39TRRJDNDHT8", "title": "Tasman - Richmond and Motueka LiDAR 1m DSM (2015)", - "description": "Digital Surface Model within the Tasman - Richmond and Motueka region captured in 2015.", + "description": "Digital Surface Model within the Tasman region captured in 2015.", "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" }, @@ -40,8 +40,24 @@ { "name": "Tasman District Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "tasman", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Richmond and Motueka", "extent": { "spatial": { "bbox": [[172.914164, -41.4976164, 173.2582727, -41.0435943]] }, "temporal": { "interval": [["2015-11-12T11:00:00Z", "2015-11-13T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12206f9f281794b5dc95e331d354a5ed5ec71a93d68faec30181d085a85e7d9cc7e1", + "file:size": 1922 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 86e58a01c0ff41cd253580de42e5d6c0caee59bb Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 11:34:48 +1300 Subject: [PATCH 035/153] feat: import Tasman - Abel Tasman and Golden Bay LiDAR 1m DEM (2016) (#157) --- .../dem_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/tasman/abel-tasman-and-golden-bay_2016/dem_1m/2193/collection.json b/stac/tasman/abel-tasman-and-golden-bay_2016/dem_1m/2193/collection.json index 24661930..6574365f 100644 --- a/stac/tasman/abel-tasman-and-golden-bay_2016/dem_1m/2193/collection.json +++ b/stac/tasman/abel-tasman-and-golden-bay_2016/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N0FG2HT8VGPSFPSH2K26M2", + "id": "01HQPA9MGASXVBXH1SRS3SYZ5B", "title": "Tasman - Abel Tasman and Golden Bay LiDAR 1m DEM (2016)", - "description": "Digital Elevation Model within the Tasman - Abel Tasman and Golden Bay region captured in 2016.", + "description": "Digital Elevation Model within the Tasman region captured in 2016.", "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" }, @@ -46,8 +46,24 @@ { "name": "Tasman District Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "tasman", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Abel Tasman and Golden Bay", "extent": { "spatial": { "bbox": [[172.6868094, -41.1733388, 173.0857515, -40.7188997]] }, "temporal": { "interval": [["2016-12-12T11:00:00Z", "2016-12-13T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220a57875c2d6f78b06029600863fe479ee52de2b2f7c604be824a5550ca86d8869", + "file:size": 187920 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 075dd17c8d53c2fa7ca7018b2750a313dee4eb9b Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 11:34:51 +1300 Subject: [PATCH 036/153] feat: import Tasman - Abel Tasman and Golden Bay LiDAR 1m DSM (2016) (#158) --- .../dsm_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/tasman/abel-tasman-and-golden-bay_2016/dsm_1m/2193/collection.json b/stac/tasman/abel-tasman-and-golden-bay_2016/dsm_1m/2193/collection.json index a7b16916..3eb9ed8e 100644 --- a/stac/tasman/abel-tasman-and-golden-bay_2016/dsm_1m/2193/collection.json +++ b/stac/tasman/abel-tasman-and-golden-bay_2016/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N0H9ZGG2Y8QFTAJBZ0R8A2", + "id": "01HQPAA86PG6F76DG59SHZ76ZA", "title": "Tasman - Abel Tasman and Golden Bay LiDAR 1m DSM (2016)", - "description": "Digital Surface Model within the Tasman - Abel Tasman and Golden Bay region captured in 2016.", + "description": "Digital Surface Model within the Tasman region captured in 2016.", "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" }, @@ -46,8 +46,24 @@ { "name": "Tasman District Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "tasman", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Abel Tasman and Golden Bay", "extent": { "spatial": { "bbox": [[172.6868094, -41.1733388, 173.0857515, -40.7188997]] }, "temporal": { "interval": [["2016-12-12T11:00:00Z", "2016-12-13T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220fb5aead8951a43e80be9470ab27f4067d639daed7f6d27b9c4ac334d281b4db7", + "file:size": 364919 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 2ca278f7fafe90974c8d21029b92c5d7176eb0b8 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 11:35:28 +1300 Subject: [PATCH 037/153] feat: import Otago - Balclutha LiDAR 1m DSM (2020) (#160) --- .../dsm_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/otago/balclutha_2020/dsm_1m/2193/collection.json b/stac/otago/balclutha_2020/dsm_1m/2193/collection.json index f37b4cf4..5456cc0f 100644 --- a/stac/otago/balclutha_2020/dsm_1m/2193/collection.json +++ b/stac/otago/balclutha_2020/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N0SYH9TZSTJFJH2WNPRF9J", + "id": "01HQPAYDYQY45ZJ2415K2019M6", "title": "Otago - Balclutha LiDAR 1m DSM (2020)", - "description": "Digital Surface Model within the Otago - Balclutha region captured in 2020.", + "description": "Digital Surface Model within the Otago region captured in 2020.", "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" }, @@ -42,8 +42,24 @@ { "name": "Otago Regional Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "otago", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Balclutha", "extent": { "spatial": { "bbox": [[169.5984967, -46.4456066, 169.9866335, -46.1150135]] }, "temporal": { "interval": [["2020-01-15T11:00:00Z", "2020-01-17T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220a137e1639ca8b9454530c728d902046cbf9081cffb089db9cd4360463e5efe2f", + "file:size": 1430 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From d7e4a85df254356618972dca90d10a189078ba3e Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 11:35:31 +1300 Subject: [PATCH 038/153] feat: import Otago - Balclutha LiDAR 1m DEM (2020) (#159) --- .../dem_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/otago/balclutha_2020/dem_1m/2193/collection.json b/stac/otago/balclutha_2020/dem_1m/2193/collection.json index 2b9b7ade..6fbe9c3b 100644 --- a/stac/otago/balclutha_2020/dem_1m/2193/collection.json +++ b/stac/otago/balclutha_2020/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N0KFCMHWZKTGRRRJBW8P88", + "id": "01HQPAVJYFD06QZP1ET2GDPKRY", "title": "Otago - Balclutha LiDAR 1m DEM (2020)", - "description": "Digital Elevation Model within the Otago - Balclutha region captured in 2020.", + "description": "Digital Elevation Model within the Otago region captured in 2020.", "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" }, @@ -42,8 +42,24 @@ { "name": "Otago Regional Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "otago", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Balclutha", "extent": { "spatial": { "bbox": [[169.5984967, -46.4456066, 169.9866335, -46.1150135]] }, "temporal": { "interval": [["2020-01-15T11:00:00Z", "2020-01-17T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220a137e1639ca8b9454530c728d902046cbf9081cffb089db9cd4360463e5efe2f", + "file:size": 1430 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From f0f564f9d69f9a56da5c96ceb8b5f0456105e730 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 11:43:14 +1300 Subject: [PATCH 039/153] feat: import Wellington City LiDAR 1m DSM (2019-2020) (#132) Co-authored-by: Daniel Silk --- .../dsm_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/wellington/wellington-city_2019-2020/dsm_1m/2193/collection.json b/stac/wellington/wellington-city_2019-2020/dsm_1m/2193/collection.json index dd0a1a6d..f65f715a 100644 --- a/stac/wellington/wellington-city_2019-2020/dsm_1m/2193/collection.json +++ b/stac/wellington/wellington-city_2019-2020/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H7GXPYVT65JPN0DYWS5HZCQS", + "id": "01HQMBZ3AN7M16TBT28MJWXCAM", "title": "Wellington City LiDAR 1m DSM (2019-2020)", - "description": "Digital Surface Model within the Wellington City region captured in 2019-2020.", + "description": "Digital Surface Model within the Wellington region captured in 2019-2020.", "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" }, @@ -30,8 +30,24 @@ { "name": "Wellington City Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "wellington", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Wellington City", "extent": { "spatial": { "bbox": [[174.6877591, -41.4202865, 174.9202826, -41.0935096]] }, "temporal": { "interval": [["2019-03-19T11:00:00Z", "2020-03-13T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220385235693698fd3d7811a8bff51db607b8f69603f913005fbe6776bd8449d459", + "file:size": 4671 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 78dc4791dbd3a10b03090aeeecbb9e80c9d52825 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 11:43:49 +1300 Subject: [PATCH 040/153] feat: import Wellington City LiDAR 1m DEM (2019-2020) (#131) Co-authored-by: Daniel Silk --- .../dem_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/wellington/wellington-city_2019-2020/dem_1m/2193/collection.json b/stac/wellington/wellington-city_2019-2020/dem_1m/2193/collection.json index 5b36d459..f2746e36 100644 --- a/stac/wellington/wellington-city_2019-2020/dem_1m/2193/collection.json +++ b/stac/wellington/wellington-city_2019-2020/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H7GWW48C9K2AXK5MRSA6BGGP", + "id": "01HQMBZ0CC3ZD705NJ8GTHFKA1", "title": "Wellington City LiDAR 1m DEM (2019-2020)", - "description": "Digital Elevation Model within the Wellington City region captured in 2019-2020.", + "description": "Digital Elevation Model within the Wellington region captured in 2019-2020.", "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" }, @@ -30,8 +30,24 @@ { "name": "Wellington City Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "wellington", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Wellington City", "extent": { "spatial": { "bbox": [[174.6877591, -41.4202865, 174.9202826, -41.0935096]] }, "temporal": { "interval": [["2019-03-19T11:00:00Z", "2020-03-13T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "122030d81e99d842a5791df0b36050b307569728b0b56afdd071c5243a9ad4ac3890", + "file:size": 4165 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From b3be7fb6fbea874bcca3a5343e2bc710627ef2c2 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 12:16:01 +1300 Subject: [PATCH 041/153] feat: import Canterbury - Mackenzie LiDAR 1m DEM (2015) (#117) Co-authored-by: Alice Fage Co-authored-by: Daniel Silk --- .../dem_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/canterbury/mackenzie_2015/dem_1m/2193/collection.json b/stac/canterbury/mackenzie_2015/dem_1m/2193/collection.json index 9efc6de5..3945ed34 100644 --- a/stac/canterbury/mackenzie_2015/dem_1m/2193/collection.json +++ b/stac/canterbury/mackenzie_2015/dem_1m/2193/collection.json @@ -1,9 +1,9 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6MT3VPSEQ8PCFWHE468N10F", + "id": "01HQM3VFGWXGMJDH3XQE0YZFGT", "title": "Canterbury - Mackenzie LiDAR 1m DEM (2015)", - "description": "Digital Elevation Model within the Canterbury - Mackenzie region captured in 2015.", + "description": "Digital Elevation Model within the Canterbury region captured in 2015.", "license": "CC-BY-4.0", "links": [ { @@ -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": "dem", + "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": "1220d4d3463394f6e8f7917d5aed08f82cd11705f012bf5b0c284aedae01afa92856", + "file:size": 52996 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 0222b3d0c095cc2207456f20d342f7c44bce4f35 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:19:44 +1300 Subject: [PATCH 042/153] feat: import Marlborough LiDAR 1m DSM (2018) (#161) --- .../dsm_1m/2193/collection.json | 21 ++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/stac/marlborough/marlborough_2018/dsm_1m/2193/collection.json b/stac/marlborough/marlborough_2018/dsm_1m/2193/collection.json index 26853349..4185f764 100644 --- a/stac/marlborough/marlborough_2018/dsm_1m/2193/collection.json +++ b/stac/marlborough/marlborough_2018/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H7GXQPTMTXW985R0SDBAMT3F", + "id": "01HQPBHHQXS723X54HNX2BREJW", "title": "Marlborough LiDAR 1m DSM (2018)", "description": "Digital Surface Model within the Marlborough region captured in 2018.", "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" }, @@ -70,8 +70,23 @@ { "name": "Marlborough District Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "marlborough", + "linz:security_classification": "unclassified", "extent": { "spatial": { "bbox": [[173.2590459, -41.948916, 174.2425113, -41.2327826]] }, "temporal": { "interval": [["2018-05-25T12:00:00Z", "2018-09-11T12:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220b98747045bc10edd94126fd8f68e868f3b86091acbfa75fd94583b3a26dfb3fa", + "file:size": 16064 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 429388ab34431cc88a75dd09f2dc1ff4ef0804fe Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:20:56 +1300 Subject: [PATCH 043/153] feat: import Wellington - Hutt City LiDAR 1m DSM (2021) (#174) --- .../dsm_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/wellington/hutt-city_2021/dsm_1m/2193/collection.json b/stac/wellington/hutt-city_2021/dsm_1m/2193/collection.json index da37e4f8..b33a31d2 100644 --- a/stac/wellington/hutt-city_2021/dsm_1m/2193/collection.json +++ b/stac/wellington/hutt-city_2021/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N2BW8Q71J23CRXJDQVT79T", + "id": "01HQPFBSFMSK3EAGMX91XWSPST", "title": "Wellington - Hutt City LiDAR 1m DSM (2021)", - "description": "Digital Surface Model within the Wellington - Hutt City region captured in 2021.", + "description": "Digital Surface Model within the Wellington 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" }, @@ -30,8 +30,24 @@ { "name": "Hutt City Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "wellington", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Hutt City", "extent": { "spatial": { "bbox": [[174.802131, -41.3527997, 175.034859, -41.0906186]] }, "temporal": { "interval": [["2021-03-22T11:00:00Z", "2021-03-26T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220fc0a49f60701778f24343bf415368e688f0ac78755398db295ce5b5b5e506610", + "file:size": 64992 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From fba767904460034b59b0ea893ff2477475165f2b Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:21:08 +1300 Subject: [PATCH 044/153] feat: import Wellington - Hutt City LiDAR 1m DEM (2021) (#173) --- .../dem_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/wellington/hutt-city_2021/dem_1m/2193/collection.json b/stac/wellington/hutt-city_2021/dem_1m/2193/collection.json index 959727c1..3507490f 100644 --- a/stac/wellington/hutt-city_2021/dem_1m/2193/collection.json +++ b/stac/wellington/hutt-city_2021/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N2AC8W252PEAX6GNS0W4BX", + "id": "01HQPF9MT38NM2T02EW00BF45Z", "title": "Wellington - Hutt City LiDAR 1m DEM (2021)", - "description": "Digital Elevation Model within the Wellington - Hutt City region captured in 2021.", + "description": "Digital Elevation Model within the Wellington 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" }, @@ -30,8 +30,24 @@ { "name": "Hutt City Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "wellington", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Hutt City", "extent": { "spatial": { "bbox": [[174.802131, -41.3527997, 175.034859, -41.0906186]] }, "temporal": { "interval": [["2021-03-22T11:00:00Z", "2021-03-26T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220e1dc00d6a8019789c90f86804c62ba6ff723aac58cabc834200c92251b7ce4f9", + "file:size": 54497 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 3f0670869c6a47f6857bf258839fb7524f48e323 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:21:52 +1300 Subject: [PATCH 045/153] feat: import Otago - Queenstown LiDAR 1m DEM (2021) (#171) --- .../dem_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/otago/queenstown_2021/dem_1m/2193/collection.json b/stac/otago/queenstown_2021/dem_1m/2193/collection.json index 0ffe325a..54acd93d 100644 --- a/stac/otago/queenstown_2021/dem_1m/2193/collection.json +++ b/stac/otago/queenstown_2021/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N254E7RA3Q1XYWS0WQHTEY", + "id": "01HQPF4VXXV8BACCZ4TRQ1R7EZ", "title": "Otago - Queenstown LiDAR 1m DEM (2021)", - "description": "Digital Elevation Model within the Otago - Queenstown region captured in 2021.", + "description": "Digital Elevation Model within the Otago 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" }, @@ -31,8 +31,24 @@ { "name": "Queenstown-Lakes District Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "otago", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Queenstown", "extent": { "spatial": { "bbox": [[168.5763338, -45.1165141, 168.8945028, -44.9157948]] }, "temporal": { "interval": [["2021-03-12T11:00:00Z", "2021-03-13T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220242522ab01254958de58092c4463c5ceb17d7c5f1fa2ef9ecbc3c071dda2ebef", + "file:size": 5077 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 44b43edf6330619b4c0b25db4d358c2498696a17 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:21:55 +1300 Subject: [PATCH 046/153] feat: import Otago - Queenstown LiDAR 1m DSM (2021) (#172) --- .../dsm_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/otago/queenstown_2021/dsm_1m/2193/collection.json b/stac/otago/queenstown_2021/dsm_1m/2193/collection.json index a48a3843..a0845f08 100644 --- a/stac/otago/queenstown_2021/dsm_1m/2193/collection.json +++ b/stac/otago/queenstown_2021/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N256ZF2SRWMDZAJJYF8WP6", + "id": "01HQPF571HHNWJVZ26NE0ZZPRC", "title": "Otago - Queenstown LiDAR 1m DSM (2021)", - "description": "Digital Surface Model within the Otago - Queenstown region captured in 2021.", + "description": "Digital Surface Model within the Otago 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" }, @@ -31,8 +31,24 @@ { "name": "Queenstown-Lakes District Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "otago", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Queenstown", "extent": { "spatial": { "bbox": [[168.5763338, -45.1165141, 168.8945028, -44.9157948]] }, "temporal": { "interval": [["2021-03-12T11:00:00Z", "2021-03-13T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220458d0723ed665cd18ce2d6f35936ad93f54d9d84630ca09c23a9243a5708e6fc", + "file:size": 5075 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From d3592ab525d62390e27810f5b1cde5da5b979b47 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:23:50 +1300 Subject: [PATCH 047/153] feat: import West Coast LiDAR 1m DEM (2020-2022) (#179) --- .../dem_1m/2193/collection.json | 21 ++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/stac/west-coast/west-coast_2020-2022/dem_1m/2193/collection.json b/stac/west-coast/west-coast_2020-2022/dem_1m/2193/collection.json index f4612fd5..c548814a 100644 --- a/stac/west-coast/west-coast_2020-2022/dem_1m/2193/collection.json +++ b/stac/west-coast/west-coast_2020-2022/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H7H2JPK8AR65P0QB8PZV1YJ9", + "id": "01HQPFNVQXKAFY9REJGE82AKZ9", "title": "West Coast LiDAR 1m DEM (2020-2022)", "description": "Digital Elevation Model within the West Coast region captured in 2020-2022.", "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" }, @@ -273,8 +273,23 @@ { "name": "West Coast Regional Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "west-coast", + "linz:security_classification": "unclassified", "extent": { "spatial": { "bbox": [[168.0352097, -44.3199292, 171.6419363, -41.8108859]] }, "temporal": { "interval": [["2020-05-15T12:00:00Z", "2022-02-13T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220a8ffb8a7f3adf42dbac72d38b802580327ae2b5fc7b4b54eab694f19c3cf42d0", + "file:size": 43499 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From bfb465395c29cc92992d87fecb06fb69f7bcf65d Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:23:52 +1300 Subject: [PATCH 048/153] feat: import West Coast LiDAR 1m DSM (2020-2022) (#180) --- .../dsm_1m/2193/collection.json | 21 ++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/stac/west-coast/west-coast_2020-2022/dsm_1m/2193/collection.json b/stac/west-coast/west-coast_2020-2022/dsm_1m/2193/collection.json index 8f683f1b..30b92853 100644 --- a/stac/west-coast/west-coast_2020-2022/dsm_1m/2193/collection.json +++ b/stac/west-coast/west-coast_2020-2022/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H7H2JPJCJ1XXHDXW9QK2C04P", + "id": "01HQPFPN0JN80JMY68GRFCNYPN", "title": "West Coast LiDAR 1m DSM (2020-2022)", "description": "Digital Surface Model within the West Coast region captured in 2020-2022.", "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" }, @@ -273,8 +273,23 @@ { "name": "West Coast Regional Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "west-coast", + "linz:security_classification": "unclassified", "extent": { "spatial": { "bbox": [[168.0352097, -44.3199292, 171.6419363, -41.8108859]] }, "temporal": { "interval": [["2020-05-15T12:00:00Z", "2022-02-13T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220afe8abd9d186fb402561844f22b56d312e74eb6357ccd6cf245690a0a10fe604", + "file:size": 45797 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 27cbd6cc2b90de0410937eb7b1a0d7291e2f222c Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:24:11 +1300 Subject: [PATCH 049/153] feat: import Tasman - Golden Bay LiDAR 1m DEM (2017) (#168) --- .../dem_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/tasman/golden-bay_2017/dem_1m/2193/collection.json b/stac/tasman/golden-bay_2017/dem_1m/2193/collection.json index 16600f1b..a5427852 100644 --- a/stac/tasman/golden-bay_2017/dem_1m/2193/collection.json +++ b/stac/tasman/golden-bay_2017/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N1D3Q19K8XKM44P0F3P8F0", + "id": "01HQPEDCXEXA43NWG0GB4QMAW9", "title": "Tasman - Golden Bay LiDAR 1m DEM (2017)", - "description": "Digital Elevation Model within the Tasman - Golden Bay region captured in 2017.", + "description": "Digital Elevation Model within the Tasman region captured in 2017.", "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" }, @@ -70,8 +70,24 @@ { "name": "Tasman District Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "tasman", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Golden Bay", "extent": { "spatial": { "bbox": [[172.401518, -41.8218757, 173.2014805, -40.4590873]] }, "temporal": { "interval": [["2017-11-23T11:00:00Z", "2017-12-15T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220270491bd89e1b97ab03408d1da07d971428b4d6cf85f19c6874575a22d9dccd5", + "file:size": 246354 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 37aa0aa813857cf896d5061041ae39fe536eab63 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:24:22 +1300 Subject: [PATCH 050/153] feat: import Tasman - Golden Bay LiDAR 1m DSM (2017) (#169) --- .../dsm_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/tasman/golden-bay_2017/dsm_1m/2193/collection.json b/stac/tasman/golden-bay_2017/dsm_1m/2193/collection.json index 79f31d90..0381df7e 100644 --- a/stac/tasman/golden-bay_2017/dsm_1m/2193/collection.json +++ b/stac/tasman/golden-bay_2017/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N1H4K24AYENS579XXFGF16", + "id": "01HQPEDCXEZHXEEMRPHHY1X502", "title": "Tasman - Golden Bay LiDAR 1m DSM (2017)", - "description": "Digital Surface Model within the Tasman - Golden Bay region captured in 2017.", + "description": "Digital Surface Model within the Tasman region captured in 2017.", "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" }, @@ -70,8 +70,24 @@ { "name": "Tasman District Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "tasman", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Golden Bay", "extent": { "spatial": { "bbox": [[172.401518, -41.8218757, 173.2014805, -40.4590873]] }, "temporal": { "interval": [["2017-11-23T11:00:00Z", "2017-12-15T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12208d1d1d28d73374f8141e7a475b5d196545c2c2c04785d5a6dd113323f2c63d00", + "file:size": 279491 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 2786c027e48c40804ad310b6a119aff5955f866d Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:24:50 +1300 Subject: [PATCH 051/153] feat: import Nelson LiDAR 1m DSM (2021) (#177) --- .../nelson_2021/dsm_1m/2193/collection.json | 21 ++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/stac/nelson/nelson_2021/dsm_1m/2193/collection.json b/stac/nelson/nelson_2021/dsm_1m/2193/collection.json index c24278ea..3e733b11 100644 --- a/stac/nelson/nelson_2021/dsm_1m/2193/collection.json +++ b/stac/nelson/nelson_2021/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N3028MANKVW7KQ6W9B190C", + "id": "01HQPFFD4ZX87G4MEPB9VQXD36", "title": "Nelson LiDAR 1m DSM (2021)", "description": "Digital Surface Model within the Nelson 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" }, @@ -46,8 +46,23 @@ { "name": "Nelson City Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "nelson", + "linz:security_classification": "unclassified", "extent": { "spatial": { "bbox": [[173.1432012, -41.4325902, 173.657408, -41.0417549]] }, "temporal": { "interval": [["2021-01-09T11:00:00Z", "2021-06-23T12:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220e9e3bb74d994ee9cedd17359c96e7b11c38fbf29096f4dae001641671137961c", + "file:size": 63593 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From f46c1a9e854e9d5230f3b86dbb3a8bc2d695d0a6 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:24:53 +1300 Subject: [PATCH 052/153] feat: import Nelson LiDAR 1m DEM (2021) (#175) --- .../nelson_2021/dem_1m/2193/collection.json | 21 ++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/stac/nelson/nelson_2021/dem_1m/2193/collection.json b/stac/nelson/nelson_2021/dem_1m/2193/collection.json index 10630a9b..5e93dca0 100644 --- a/stac/nelson/nelson_2021/dem_1m/2193/collection.json +++ b/stac/nelson/nelson_2021/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N2Y0PGT5F5YFDPW62BTS7J", + "id": "01HQPFCF2E6EG5YC1G2RPXKBST", "title": "Nelson LiDAR 1m DEM (2021)", "description": "Digital Elevation Model within the Nelson 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" }, @@ -46,8 +46,23 @@ { "name": "Nelson City Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "nelson", + "linz:security_classification": "unclassified", "extent": { "spatial": { "bbox": [[173.1432012, -41.4325902, 173.657408, -41.0417549]] }, "temporal": { "interval": [["2021-01-09T11:00:00Z", "2021-06-23T12:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220e9e3bb74d994ee9cedd17359c96e7b11c38fbf29096f4dae001641671137961c", + "file:size": 63593 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From c9838ee18572f06645343c351ee8c769772ac37a Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:28:23 +1300 Subject: [PATCH 053/153] feat: import Wellington - Upper Hutt City LiDAR 1m DSM (2021) (#166) --- .../dsm_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/wellington/upper-hutt-city_2021/dsm_1m/2193/collection.json b/stac/wellington/upper-hutt-city_2021/dsm_1m/2193/collection.json index 2c0a5b5f..9f74b1f5 100644 --- a/stac/wellington/upper-hutt-city_2021/dsm_1m/2193/collection.json +++ b/stac/wellington/upper-hutt-city_2021/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N1HWH2DD3B4ZP57YKFCD77", + "id": "01HQPEMX4YRZA6FE2P8X42CP8A", "title": "Wellington - Upper Hutt City LiDAR 1m DSM (2021)", - "description": "Digital Surface Model within the Wellington - Upper Hutt City region captured in 2021.", + "description": "Digital Surface Model within the Wellington 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" }, @@ -25,8 +25,24 @@ { "name": "Upper Hutt City Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "wellington", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Upper Hutt City", "extent": { "spatial": { "bbox": [[174.9717275, -41.2212486, 175.2023473, -41.0237366]] }, "temporal": { "interval": [["2021-03-24T11:00:00Z", "2021-03-26T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12207c7972ea114de61f34d33020c4c72222f2d9244a09716c50b21b52ca5acbf221", + "file:size": 4770 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 82358c166a0ba9fcc9705f35927f8bc368aaacb5 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:28:26 +1300 Subject: [PATCH 054/153] feat: import Wellington - Upper Hutt City LiDAR 1m DEM (2021) (#165) --- .../dem_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/wellington/upper-hutt-city_2021/dem_1m/2193/collection.json b/stac/wellington/upper-hutt-city_2021/dem_1m/2193/collection.json index c07f88f5..1efa37e4 100644 --- a/stac/wellington/upper-hutt-city_2021/dem_1m/2193/collection.json +++ b/stac/wellington/upper-hutt-city_2021/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N1HAS784PPE6NMR11C6J57", + "id": "01HQPEDD94P084NZMA8KTQSVCV", "title": "Wellington - Upper Hutt City LiDAR 1m DEM (2021)", - "description": "Digital Elevation Model within the Wellington - Upper Hutt City region captured in 2021.", + "description": "Digital Elevation Model within the Wellington 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" }, @@ -25,8 +25,24 @@ { "name": "Upper Hutt City Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "wellington", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Upper Hutt City", "extent": { "spatial": { "bbox": [[174.9717275, -41.2212486, 175.2023473, -41.0237366]] }, "temporal": { "interval": [["2021-03-24T11:00:00Z", "2021-03-26T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12207c7972ea114de61f34d33020c4c72222f2d9244a09716c50b21b52ca5acbf221", + "file:size": 4770 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 7d7420185dfb907761d7bd78b258a041a4612a4f Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:29:16 +1300 Subject: [PATCH 055/153] =?UTF-8?q?feat:=20import=20Wellington=20-=20K?= =?UTF-8?q?=C4=81piti=20Coast=20LiDAR=201m=20DSM=20(2021)=20(#170)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dsm_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/wellington/kapiti-coast_2021/dsm_1m/2193/collection.json b/stac/wellington/kapiti-coast_2021/dsm_1m/2193/collection.json index 9576bcfd..ebcbbdcf 100644 --- a/stac/wellington/kapiti-coast_2021/dsm_1m/2193/collection.json +++ b/stac/wellington/kapiti-coast_2021/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N1PC1WX8T8YCXWKG6DCS60", + "id": "01HQPF1CPR7PB5HMKP583SNCAA", "title": "Wellington - Kāpiti Coast LiDAR 1m DSM (2021)", - "description": "Digital Surface Model within the Wellington - Kāpiti Coast region captured in 2021.", + "description": "Digital Surface Model within the Wellington 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" }, @@ -37,8 +37,24 @@ { "name": "Kāpiti Coast District Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "wellington", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Kāpiti Coast", "extent": { "spatial": { "bbox": [[174.9089866, -41.0277519, 175.2506622, -40.6337799]] }, "temporal": { "interval": [["2021-03-12T11:00:00Z", "2021-03-14T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "122005589fbc88edb964de76334f495163cb5ac7379644c22131d346a9e064b601ea", + "file:size": 33355 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 448585a204a67d69fb2aa9e07450e4731e370b7c Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:29:20 +1300 Subject: [PATCH 056/153] =?UTF-8?q?feat:=20import=20Wellington=20-=20K?= =?UTF-8?q?=C4=81piti=20Coast=20LiDAR=201m=20DEM=20(2021)=20(#167)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dem_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/wellington/kapiti-coast_2021/dem_1m/2193/collection.json b/stac/wellington/kapiti-coast_2021/dem_1m/2193/collection.json index 541996f8..d214c75b 100644 --- a/stac/wellington/kapiti-coast_2021/dem_1m/2193/collection.json +++ b/stac/wellington/kapiti-coast_2021/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H7GYN7M3VCK7ERN3HRZ4XYHE", + "id": "01HQPESP47FJ7SRPP3H26MCRAM", "title": "Wellington - Kāpiti Coast LiDAR 1m DEM (2021)", - "description": "Digital Elevation Model within the Wellington - Kāpiti Coast region captured in 2021.", + "description": "Digital Elevation Model within the Wellington 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" }, @@ -37,8 +37,24 @@ { "name": "Kāpiti Coast District Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "wellington", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Kāpiti Coast", "extent": { "spatial": { "bbox": [[174.9089866, -41.0277519, 175.2506622, -40.6337799]] }, "temporal": { "interval": [["2021-03-12T11:00:00Z", "2021-03-14T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220095cc1f8b95ded37f9935d3f8d5bbbf04edb3926d981d622cfa9ce155b4e3e48", + "file:size": 33256 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 189f9efbc6a9dab8ecb53f81a53decfe4194d1d3 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:30:02 +1300 Subject: [PATCH 057/153] feat: import Otago - Dunedin and Mosgiel LiDAR 1m DSM (2021) (#178) --- .../dsm_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/otago/dunedin-and-mosgiel_2021/dsm_1m/2193/collection.json b/stac/otago/dunedin-and-mosgiel_2021/dsm_1m/2193/collection.json index 7529a57a..4d26d050 100644 --- a/stac/otago/dunedin-and-mosgiel_2021/dsm_1m/2193/collection.json +++ b/stac/otago/dunedin-and-mosgiel_2021/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N3CFW4H84GCJPKT4JMN3QG", + "id": "01HQPFMCE4RDF6BR8YZNVDT2TV", "title": "Otago - Dunedin and Mosgiel LiDAR 1m DSM (2021)", - "description": "Digital Surface Model within the Otago - Dunedin and Mosgiel region captured in 2021.", + "description": "Digital Surface Model within the Otago 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" }, @@ -25,8 +25,24 @@ { "name": "Otago Regional Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "otago", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Dunedin and Mosgiel", "extent": { "spatial": { "bbox": [[170.3063778, -45.9445839, 170.5595063, -45.8095509]] }, "temporal": { "interval": [["2021-06-23T12:00:00Z", "2021-06-23T12:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "122000449178693c1d1702bb5a46023998b8e04196064e41429e6000071c32e4c154", + "file:size": 2149 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 070834b71a2bf58f1b6a842bb34b276df2756902 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:30:11 +1300 Subject: [PATCH 058/153] feat: import Otago - Dunedin and Mosgiel LiDAR 1m DEM (2021) (#176) --- .../dem_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/otago/dunedin-and-mosgiel_2021/dem_1m/2193/collection.json b/stac/otago/dunedin-and-mosgiel_2021/dem_1m/2193/collection.json index 22a9c2bb..397cbe6b 100644 --- a/stac/otago/dunedin-and-mosgiel_2021/dem_1m/2193/collection.json +++ b/stac/otago/dunedin-and-mosgiel_2021/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N3BXWF868CCTYDQQG4A570", + "id": "01HQPFHPNGDENDH1YCPNXVYP42", "title": "Otago - Dunedin and Mosgiel LiDAR 1m DEM (2021)", - "description": "Digital Elevation Model within the Otago - Dunedin and Mosgiel region captured in 2021.", + "description": "Digital Elevation Model within the Otago 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" }, @@ -25,8 +25,24 @@ { "name": "Otago Regional Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "otago", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Dunedin and Mosgiel", "extent": { "spatial": { "bbox": [[170.3063778, -45.9445839, 170.5595063, -45.8095509]] }, "temporal": { "interval": [["2021-06-23T12:00:00Z", "2021-06-23T12:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12201e8262a6357b4ab5a085b00e950e98a3a4eaeaa6982a818b807b8b03e920a20e", + "file:size": 10000 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From c0b8521439f1c090f03f0962c08d345377db1f2b Mon Sep 17 00:00:00 2001 From: Alice Fage Date: Wed, 28 Feb 2024 15:15:35 +1300 Subject: [PATCH 059/153] fix: gisborne 2023 updated dates (#188) --- stac/gisborne/gisborne_2023/dem_1m/2193/collection.json | 2 +- stac/gisborne/gisborne_2023/dsm_1m/2193/collection.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stac/gisborne/gisborne_2023/dem_1m/2193/collection.json b/stac/gisborne/gisborne_2023/dem_1m/2193/collection.json index e79d2cdd..4d03b5b6 100644 --- a/stac/gisborne/gisborne_2023/dem_1m/2193/collection.json +++ b/stac/gisborne/gisborne_2023/dem_1m/2193/collection.json @@ -167,7 +167,7 @@ "linz:security_classification": "unclassified", "extent": { "spatial": { "bbox": [[177.1042804, -38.9989083, 178.3620224, -38.3263176]] }, - "temporal": { "interval": [["2023-09-10T12:00:00Z", "2023-09-19T12:00:00Z"]] } + "temporal": { "interval": [["2023-09-10T12:00:00Z", "2023-11-12T11:00:00Z"]] } }, "assets": { "capture_area": { diff --git a/stac/gisborne/gisborne_2023/dsm_1m/2193/collection.json b/stac/gisborne/gisborne_2023/dsm_1m/2193/collection.json index 7e0b57c3..1de43c8b 100644 --- a/stac/gisborne/gisborne_2023/dsm_1m/2193/collection.json +++ b/stac/gisborne/gisborne_2023/dsm_1m/2193/collection.json @@ -167,7 +167,7 @@ "linz:security_classification": "unclassified", "extent": { "spatial": { "bbox": [[177.1042804, -38.9989083, 178.3620224, -38.3263176]] }, - "temporal": { "interval": [["2023-09-10T12:00:00Z", "2023-09-19T12:00:00Z"]] } + "temporal": { "interval": [["2023-09-10T12:00:00Z", "2023-11-12T11:00:00Z"]] } }, "assets": { "capture_area": { From 0fd485690e0678235bfdb8bff884a2bb77fc6d33 Mon Sep 17 00:00:00 2001 From: Alice Fage Date: Wed, 28 Feb 2024 15:31:47 +1300 Subject: [PATCH 060/153] fix: mackenzie catalog link (#199) These collection PRs were created before the catalog template was updated for the `nz-elevation` bucket. --- stac/canterbury/mackenzie_2015/dem_1m/2193/collection.json | 2 +- stac/canterbury/mackenzie_2015/dsm_1m/2193/collection.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stac/canterbury/mackenzie_2015/dem_1m/2193/collection.json b/stac/canterbury/mackenzie_2015/dem_1m/2193/collection.json index 3945ed34..0ec65fd0 100644 --- a/stac/canterbury/mackenzie_2015/dem_1m/2193/collection.json +++ b/stac/canterbury/mackenzie_2015/dem_1m/2193/collection.json @@ -8,7 +8,7 @@ "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" }, diff --git a/stac/canterbury/mackenzie_2015/dsm_1m/2193/collection.json b/stac/canterbury/mackenzie_2015/dsm_1m/2193/collection.json index 2a9acab5..8dcd2685 100644 --- a/stac/canterbury/mackenzie_2015/dsm_1m/2193/collection.json +++ b/stac/canterbury/mackenzie_2015/dsm_1m/2193/collection.json @@ -8,7 +8,7 @@ "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" }, From 51ff38a7686598c8c8bc972c07d39310f861f8b1 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 15:37:54 +1300 Subject: [PATCH 061/153] feat: import Gisborne LiDAR 1m DSM (2018-2020) (#183) --- .../dsm_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/gisborne/gisborne_2018-2020/dsm_1m/2193/collection.json b/stac/gisborne/gisborne_2018-2020/dsm_1m/2193/collection.json index d5487b2f..9bd02eec 100644 --- a/stac/gisborne/gisborne_2018-2020/dsm_1m/2193/collection.json +++ b/stac/gisborne/gisborne_2018-2020/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6QKE5Y1P8ZAMSPS8547VQ86", + "id": "01HQPGG0W0NC0HV3R2YFTRS0CX", "title": "Gisborne LiDAR 1m DSM (2018-2020)", "description": "Digital Surface Model within the Gisborne region captured in 2018-2020.", "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" }, @@ -58,6 +58,7 @@ { "rel": "item", "href": "./BD45_10000_0502.json", "type": "application/json" }, { "rel": "item", "href": "./BD45_10000_0503.json", "type": "application/json" }, { "rel": "item", "href": "./BD45_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BD46_10000_0401.json", "type": "application/json" }, { "rel": "item", "href": "./BE42_10000_0303.json", "type": "application/json" }, { "rel": "item", "href": "./BE42_10000_0304.json", "type": "application/json" }, { "rel": "item", "href": "./BE42_10000_0305.json", "type": "application/json" }, @@ -322,8 +323,23 @@ { "name": "Gisborne District Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "gisborne", + "linz:security_classification": "unclassified", "extent": { - "spatial": { "bbox": [[177.1042804, -38.9989083, 178.5813461, -37.4863429]] }, + "spatial": { "bbox": [[177.1042804, -38.9989083, 178.6355576, -37.4863429]] }, "temporal": { "interval": [["2018-12-30T11:00:00Z", "2020-10-08T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "122030cc7dcbe933c720eb02335f9359443042b75efea20d733b65106aa846b282a1", + "file:size": 24627 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From cd607c04dacb0b67bd18fdbbe13cf13ae60db4c5 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 15:38:04 +1300 Subject: [PATCH 062/153] feat: import Gisborne LiDAR 1m DEM (2018-2020) (#181) --- .../dem_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/gisborne/gisborne_2018-2020/dem_1m/2193/collection.json b/stac/gisborne/gisborne_2018-2020/dem_1m/2193/collection.json index 3b98b8ed..92e254f4 100644 --- a/stac/gisborne/gisborne_2018-2020/dem_1m/2193/collection.json +++ b/stac/gisborne/gisborne_2018-2020/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6QJG0DJ7CK1V18EV9M7B7YF", + "id": "01HQPFS47XJEWC1PYV4EGVXEPW", "title": "Gisborne LiDAR 1m DEM (2018-2020)", "description": "Digital Elevation Model within the Gisborne region captured in 2018-2020.", "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" }, @@ -58,6 +58,7 @@ { "rel": "item", "href": "./BD45_10000_0502.json", "type": "application/json" }, { "rel": "item", "href": "./BD45_10000_0503.json", "type": "application/json" }, { "rel": "item", "href": "./BD45_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BD46_10000_0401.json", "type": "application/json" }, { "rel": "item", "href": "./BE42_10000_0303.json", "type": "application/json" }, { "rel": "item", "href": "./BE42_10000_0304.json", "type": "application/json" }, { "rel": "item", "href": "./BE42_10000_0305.json", "type": "application/json" }, @@ -322,8 +323,23 @@ { "name": "Gisborne District Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "gisborne", + "linz:security_classification": "unclassified", "extent": { - "spatial": { "bbox": [[177.1042804, -38.9989083, 178.5813461, -37.4863429]] }, + "spatial": { "bbox": [[177.1042804, -38.9989083, 178.6355576, -37.4863429]] }, "temporal": { "interval": [["2018-12-30T11:00:00Z", "2020-10-08T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12202c655ed16c76f4efd71660102e1345e7f4d7c2073eb6278f618c528cc37cb8e7", + "file:size": 23704 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From bdd13662f0b3648cdbe213dee4d6f8588252a611 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 16:05:25 +1300 Subject: [PATCH 063/153] feat: import Tasman - Waimea Dam LiDAR 1m DSM (2023) (#198) --- .../dsm_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/tasman/waimea-dam_2023/dsm_1m/2193/collection.json b/stac/tasman/waimea-dam_2023/dsm_1m/2193/collection.json index a2f0c88c..2d36e1f5 100644 --- a/stac/tasman/waimea-dam_2023/dsm_1m/2193/collection.json +++ b/stac/tasman/waimea-dam_2023/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N6MZY105DBWNC88B4TV437", + "id": "01HQPPKCHF11E2WK14JN54G78Y", "title": "Tasman - Waimea Dam LiDAR 1m DSM (2023)", - "description": "Digital Surface Model within the Tasman - Waimea Dam region captured in 2023.", + "description": "Digital Surface Model within the Tasman region captured in 2023.", "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" }, @@ -19,8 +19,24 @@ { "name": "Tasman District Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "tasman", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Waimea Dam", "extent": { "spatial": { "bbox": [[173.143628, -41.4975302, 173.2012794, -41.4325902]] }, "temporal": { "interval": [["2023-03-08T11:00:00Z", "2023-03-08T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "122028f391ae3fde2da713cf3683525beff208987a7cc04e8366b61504d553f92c1a", + "file:size": 719 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 4a8cd79cd30cbe82ac2f9498f3b65de463039d82 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 16:05:33 +1300 Subject: [PATCH 064/153] feat: import Tasman - Waimea Dam LiDAR 1m DEM (2023) (#197) --- .../dem_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/tasman/waimea-dam_2023/dem_1m/2193/collection.json b/stac/tasman/waimea-dam_2023/dem_1m/2193/collection.json index 2024c116..6f7da2f8 100644 --- a/stac/tasman/waimea-dam_2023/dem_1m/2193/collection.json +++ b/stac/tasman/waimea-dam_2023/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N6J5ZGVQXCHQA2KY9PA6CG", + "id": "01HQPPHEVZR2HR6QSF2FX41TVY", "title": "Tasman - Waimea Dam LiDAR 1m DEM (2023)", - "description": "Digital Elevation Model within the Tasman - Waimea Dam region captured in 2023.", + "description": "Digital Elevation Model within the Tasman region captured in 2023.", "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" }, @@ -19,8 +19,24 @@ { "name": "Tasman District Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "tasman", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Waimea Dam", "extent": { "spatial": { "bbox": [[173.143628, -41.4975302, 173.2012794, -41.4325902]] }, "temporal": { "interval": [["2023-03-08T11:00:00Z", "2023-03-08T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "122028f391ae3fde2da713cf3683525beff208987a7cc04e8366b61504d553f92c1a", + "file:size": 719 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 159fe5048b0e0ff08ffd4d79e903407faf6c1907 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 16:05:36 +1300 Subject: [PATCH 065/153] feat: import Otago - Coastal Catchments LiDAR 1m DEM (2021) (#201) --- .../dem_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/otago/coastal-catchments_2021/dem_1m/2193/collection.json b/stac/otago/coastal-catchments_2021/dem_1m/2193/collection.json index ab607ca4..9cace5c0 100644 --- a/stac/otago/coastal-catchments_2021/dem_1m/2193/collection.json +++ b/stac/otago/coastal-catchments_2021/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N5B239PWF39WNVER4H254G", + "id": "01HQPPAZB4TE3R6J7DHH1M9EBE", "title": "Otago - Coastal Catchments LiDAR 1m DEM (2021)", - "description": "Digital Elevation Model within the Otago - Coastal Catchments region captured in 2021.", + "description": "Digital Elevation Model within the Otago 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" }, @@ -205,8 +205,24 @@ { "name": "Otago Regional Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "otago", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Coastal Catchments", "extent": { "spatial": { "bbox": [[169.1442885, -46.691381, 171.2058988, -44.8508836]] }, "temporal": { "interval": [["2021-06-24T12:00:00Z", "2021-09-30T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220228cb7b22ba37af6fd142598575bacc15a3d89fa16dc7f2f66d7f99af09a4eba", + "file:size": 1063000 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 0b695154e5c683a812a5a6523b392df1b5244553 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 16:05:39 +1300 Subject: [PATCH 066/153] feat: import Otago - Coastal Catchments LiDAR 1m DSM (2021) (#200) --- .../dsm_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/otago/coastal-catchments_2021/dsm_1m/2193/collection.json b/stac/otago/coastal-catchments_2021/dsm_1m/2193/collection.json index 2dc5b0b7..018e573e 100644 --- a/stac/otago/coastal-catchments_2021/dsm_1m/2193/collection.json +++ b/stac/otago/coastal-catchments_2021/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N5DTWRDHWXS2A779DFS15G", + "id": "01HQPPCBF1ARC4AH4Y7P6V2QJS", "title": "Otago - Coastal Catchments LiDAR 1m DSM (2021)", - "description": "Digital Surface Model within the Otago - Coastal Catchments region captured in 2021.", + "description": "Digital Surface Model within the Otago 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" }, @@ -205,8 +205,24 @@ { "name": "Otago Regional Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "otago", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Coastal Catchments", "extent": { "spatial": { "bbox": [[169.1442885, -46.691381, 171.2058988, -44.8508836]] }, "temporal": { "interval": [["2021-06-24T12:00:00Z", "2021-09-30T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220ed9279caa564fccb22f68db5a62397f3b02dc6ce270b2594f46d0d4e422eb5c8", + "file:size": 194267 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From ecd7992e9001af209b9f84527c66e7b1017d07ee Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 16:11:26 +1300 Subject: [PATCH 067/153] feat: import Taranaki LiDAR 1m DSM (2021) (#190) --- .../taranaki_2021/dsm_1m/2193/collection.json | 21 ++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/stac/taranaki/taranaki_2021/dsm_1m/2193/collection.json b/stac/taranaki/taranaki_2021/dsm_1m/2193/collection.json index 10d12dff..d3121daa 100644 --- a/stac/taranaki/taranaki_2021/dsm_1m/2193/collection.json +++ b/stac/taranaki/taranaki_2021/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6Q2PW0J2JCHA2F90WY14QK6", + "id": "01HQPP623X6NPBT9Q61NFCTCYB", "title": "Taranaki LiDAR 1m DSM (2021)", "description": "Digital Surface Model within the Taranaki 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" }, @@ -301,8 +301,23 @@ { "name": "Taranaki Regional Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "taranaki", + "linz:security_classification": "unclassified", "extent": { "spatial": { "bbox": [[173.6951122, -39.9290771, 175.0828484, -38.6936157]] }, "temporal": { "interval": [["2021-04-02T11:00:00Z", "2021-10-15T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12204989101c8b9b9b69ea6f9fb40e483930817b7c36235f1c9c471a69f9788a1526", + "file:size": 53726 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From d58663c0d15836921b83a8792c0b158e5b0b880b Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 16:11:29 +1300 Subject: [PATCH 068/153] feat: import Taranaki LiDAR 1m DEM (2021) (#196) --- .../taranaki_2021/dem_1m/2193/collection.json | 21 ++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/stac/taranaki/taranaki_2021/dem_1m/2193/collection.json b/stac/taranaki/taranaki_2021/dem_1m/2193/collection.json index 7068658a..9269d2bc 100644 --- a/stac/taranaki/taranaki_2021/dem_1m/2193/collection.json +++ b/stac/taranaki/taranaki_2021/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6NJGK1G43VT2JP2WN50SHVG", + "id": "01HQPP623SNTZ3D1ZM1X4C3YRX", "title": "Taranaki LiDAR 1m DEM (2021)", "description": "Digital Elevation Model within the Taranaki 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" }, @@ -300,8 +300,23 @@ { "name": "Taranaki Regional Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "taranaki", + "linz:security_classification": "unclassified", "extent": { "spatial": { "bbox": [[173.6951122, -39.9290771, 175.0828484, -38.6936157]] }, "temporal": { "interval": [["2021-04-02T11:00:00Z", "2021-10-15T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220f9a389e3cecc1e36bee704d4cec2e1e992da551f9dd606e44ebd22cd3391b309", + "file:size": 555756 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 89484d9fec9100556c3eb87dd44c044ae578b9f3 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 16:11:55 +1300 Subject: [PATCH 069/153] feat: import Northland LiDAR 1m DSM (2018-2020) (#184) --- .../dsm_1m/2193/collection.json | 21 ++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/stac/northland/northland_2018-2020/dsm_1m/2193/collection.json b/stac/northland/northland_2018-2020/dsm_1m/2193/collection.json index e9d06cef..0fede7f9 100644 --- a/stac/northland/northland_2018-2020/dsm_1m/2193/collection.json +++ b/stac/northland/northland_2018-2020/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6QHA3HADCB2NT6NK4EVBZP1", + "id": "01HQPKEWSNXFVT87GH15PDG14D", "title": "Northland LiDAR 1m DSM (2018-2020)", "description": "Digital Surface Model within the Northland region captured in 2018-2020.", "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" }, @@ -520,8 +520,23 @@ { "name": "Northland Regional Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "northland", + "linz:security_classification": "unclassified", "extent": { "spatial": { "bbox": [[171.9837701, -36.4327099, 174.8350624, -34.0962294]] }, "temporal": { "interval": [["2018-11-30T11:00:00Z", "2020-01-31T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220576d46a2a3b1c6a517ee392cb55e396bd11904d17c656a7cfc0b0c144a2c13b7", + "file:size": 64475 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 11085fc2b2a8f5fe71bb6899469d897979789f03 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 16:12:19 +1300 Subject: [PATCH 070/153] feat: import Northland LiDAR 1m DEM (2018-2020) (#182) --- .../dem_1m/2193/collection.json | 21 ++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/stac/northland/northland_2018-2020/dem_1m/2193/collection.json b/stac/northland/northland_2018-2020/dem_1m/2193/collection.json index 19b48e71..e9143010 100644 --- a/stac/northland/northland_2018-2020/dem_1m/2193/collection.json +++ b/stac/northland/northland_2018-2020/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6QGG9FTM9BM5MN9R5Y68AQP", + "id": "01HQPGQP71Z495ZTJGTQTSK6N1", "title": "Northland LiDAR 1m DEM (2018-2020)", "description": "Digital Elevation Model within the Northland region captured in 2018-2020.", "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" }, @@ -520,8 +520,23 @@ { "name": "Northland Regional Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "northland", + "linz:security_classification": "unclassified", "extent": { "spatial": { "bbox": [[171.9837701, -36.4327099, 174.8350624, -34.0962294]] }, "temporal": { "interval": [["2018-11-30T11:00:00Z", "2020-01-31T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220576d46a2a3b1c6a517ee392cb55e396bd11904d17c656a7cfc0b0c144a2c13b7", + "file:size": 64475 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 6c76b9b323e4342f11fab79bd31a8b33755cd7ef Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 16:12:19 +1300 Subject: [PATCH 071/153] feat: import Otago - Wanaka LiDAR 1m DSM (2022-2023) (#193) --- .../dsm_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/otago/wanaka_2022-2023/dsm_1m/2193/collection.json b/stac/otago/wanaka_2022-2023/dsm_1m/2193/collection.json index 3dad7b2e..d5a3e157 100644 --- a/stac/otago/wanaka_2022-2023/dsm_1m/2193/collection.json +++ b/stac/otago/wanaka_2022-2023/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6NF8V88169AMQ0HVQAH7RNM", + "id": "01HQPR1X9BX2QNGS1NDVB8K0KN", "title": "Otago - Wanaka LiDAR 1m DSM (2022-2023)", - "description": "Digital Surface Model within the Otago - Wanaka region captured in 2022-2023.", + "description": "Digital Surface Model within the Otago region captured in 2022-2023.", "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" }, @@ -30,8 +30,24 @@ { "name": "Queenstown-Lakes District Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "otago", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Wanaka", "extent": { "spatial": { "bbox": [[169.0896929, -44.8099309, 169.3439075, -44.5472619]] }, "temporal": { "interval": [["2022-11-26T11:00:00Z", "2023-01-10T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12209e03aa3f97b6c3b9c3d3025b0e1ab48f1ba400a80ae3be7fa52371b56fdca728", + "file:size": 3756 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 1ea78b7ba78aa0f0fe292f4df007f474efdec1ab Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 16:12:22 +1300 Subject: [PATCH 072/153] feat: import Otago - Wanaka LiDAR 1m DEM (2022-2023) (#192) --- .../dem_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/otago/wanaka_2022-2023/dem_1m/2193/collection.json b/stac/otago/wanaka_2022-2023/dem_1m/2193/collection.json index bb69a002..ecfcbc99 100644 --- a/stac/otago/wanaka_2022-2023/dem_1m/2193/collection.json +++ b/stac/otago/wanaka_2022-2023/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N71H070GHTVKCKYRY0P4AD", + "id": "01HQPR199Z9PGVWE9EGEX5BBS2", "title": "Otago - Wanaka LiDAR 1m DEM (2022-2023)", - "description": "Digital Elevation Model within the Otago - Wanaka region captured in 2022-2023.", + "description": "Digital Elevation Model within the Otago region captured in 2022-2023.", "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" }, @@ -30,8 +30,24 @@ { "name": "Queenstown-Lakes District Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "otago", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Wanaka", "extent": { "spatial": { "bbox": [[169.0896929, -44.8099309, 169.3439075, -44.5472619]] }, "temporal": { "interval": [["2022-11-26T11:00:00Z", "2023-01-10T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12209e03aa3f97b6c3b9c3d3025b0e1ab48f1ba400a80ae3be7fa52371b56fdca728", + "file:size": 3756 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 93e61a04c40ac9bcc7f74429d290a0024c5decd2 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 16:19:18 +1300 Subject: [PATCH 073/153] feat: import Stewart Island / Rakiura - Oban LiDAR 1m DEM (2021) (#186) Co-authored-by: Daniel Silk --- .../dem_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/southland/stewart-island-rakiura-oban_2021/dem_1m/2193/collection.json b/stac/southland/stewart-island-rakiura-oban_2021/dem_1m/2193/collection.json index 8fe13ca3..9f02495d 100644 --- a/stac/southland/stewart-island-rakiura-oban_2021/dem_1m/2193/collection.json +++ b/stac/southland/stewart-island-rakiura-oban_2021/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N4KDD0JJBYHTG9V1HGKG3K", + "id": "01HQPP62407807PEYMT6YQDAVT", "title": "Stewart Island / Rakiura - Oban LiDAR 1m DEM (2021)", - "description": "Digital Elevation Model within the Stewart Island / Rakiura - Oban region captured in 2021.", + "description": "Digital Elevation 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" }, @@ -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": "dem", + "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"] } From 26ae8f889a8805ce59c8480938ba280dcf99ff44 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 16:19:24 +1300 Subject: [PATCH 074/153] feat: import Stewart Island / Rakiura - Oban LiDAR 1m DSM (2021) (#187) Co-authored-by: Daniel Silk --- .../dsm_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/southland/stewart-island-rakiura-oban_2021/dsm_1m/2193/collection.json b/stac/southland/stewart-island-rakiura-oban_2021/dsm_1m/2193/collection.json index a5a23298..3f2cb711 100644 --- a/stac/southland/stewart-island-rakiura-oban_2021/dsm_1m/2193/collection.json +++ b/stac/southland/stewart-island-rakiura-oban_2021/dsm_1m/2193/collection.json @@ -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" }, @@ -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"] } From a0f24dd06a344cf620de827ac1bd3e30e02d8f14 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 16:19:25 +1300 Subject: [PATCH 075/153] feat: import Auckland South LiDAR 1m DEM (2016-2017) (#163) Co-authored-by: Daniel Silk --- .../dem_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/auckland/auckland-south_2016-2017/dem_1m/2193/collection.json b/stac/auckland/auckland-south_2016-2017/dem_1m/2193/collection.json index 26e1d2ef..83013630 100644 --- a/stac/auckland/auckland-south_2016-2017/dem_1m/2193/collection.json +++ b/stac/auckland/auckland-south_2016-2017/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H7GYMZBFZTRDFZ87Q2C4JXV6", + "id": "01HQPD3ZCFA9VXMTSQD85QRY4Q", "title": "Auckland South LiDAR 1m DEM (2016-2017)", - "description": "Digital Elevation Model within the Auckland South region captured in 2016-2017.", + "description": "Digital Elevation Model within the Auckland region captured in 2016-2017.", "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" }, @@ -101,8 +101,24 @@ { "name": "Auckland Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "auckland", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Auckland South", "extent": { "spatial": { "bbox": [[174.4837264, -37.3346925, 175.3504479, -36.8082191]] }, "temporal": { "interval": [["2016-09-21T12:00:00Z", "2017-06-21T12:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12203c0191c1f0c51f8a0f6d92ba421ad83d74579ef2296e433be7e86ceb506ac3ff", + "file:size": 485157 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 56541071203302c29d08c6c6d83fcfae51670da4 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 16:19:31 +1300 Subject: [PATCH 076/153] feat: import Auckland South LiDAR 1m DSM (2016-2017) (#162) Co-authored-by: Daniel Silk --- .../dsm_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/auckland/auckland-south_2016-2017/dsm_1m/2193/collection.json b/stac/auckland/auckland-south_2016-2017/dsm_1m/2193/collection.json index 27c94a95..034c59f5 100644 --- a/stac/auckland/auckland-south_2016-2017/dsm_1m/2193/collection.json +++ b/stac/auckland/auckland-south_2016-2017/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N10RCDEDDAVR8MFBB4YK81", + "id": "01HQPD409GHP2542XJF4VDDT1K", "title": "Auckland South LiDAR 1m DSM (2016-2017)", - "description": "Digital Surface Model within the Auckland South region captured in 2016-2017.", + "description": "Digital Surface Model within the Auckland region captured in 2016-2017.", "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" }, @@ -103,8 +103,24 @@ { "name": "Auckland Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "auckland", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Auckland South", "extent": { "spatial": { "bbox": [[174.4837264, -37.3346925, 175.3504479, -36.8082191]] }, "temporal": { "interval": [["2016-09-21T12:00:00Z", "2017-06-21T12:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220f128546a40f789a2f2d76a7b8c7dd4948dd7cbee92997a43dbf94d5ecc4f07f2", + "file:size": 8829 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From f2871ce403550e6a5db92a6df016ef94635b0bec Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 10:06:13 +1300 Subject: [PATCH 077/153] feat: import Hawke's Bay LiDAR 1m DSM (2020-2021) (#206) --- .../dsm_1m/2193/collection.json | 511 ++++++++++++++++++ 1 file changed, 511 insertions(+) create mode 100644 stac/hawkes-bay/hawkes-bay_2020-2021/dsm_1m/2193/collection.json diff --git a/stac/hawkes-bay/hawkes-bay_2020-2021/dsm_1m/2193/collection.json b/stac/hawkes-bay/hawkes-bay_2020-2021/dsm_1m/2193/collection.json new file mode 100644 index 00000000..dc766d5b --- /dev/null +++ b/stac/hawkes-bay/hawkes-bay_2020-2021/dsm_1m/2193/collection.json @@ -0,0 +1,511 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQPRNN2M56N08D9DXW3S272J", + "title": "Hawke's Bay LiDAR 1m DSM (2020-2021)", + "description": "Digital Surface Model within the Hawke's Bay region captured in 2020-2021.", + "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": "./BG38_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BG38_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BG39_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BG39_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BG39_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BG39_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BG39_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BG39_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BG39_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BG39_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BG39_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BG39_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BG39_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BG39_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BG39_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BG39_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BG39_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BH36_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BH36_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BH36_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BH37_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BH37_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BH37_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BH37_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BH37_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BH37_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BH37_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BH37_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BH37_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BH43_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BH43_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BH43_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BH43_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BH43_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ36_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ36_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ36_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ36_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ36_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ36_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ36_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ36_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ36_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ36_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ36_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ36_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ36_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ36_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ40_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ40_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ40_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ42_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ42_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ42_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ43_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ43_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ43_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ43_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ43_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ43_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BK36_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BK36_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BK36_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BK36_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BK36_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BK36_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BK36_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BK36_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BK36_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BK40_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BK40_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BL36_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BL36_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BL36_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BL36_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BL36_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BL36_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BL36_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BL36_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BL36_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BL36_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BL39_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BL39_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BL39_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BL39_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BL39_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BL39_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BL39_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BL39_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BL39_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BL39_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BL39_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BL39_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BL39_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BL39_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BL39_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BL39_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BM37_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BM37_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BM37_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BM37_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BM37_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BM37_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BM37_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BM37_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BM37_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BM37_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BM37_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BM37_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BM37_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BM37_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BM37_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BM38_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BM38_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BM38_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BM38_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BM38_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BM38_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BM38_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BM38_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BM38_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BM38_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BM38_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BM38_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BM38_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BM38_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BM38_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BM38_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BM38_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BM38_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BM39_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BM39_10000_0102.json", "type": "application/json" } + ], + "providers": [ + { "name": "Ocean Infinity", "roles": ["producer"] }, + { "name": "Hawke's Bay Regional Council", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "hawkes-bay", + "linz:security_classification": "unclassified", + "extent": { + "spatial": { "bbox": [[176.0260349, -40.4739342, 178.0283496, -38.5592701]] }, + "temporal": { "interval": [["2020-11-10T11:00:00Z", "2021-01-23T11:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12200c1514fc96b7e69d3b26ab5aa7a57d887c098bcfecead71f661025a3dcec4a92", + "file:size": 30658 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From 7eb1884b6e6cdab70cc4bb0fd637ddd812d1d0b0 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 10:06:15 +1300 Subject: [PATCH 078/153] feat: import Hawke's Bay LiDAR 1m DEM (2020-2021) (#204) --- .../dem_1m/2193/collection.json | 511 ++++++++++++++++++ 1 file changed, 511 insertions(+) create mode 100644 stac/hawkes-bay/hawkes-bay_2020-2021/dem_1m/2193/collection.json diff --git a/stac/hawkes-bay/hawkes-bay_2020-2021/dem_1m/2193/collection.json b/stac/hawkes-bay/hawkes-bay_2020-2021/dem_1m/2193/collection.json new file mode 100644 index 00000000..0a33a7da --- /dev/null +++ b/stac/hawkes-bay/hawkes-bay_2020-2021/dem_1m/2193/collection.json @@ -0,0 +1,511 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQPRKWAJPZEDENJPH4Q6HPXZ", + "title": "Hawke's Bay LiDAR 1m DEM (2020-2021)", + "description": "Digital Elevation Model within the Hawke's Bay region captured in 2020-2021.", + "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": "./BG38_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BG38_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BG39_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BG39_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BG39_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BG39_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BG39_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BG39_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BG39_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BG39_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BG39_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BG39_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BG39_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BG39_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BG39_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BG39_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BG39_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BG40_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BG41_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BH36_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BH36_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BH36_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BH37_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BH37_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BH37_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BH37_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BH37_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BH37_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BH37_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BH37_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BH37_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BH38_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BH39_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BH42_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BH43_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BH43_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BH43_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BH43_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BH43_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ36_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ36_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ36_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ36_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ36_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ36_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ36_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ36_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ36_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ36_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ36_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ36_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ36_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ36_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ37_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ40_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ40_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ40_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ42_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ42_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ42_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ43_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ43_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ43_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ43_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ43_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ43_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BK36_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BK36_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BK36_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BK36_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BK36_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BK36_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BK36_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BK36_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BK36_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BK37_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BK40_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BK40_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BL36_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BL36_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BL36_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BL36_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BL36_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BL36_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BL36_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BL36_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BL36_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BL36_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BL39_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BL39_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BL39_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BL39_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BL39_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BL39_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BL39_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BL39_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BL39_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BL39_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BL39_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BL39_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BL39_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BL39_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BL39_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BL39_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BM37_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BM37_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BM37_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BM37_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BM37_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BM37_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BM37_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BM37_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BM37_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BM37_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BM37_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BM37_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BM37_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BM37_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BM37_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BM38_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BM38_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BM38_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BM38_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BM38_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BM38_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BM38_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BM38_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BM38_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BM38_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BM38_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BM38_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BM38_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BM38_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BM38_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BM38_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BM38_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BM38_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BM39_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BM39_10000_0102.json", "type": "application/json" } + ], + "providers": [ + { "name": "Ocean Infinity", "roles": ["producer"] }, + { "name": "Hawke's Bay Regional Council", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "hawkes-bay", + "linz:security_classification": "unclassified", + "extent": { + "spatial": { "bbox": [[176.0260349, -40.4739342, 178.0283496, -38.5592701]] }, + "temporal": { "interval": [["2020-11-10T11:00:00Z", "2021-01-23T11:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12200c1514fc96b7e69d3b26ab5aa7a57d887c098bcfecead71f661025a3dcec4a92", + "file:size": 30658 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From 5a3c56c19b79ddf9ab3f070d07e58f474ae4b658 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 10:06:49 +1300 Subject: [PATCH 079/153] feat: import Tasman - Tasman Bay LiDAR 1m DSM (2022) (#209) --- .../dsm_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/tasman/tasman-bay_2022/dsm_1m/2193/collection.json b/stac/tasman/tasman-bay_2022/dsm_1m/2193/collection.json index 1dd32058..e7a6674c 100644 --- a/stac/tasman/tasman-bay_2022/dsm_1m/2193/collection.json +++ b/stac/tasman/tasman-bay_2022/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N4CV0X1CRNJHNQ1M096B3R", + "id": "01HQREEBV74KPEH9DCEB5VW8RQ", "title": "Tasman - Tasman Bay LiDAR 1m DSM (2022)", - "description": "Digital Surface Model within the Tasman - Tasman Bay region captured in 2022.", + "description": "Digital Surface Model within the Tasman region captured in 2022.", "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" }, @@ -47,8 +47,24 @@ { "name": "Tasman District Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "tasman", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Tasman Bay", "extent": { "spatial": { "bbox": [[172.913651, -41.5624698, 173.2582727, -41.0435943]] }, "temporal": { "interval": [["2022-10-13T11:00:00Z", "2022-11-06T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220a1bd1d897ec19d2298cf12453c82f15bd7ccf47c3060263a7a915b424e790a70", + "file:size": 7574 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From cc06ec674552e0df564b243f8779c2f1000c3e15 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 10:06:51 +1300 Subject: [PATCH 080/153] feat: import Tasman - Tasman Bay LiDAR 1m DEM (2022) (#210) --- .../dem_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/tasman/tasman-bay_2022/dem_1m/2193/collection.json b/stac/tasman/tasman-bay_2022/dem_1m/2193/collection.json index a2781334..13b53e0e 100644 --- a/stac/tasman/tasman-bay_2022/dem_1m/2193/collection.json +++ b/stac/tasman/tasman-bay_2022/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N4BJEYDZ60P0BPEQQZZFNB", + "id": "01HQREEBV8J3N56C9P3ZM34MNJ", "title": "Tasman - Tasman Bay LiDAR 1m DEM (2022)", - "description": "Digital Elevation Model within the Tasman - Tasman Bay region captured in 2022.", + "description": "Digital Elevation Model within the Tasman region captured in 2022.", "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" }, @@ -47,8 +47,24 @@ { "name": "Tasman District Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "tasman", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Tasman Bay", "extent": { "spatial": { "bbox": [[172.913651, -41.5624698, 173.2582727, -41.0435943]] }, "temporal": { "interval": [["2022-10-13T11:00:00Z", "2022-11-06T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220a1bd1d897ec19d2298cf12453c82f15bd7ccf47c3060263a7a915b424e790a70", + "file:size": 7574 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 783ad407af04f86d938f33af3f8322040cb04ea7 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 10:11:15 +1300 Subject: [PATCH 081/153] =?UTF-8?q?feat:=20import=20Manawat=C5=AB-Whanganu?= =?UTF-8?q?i=20LiDAR=201m=20DSM=20(2022-2023)=20(#223)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dsm_1m/2193/collection.json | 132 ++++++++++++++++++ 1 file changed, 132 insertions(+) create mode 100644 stac/manawatu-whanganui/manawatu-whanganui_2022-2023/dsm_1m/2193/collection.json diff --git a/stac/manawatu-whanganui/manawatu-whanganui_2022-2023/dsm_1m/2193/collection.json b/stac/manawatu-whanganui/manawatu-whanganui_2022-2023/dsm_1m/2193/collection.json new file mode 100644 index 00000000..a10f6a9d --- /dev/null +++ b/stac/manawatu-whanganui/manawatu-whanganui_2022-2023/dsm_1m/2193/collection.json @@ -0,0 +1,132 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQRG9VME9B4ZRXWJHK3GSH0F", + "title": "Manawatū-Whanganui LiDAR 1m DSM (2022-2023)", + "description": "Digital Surface Model within the Manawatū-Whanganui region captured in 2022-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": "./BL32_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BL32_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BL33_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BL33_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BL33_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BL33_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BL33_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BL33_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BL33_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BL33_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BL33_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BL33_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BL33_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BL33_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BL34_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BL34_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BL34_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BL34_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BL34_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BL34_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BL34_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BL34_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BL34_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BL34_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BL35_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BL36_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BL36_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BL36_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BL36_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BL36_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BM33_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BM33_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BM33_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BM33_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BM33_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BM34_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BM34_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BM34_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BM34_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BM34_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BM34_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BM34_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BM34_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BM34_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BM34_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BM34_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BM34_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BM34_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BM34_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BM34_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BM36_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BM36_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BM36_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BM36_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BM36_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BM36_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BM36_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BM36_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BM36_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BN33_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BN33_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BN33_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BN33_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BN34_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BN34_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BN35_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BN35_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BN35_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BN35_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BN35_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BN35_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BN35_10000_0203.json", "type": "application/json" } + ], + "providers": [ + { "name": "Landpro", "roles": ["producer"] }, + { "name": "Horizons Regional Council", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "manawatu-whanganui", + "linz:security_classification": "unclassified", + "extent": { + "spatial": { "bbox": [[175.052043, -40.6229895, 176.1338432, -39.984514]] }, + "temporal": { "interval": [["2022-07-01T12:00:00Z", "2023-10-31T11:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "122025573cc8bd26166efbee3d0f0d29d35a5ea0e83f3a75cbe53cca11ccce13ed58", + "file:size": 18933 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From 652a0d2de9967f1772517e5144336bd744d6b513 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 10:11:18 +1300 Subject: [PATCH 082/153] =?UTF-8?q?feat:=20import=20Manawat=C5=AB-Whanganu?= =?UTF-8?q?i=20LiDAR=201m=20DEM=20(2022-2023)=20(#222)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dem_1m/2193/collection.json | 132 ++++++++++++++++++ 1 file changed, 132 insertions(+) create mode 100644 stac/manawatu-whanganui/manawatu-whanganui_2022-2023/dem_1m/2193/collection.json diff --git a/stac/manawatu-whanganui/manawatu-whanganui_2022-2023/dem_1m/2193/collection.json b/stac/manawatu-whanganui/manawatu-whanganui_2022-2023/dem_1m/2193/collection.json new file mode 100644 index 00000000..6b8b9774 --- /dev/null +++ b/stac/manawatu-whanganui/manawatu-whanganui_2022-2023/dem_1m/2193/collection.json @@ -0,0 +1,132 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQRG80Y2SDW2BHKNZW3NKSH6", + "title": "Manawatū-Whanganui LiDAR 1m DEM (2022-2023)", + "description": "Digital Elevation Model within the Manawatū-Whanganui region captured in 2022-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": "./BL32_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BL32_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BL33_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BL33_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BL33_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BL33_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BL33_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BL33_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BL33_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BL33_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BL33_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BL33_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BL33_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BL33_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BL34_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BL34_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BL34_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BL34_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BL34_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BL34_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BL34_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BL34_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BL34_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BL34_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BL35_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BL36_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BL36_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BL36_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BL36_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BL36_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BM33_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BM33_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BM33_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BM33_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BM33_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BM34_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BM34_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BM34_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BM34_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BM34_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BM34_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BM34_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BM34_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BM34_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BM34_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BM34_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BM34_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BM34_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BM34_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BM34_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BM35_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BM36_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BM36_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BM36_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BM36_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BM36_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BM36_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BM36_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BM36_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BM36_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BN33_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BN33_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BN33_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BN33_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BN34_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BN34_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BN35_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BN35_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BN35_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BN35_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BN35_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BN35_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BN35_10000_0203.json", "type": "application/json" } + ], + "providers": [ + { "name": "Landpro", "roles": ["producer"] }, + { "name": "Horizons Regional Council", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "manawatu-whanganui", + "linz:security_classification": "unclassified", + "extent": { + "spatial": { "bbox": [[175.052043, -40.6229895, 176.1338432, -39.984514]] }, + "temporal": { "interval": [["2022-07-01T12:00:00Z", "2023-10-31T11:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220a4e24882ef9b75cdde23632065773b5d915e6211118f9fac5afc41d845fe30d0", + "file:size": 18934 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From 28ee9eba6181cbcf08a1d727f41020cdfa942d41 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 10:14:03 +1300 Subject: [PATCH 083/153] =?UTF-8?q?feat:=20import=20Manawat=C5=AB-Whanganu?= =?UTF-8?q?i=20-=20Palmerston=20North=20LiDAR=201m=20DEM=20(2018)=20(#220)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dem_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/manawatu-whanganui/palmerston-north_2018/dem_1m/2193/collection.json b/stac/manawatu-whanganui/palmerston-north_2018/dem_1m/2193/collection.json index 0e100db4..57d4acdd 100644 --- a/stac/manawatu-whanganui/palmerston-north_2018/dem_1m/2193/collection.json +++ b/stac/manawatu-whanganui/palmerston-north_2018/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N0TBSG9Q1D7N0C2FWGQRHW", + "id": "01HQRG5W7HXDXWB1M449TA6B48", "title": "Manawatū-Whanganui - Palmerston North LiDAR 1m DEM (2018)", - "description": "Digital Elevation Model within the Manawatū-Whanganui - Palmerston North region captured in 2018.", + "description": "Digital Elevation Model within the Manawatū-Whanganui region captured in 2018.", "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" }, @@ -41,8 +41,24 @@ { "name": "Palmerston North City Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "manawatu-whanganui", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Palmerston North", "extent": { "spatial": { "bbox": [[175.4592799, -40.5620358, 175.8008159, -40.231557]] }, "temporal": { "interval": [["2018-08-28T12:00:00Z", "2018-09-27T12:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "122022d94cc07325fe3e19d637b041da276fd6796bea4e34a7be0fb578cb76e98f6d", + "file:size": 5996 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 82e0ef32fbdeb0c094038e20c87b25c9548a68ed Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 10:14:06 +1300 Subject: [PATCH 084/153] =?UTF-8?q?feat:=20import=20Manawat=C5=AB-Whanganu?= =?UTF-8?q?i=20-=20Palmerston=20North=20LiDAR=201m=20DSM=20(2018)=20(#221)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dsm_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/manawatu-whanganui/palmerston-north_2018/dsm_1m/2193/collection.json b/stac/manawatu-whanganui/palmerston-north_2018/dsm_1m/2193/collection.json index d10055c0..2cceb754 100644 --- a/stac/manawatu-whanganui/palmerston-north_2018/dsm_1m/2193/collection.json +++ b/stac/manawatu-whanganui/palmerston-north_2018/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N0TFZVFK6G2RDD0VT8NX33", + "id": "01HQRG7YEA5RVBE5EMAKCH0X8E", "title": "Manawatū-Whanganui - Palmerston North LiDAR 1m DSM (2018)", - "description": "Digital Surface Model within the Manawatū-Whanganui - Palmerston North region captured in 2018.", + "description": "Digital Surface Model within the Manawatū-Whanganui region captured in 2018.", "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" }, @@ -41,8 +41,24 @@ { "name": "Palmerston North City Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "manawatu-whanganui", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Palmerston North", "extent": { "spatial": { "bbox": [[175.4592799, -40.5620358, 175.8008159, -40.231557]] }, "temporal": { "interval": [["2018-08-28T12:00:00Z", "2018-09-27T12:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "122022d94cc07325fe3e19d637b041da276fd6796bea4e34a7be0fb578cb76e98f6d", + "file:size": 5996 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 0fdb78de76d3fdb5da6724ed1acb612edd8579b6 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 10:19:51 +1300 Subject: [PATCH 085/153] feat: import Canterbury - Waimakariri LiDAR 1m DEM (2023) (#226) --- .../dem_1m/2193/collection.json | 60 +++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 stac/canterbury/waimakariri_2023/dem_1m/2193/collection.json diff --git a/stac/canterbury/waimakariri_2023/dem_1m/2193/collection.json b/stac/canterbury/waimakariri_2023/dem_1m/2193/collection.json new file mode 100644 index 00000000..d9a5f4fe --- /dev/null +++ b/stac/canterbury/waimakariri_2023/dem_1m/2193/collection.json @@ -0,0 +1,60 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQRHS1506DS75K2RRZCH0YHC", + "title": "Canterbury - Waimakariri LiDAR 1m DEM (2023)", + "description": "Digital Elevation Model within the Canterbury 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": "./BW22_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BW22_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BW22_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BW22_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BW22_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BW22_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BW23_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BW23_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BW23_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0105.json", "type": "application/json" } + ], + "providers": [ + { "name": "Aerial Surveys", "roles": ["producer"] }, + { "name": "Environment Canterbury", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Waimakariri", + "extent": { + "spatial": { "bbox": [[172.0213315, -43.506864, 172.7333572, -43.3090661]] }, + "temporal": { "interval": [["2023-06-13T12:00:00Z", "2023-07-16T12:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12207faa642c46168e9d0488c1072fe4afa1bb818d43eb37f55e775e6cd6e0809bb0", + "file:size": 3878 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From 3dab723a4fe5dc7e177f537c1f7f917df56dedb1 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 10:19:54 +1300 Subject: [PATCH 086/153] feat: import Canterbury - Waimakariri LiDAR 1m DSM (2023) (#227) --- .../dsm_1m/2193/collection.json | 60 +++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 stac/canterbury/waimakariri_2023/dsm_1m/2193/collection.json diff --git a/stac/canterbury/waimakariri_2023/dsm_1m/2193/collection.json b/stac/canterbury/waimakariri_2023/dsm_1m/2193/collection.json new file mode 100644 index 00000000..e0eef380 --- /dev/null +++ b/stac/canterbury/waimakariri_2023/dsm_1m/2193/collection.json @@ -0,0 +1,60 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQRHZFPDNBW416DPVBGNYDJH", + "title": "Canterbury - Waimakariri LiDAR 1m DSM (2023)", + "description": "Digital Surface Model within the Canterbury 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": "./BW22_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BW22_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BW22_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BW22_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BW22_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BW22_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BW23_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BW23_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BW23_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0105.json", "type": "application/json" } + ], + "providers": [ + { "name": "Aerial Surveys", "roles": ["producer"] }, + { "name": "Environment Canterbury", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Waimakariri", + "extent": { + "spatial": { "bbox": [[172.0213315, -43.506864, 172.7333572, -43.3090661]] }, + "temporal": { "interval": [["2023-06-13T12:00:00Z", "2023-07-16T12:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12207faa642c46168e9d0488c1072fe4afa1bb818d43eb37f55e775e6cd6e0809bb0", + "file:size": 3878 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From cb9370783c2058e8cf415713b4ff1104e9fa5475 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 10:26:14 +1300 Subject: [PATCH 087/153] feat: import Tasman LiDAR 1m DSM (2020-2022) (#218) --- .../dsm_1m/2193/collection.json | 21 ++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/stac/tasman/tasman_2020-2022/dsm_1m/2193/collection.json b/stac/tasman/tasman_2020-2022/dsm_1m/2193/collection.json index 0d2c39e7..c32e78f4 100644 --- a/stac/tasman/tasman_2020-2022/dsm_1m/2193/collection.json +++ b/stac/tasman/tasman_2020-2022/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N6RXCY1KMYMJ62JEND4HDG", + "id": "01HQRERMM4Z22F9567QNDS7T1F", "title": "Tasman LiDAR 1m DSM (2020-2022)", "description": "Digital Surface Model within the Tasman region captured in 2020-2022.", "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" }, @@ -328,8 +328,23 @@ { "name": "Tasman District Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "tasman", + "linz:security_classification": "unclassified", "extent": { "spatial": { "bbox": [[172.0435002, -42.3395863, 173.3166108, -40.5883396]] }, "temporal": { "interval": [["2020-01-27T11:00:00Z", "2022-01-29T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12202453b979e42a0e6e87c65595755c18fe991ee45375418c66574a25677c607aa2", + "file:size": 33455 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 539fae6035376363c6bf397077d83b7027969276 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 10:26:17 +1300 Subject: [PATCH 088/153] feat: import Tasman LiDAR 1m DEM (2020-2022) (#216) --- .../dem_1m/2193/collection.json | 21 ++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/stac/tasman/tasman_2020-2022/dem_1m/2193/collection.json b/stac/tasman/tasman_2020-2022/dem_1m/2193/collection.json index 81e25344..29312b5a 100644 --- a/stac/tasman/tasman_2020-2022/dem_1m/2193/collection.json +++ b/stac/tasman/tasman_2020-2022/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N6QZ3675F9JD86RB0SRKXZ", + "id": "01HQRER6GRVPCYH5421CMPWECY", "title": "Tasman LiDAR 1m DEM (2020-2022)", "description": "Digital Elevation Model within the Tasman region captured in 2020-2022.", "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" }, @@ -328,8 +328,23 @@ { "name": "Tasman District Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "tasman", + "linz:security_classification": "unclassified", "extent": { "spatial": { "bbox": [[172.0435002, -42.3395863, 173.3166108, -40.5883396]] }, "temporal": { "interval": [["2020-01-27T11:00:00Z", "2022-01-29T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220f90163fbba9a17de650e4ca4d8e703c4dbed2ce524f4752cdc324bd49daedf6d", + "file:size": 32657 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From b66867af6578bfdd98b9f942780acdfd9062ded6 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 10:26:37 +1300 Subject: [PATCH 089/153] =?UTF-8?q?feat:=20import=20Manawat=C5=AB-Whanganu?= =?UTF-8?q?i=20-=20Whanganui=20Urban=20LiDAR=201m=20DEM=20(2020-2021)=20(#?= =?UTF-8?q?217)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dem_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/manawatu-whanganui/whanganui-urban_2020-2021/dem_1m/2193/collection.json b/stac/manawatu-whanganui/whanganui-urban_2020-2021/dem_1m/2193/collection.json index 0d23f275..bfe3ea4d 100644 --- a/stac/manawatu-whanganui/whanganui-urban_2020-2021/dem_1m/2193/collection.json +++ b/stac/manawatu-whanganui/whanganui-urban_2020-2021/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N21YSARGW5D7EHGZGME1Q4", + "id": "01HQRFZTFCFMTY29QR1TK6MGEJ", "title": "Manawatū-Whanganui - Whanganui Urban LiDAR 1m DEM (2020-2021)", - "description": "Digital Elevation Model within the Manawatū-Whanganui - Whanganui Urban region captured in 2020-2021.", + "description": "Digital Elevation Model within the Manawatū-Whanganui region captured in 2020-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" }, @@ -42,8 +42,24 @@ { "name": "Whanganui District Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "manawatu-whanganui", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Whanganui Urban", "extent": { "spatial": { "bbox": [[174.8799205, -40.0534343, 175.386853, -39.7867148]] }, "temporal": { "interval": [["2020-09-07T12:00:00Z", "2021-02-02T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220ee926561bab6f6c32b4f9846fed070a5c120cb25e82ad33f6219290d385aae50", + "file:size": 3840 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 341e8906ad86df76bc0d6729bb3ec0236e63e52f Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 10:26:40 +1300 Subject: [PATCH 090/153] =?UTF-8?q?feat:=20import=20Manawat=C5=AB-Whanganu?= =?UTF-8?q?i=20-=20Whanganui=20Urban=20LiDAR=201m=20DSM=20(2020-2021)=20(#?= =?UTF-8?q?219)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dsm_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/manawatu-whanganui/whanganui-urban_2020-2021/dsm_1m/2193/collection.json b/stac/manawatu-whanganui/whanganui-urban_2020-2021/dsm_1m/2193/collection.json index 41c5c742..3e0b690e 100644 --- a/stac/manawatu-whanganui/whanganui-urban_2020-2021/dsm_1m/2193/collection.json +++ b/stac/manawatu-whanganui/whanganui-urban_2020-2021/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N252FHHPMMHJQGMSF8AKB1", + "id": "01HQRG1BJ2ZKBN9081P98ANZYM", "title": "Manawatū-Whanganui - Whanganui Urban LiDAR 1m DSM (2020-2021)", - "description": "Digital Surface Model within the Manawatū-Whanganui - Whanganui Urban region captured in 2020-2021.", + "description": "Digital Surface Model within the Manawatū-Whanganui region captured in 2020-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" }, @@ -42,8 +42,24 @@ { "name": "Whanganui District Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "manawatu-whanganui", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Whanganui Urban", "extent": { "spatial": { "bbox": [[174.8799205, -40.0534343, 175.386853, -39.7867148]] }, "temporal": { "interval": [["2020-09-07T12:00:00Z", "2021-02-02T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220ee926561bab6f6c32b4f9846fed070a5c120cb25e82ad33f6219290d385aae50", + "file:size": 3840 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 65c8e52e098a64867292f0eff454a11b0f1239c4 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 10:27:30 +1300 Subject: [PATCH 091/153] =?UTF-8?q?feat:=20import=20Canterbury=20-=20Kaik?= =?UTF-8?q?=C5=8Dura=20and=20Waimakariri=20LiDAR=201m=20DSM=20(2022)=20(#1?= =?UTF-8?q?95)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Megan Davidson --- .../dsm_1m/2193/collection.json | 28 +++++++++++++++---- 1 file changed, 22 insertions(+), 6 deletions(-) rename stac/canterbury/{kaikoura_waimakariri_2022 => kaikoura-and-waimakariri_2022}/dsm_1m/2193/collection.json (78%) diff --git a/stac/canterbury/kaikoura_waimakariri_2022/dsm_1m/2193/collection.json b/stac/canterbury/kaikoura-and-waimakariri_2022/dsm_1m/2193/collection.json similarity index 78% rename from stac/canterbury/kaikoura_waimakariri_2022/dsm_1m/2193/collection.json rename to stac/canterbury/kaikoura-and-waimakariri_2022/dsm_1m/2193/collection.json index 2c508bfe..a713b881 100644 --- a/stac/canterbury/kaikoura_waimakariri_2022/dsm_1m/2193/collection.json +++ b/stac/canterbury/kaikoura-and-waimakariri_2022/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6NJ0EYW1855FDPWKPRQX3AF", + "id": "01HQPR7ZHFCAJ9H1P1MM608J8M", "title": "Canterbury - Kaikōura and Waimakariri LiDAR 1m DSM (2022)", - "description": "Digital Surface Model within the Canterbury - Kaikōura and Waimakariri region captured in 2022.", + "description": "Digital Surface Model within the Canterbury region captured in 2022.", "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" }, @@ -48,12 +48,28 @@ { "rel": "item", "href": "./BX23_10000_0105.json", "type": "application/json" } ], "providers": [ - { "name": " Aerial Surveys", "roles": ["producer"] }, - { "name": " Environment Canterbury", "roles": ["licensor"] }, + { "name": "Aerial Surveys", "roles": ["producer"] }, + { "name": "Environment Canterbury", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Kaikōura and Waimakariri", "extent": { "spatial": { "bbox": [[172.0213315, -43.506864, 173.9594288, -42.0772793]] }, "temporal": { "interval": [["2022-05-01T12:00:00Z", "2022-09-14T12:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "122015f4164f6579dc27b12488ab9a6aeb7c40fa629ed3028f6cd46e3f5056874936", + "file:size": 8154 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 986f5b69219daf8f4c2ce961456b54c09b4a8477 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 10:27:32 +1300 Subject: [PATCH 092/153] =?UTF-8?q?feat:=20import=20Canterbury=20-=20Kaik?= =?UTF-8?q?=C5=8Dura=20and=20Waimakariri=20LiDAR=201m=20DEM=20(2022)=20(#1?= =?UTF-8?q?94)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Megan Davidson --- .../dem_1m/2193/collection.json | 28 +++++++++++++++---- 1 file changed, 22 insertions(+), 6 deletions(-) rename stac/canterbury/{kaikoura_waimakariri_2022 => kaikoura-and-waimakariri_2022}/dem_1m/2193/collection.json (80%) diff --git a/stac/canterbury/kaikoura_waimakariri_2022/dem_1m/2193/collection.json b/stac/canterbury/kaikoura-and-waimakariri_2022/dem_1m/2193/collection.json similarity index 80% rename from stac/canterbury/kaikoura_waimakariri_2022/dem_1m/2193/collection.json rename to stac/canterbury/kaikoura-and-waimakariri_2022/dem_1m/2193/collection.json index 0e96bbdc..95bcf88d 100644 --- a/stac/canterbury/kaikoura_waimakariri_2022/dem_1m/2193/collection.json +++ b/stac/canterbury/kaikoura-and-waimakariri_2022/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6NHNC3TX1YWP39XJ3J6Z84J", + "id": "01HQPR6PJ7KSZNPJF752QBTVAQ", "title": "Canterbury - Kaikōura and Waimakariri LiDAR 1m DEM (2022)", - "description": "Digital Elevation Model within the Canterbury - Kaikōura and Waimakariri region captured in 2022.", + "description": "Digital Elevation Model within the Canterbury region captured in 2022.", "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" }, @@ -48,12 +48,28 @@ { "rel": "item", "href": "./BX23_10000_0105.json", "type": "application/json" } ], "providers": [ - { "name": " Aerial Surveys", "roles": ["producer"] }, - { "name": " Environment Canterbury", "roles": ["licensor"] }, + { "name": "Aerial Surveys", "roles": ["producer"] }, + { "name": "Environment Canterbury", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Kaikōura and Waimakariri", "extent": { "spatial": { "bbox": [[172.0213315, -43.506864, 173.9594288, -42.0772793]] }, "temporal": { "interval": [["2022-05-01T12:00:00Z", "2022-09-14T12:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "122015f4164f6579dc27b12488ab9a6aeb7c40fa629ed3028f6cd46e3f5056874936", + "file:size": 8154 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From ba3498ea7deca9cff4adb774421adef2ced5beae Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:15:54 +1300 Subject: [PATCH 093/153] feat: import Marlborough LiDAR 1m DSM (2020-2022) (#236) Co-authored-by: Megan Davidson --- .../dsm_1m/2193/collection.json | 155 +++++++++++++++++- 1 file changed, 147 insertions(+), 8 deletions(-) rename stac/marlborough/{marlborough_2020-2021 => marlborough_2020-2022}/dsm_1m/2193/collection.json (68%) diff --git a/stac/marlborough/marlborough_2020-2021/dsm_1m/2193/collection.json b/stac/marlborough/marlborough_2020-2022/dsm_1m/2193/collection.json similarity index 68% rename from stac/marlborough/marlborough_2020-2021/dsm_1m/2193/collection.json rename to stac/marlborough/marlborough_2020-2022/dsm_1m/2193/collection.json index ad03765c..6e8ebec9 100644 --- a/stac/marlborough/marlborough_2020-2021/dsm_1m/2193/collection.json +++ b/stac/marlborough/marlborough_2020-2022/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6QEFCX2RXQ5A7SX5DWK8SK0", - "title": "Marlborough LiDAR 1m DSM (2020-2021)", - "description": "Digital Surface Model within the Marlborough region captured in 2020-2021.", + "id": "01HQRF4DSGHKRGR4AYJFVPH9MY", + "title": "Marlborough LiDAR 1m DSM (2020-2022)", + "description": "Digital Surface Model within the Marlborough region captured in 2020-2022.", "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" }, @@ -179,6 +179,8 @@ { "rel": "item", "href": "./BR25_10000_0501.json", "type": "application/json" }, { "rel": "item", "href": "./BR25_10000_0502.json", "type": "application/json" }, { "rel": "item", "href": "./BR25_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BR25_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BR25_10000_0505.json", "type": "application/json" }, { "rel": "item", "href": "./BR26_10000_0101.json", "type": "application/json" }, { "rel": "item", "href": "./BR26_10000_0102.json", "type": "application/json" }, { "rel": "item", "href": "./BR26_10000_0103.json", "type": "application/json" }, @@ -196,7 +198,14 @@ { "rel": "item", "href": "./BR26_10000_0305.json", "type": "application/json" }, { "rel": "item", "href": "./BR26_10000_0401.json", "type": "application/json" }, { "rel": "item", "href": "./BR26_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BR26_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BR26_10000_0404.json", "type": "application/json" }, { "rel": "item", "href": "./BR26_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BR26_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BR26_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BR26_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BR26_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BR26_10000_0505.json", "type": "application/json" }, { "rel": "item", "href": "./BR27_10000_0101.json", "type": "application/json" }, { "rel": "item", "href": "./BR27_10000_0102.json", "type": "application/json" }, { "rel": "item", "href": "./BR27_10000_0103.json", "type": "application/json" }, @@ -264,7 +273,66 @@ { "rel": "item", "href": "./BR29_10000_0503.json", "type": "application/json" }, { "rel": "item", "href": "./BR29_10000_0504.json", "type": "application/json" }, { "rel": "item", "href": "./BR29_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BS24_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BS24_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BS24_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BS24_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BS24_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BS24_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BS24_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BS24_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BS24_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BS24_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0104.json", "type": "application/json" }, { "rel": "item", "href": "./BS26_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0505.json", "type": "application/json" }, { "rel": "item", "href": "./BS27_10000_0101.json", "type": "application/json" }, { "rel": "item", "href": "./BS27_10000_0102.json", "type": "application/json" }, { "rel": "item", "href": "./BS27_10000_0103.json", "type": "application/json" }, @@ -278,6 +346,14 @@ { "rel": "item", "href": "./BS27_10000_0301.json", "type": "application/json" }, { "rel": "item", "href": "./BS27_10000_0302.json", "type": "application/json" }, { "rel": "item", "href": "./BS27_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BS27_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BS27_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BS27_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BS27_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BS27_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BS27_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BS27_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BS27_10000_0502.json", "type": "application/json" }, { "rel": "item", "href": "./BS28_10000_0101.json", "type": "application/json" }, { "rel": "item", "href": "./BS28_10000_0102.json", "type": "application/json" }, { "rel": "item", "href": "./BS28_10000_0103.json", "type": "application/json" }, @@ -287,6 +363,7 @@ { "rel": "item", "href": "./BS28_10000_0203.json", "type": "application/json" }, { "rel": "item", "href": "./BS28_10000_0204.json", "type": "application/json" }, { "rel": "item", "href": "./BS28_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BS28_10000_0301.json", "type": "application/json" }, { "rel": "item", "href": "./BS28_10000_0302.json", "type": "application/json" }, { "rel": "item", "href": "./BS29_10000_0102.json", "type": "application/json" }, { "rel": "item", "href": "./BS29_10000_0103.json", "type": "application/json" }, @@ -295,15 +372,77 @@ { "rel": "item", "href": "./BS29_10000_0202.json", "type": "application/json" }, { "rel": "item", "href": "./BS29_10000_0203.json", "type": "application/json" }, { "rel": "item", "href": "./BS29_10000_0301.json", "type": "application/json" }, - { "rel": "item", "href": "./BS29_10000_0302.json", "type": "application/json" } + { "rel": "item", "href": "./BS29_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BT24_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BT24_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BT24_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BT24_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BT24_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0104.json", "type": "application/json" } ], "providers": [ { "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": "dsm", + "linz:region": "marlborough", + "linz:security_classification": "unclassified", "extent": { - "spatial": { "bbox": [[172.8555058, -42.0156027, 174.458987, -40.6496832]] }, - "temporal": { "interval": [["2020-02-09T11:00:00Z", "2021-07-01T12:00:00Z"]] } - } + "spatial": { "bbox": [[172.6801711, -42.5351814, 174.458987, -40.6496832]] }, + "temporal": { "interval": [["2020-02-09T11:00:00Z", "2022-02-14T11:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220b8f8f2b38a9e3b63f0a5b19b4f826cc4fe47a60feb977286e86eeffedb4d9090", + "file:size": 50211 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 6b29c5443b3168e36b42dd143fe7d774f8d1af4f Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:15:57 +1300 Subject: [PATCH 094/153] feat: import Marlborough LiDAR 1m DEM (2020-2022) (#234) Co-authored-by: Megan Davidson --- .../dem_1m/2193/collection.json | 155 +++++++++++++++++- 1 file changed, 147 insertions(+), 8 deletions(-) rename stac/marlborough/{marlborough_2020-2021 => marlborough_2020-2022}/dem_1m/2193/collection.json (68%) diff --git a/stac/marlborough/marlborough_2020-2021/dem_1m/2193/collection.json b/stac/marlborough/marlborough_2020-2022/dem_1m/2193/collection.json similarity index 68% rename from stac/marlborough/marlborough_2020-2021/dem_1m/2193/collection.json rename to stac/marlborough/marlborough_2020-2022/dem_1m/2193/collection.json index a53ae31f..822c26f3 100644 --- a/stac/marlborough/marlborough_2020-2021/dem_1m/2193/collection.json +++ b/stac/marlborough/marlborough_2020-2022/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6QEEVM3CMSF2KETE29GE4DV", - "title": "Marlborough LiDAR 1m DEM (2020-2021)", - "description": "Digital Elevation Model within the Marlborough region captured in 2020-2021.", + "id": "01HQRF3R1FFF2Y2PYZJRQDK07C", + "title": "Marlborough LiDAR 1m DEM (2020-2022)", + "description": "Digital Elevation Model within the Marlborough region captured in 2020-2022.", "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" }, @@ -179,6 +179,8 @@ { "rel": "item", "href": "./BR25_10000_0501.json", "type": "application/json" }, { "rel": "item", "href": "./BR25_10000_0502.json", "type": "application/json" }, { "rel": "item", "href": "./BR25_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BR25_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BR25_10000_0505.json", "type": "application/json" }, { "rel": "item", "href": "./BR26_10000_0101.json", "type": "application/json" }, { "rel": "item", "href": "./BR26_10000_0102.json", "type": "application/json" }, { "rel": "item", "href": "./BR26_10000_0103.json", "type": "application/json" }, @@ -196,7 +198,14 @@ { "rel": "item", "href": "./BR26_10000_0305.json", "type": "application/json" }, { "rel": "item", "href": "./BR26_10000_0401.json", "type": "application/json" }, { "rel": "item", "href": "./BR26_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BR26_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BR26_10000_0404.json", "type": "application/json" }, { "rel": "item", "href": "./BR26_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BR26_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BR26_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BR26_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BR26_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BR26_10000_0505.json", "type": "application/json" }, { "rel": "item", "href": "./BR27_10000_0101.json", "type": "application/json" }, { "rel": "item", "href": "./BR27_10000_0102.json", "type": "application/json" }, { "rel": "item", "href": "./BR27_10000_0103.json", "type": "application/json" }, @@ -264,7 +273,66 @@ { "rel": "item", "href": "./BR29_10000_0503.json", "type": "application/json" }, { "rel": "item", "href": "./BR29_10000_0504.json", "type": "application/json" }, { "rel": "item", "href": "./BR29_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BS24_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BS24_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BS24_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BS24_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BS24_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BS24_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BS24_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BS24_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BS24_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BS24_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BS25_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0104.json", "type": "application/json" }, { "rel": "item", "href": "./BS26_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BS26_10000_0505.json", "type": "application/json" }, { "rel": "item", "href": "./BS27_10000_0101.json", "type": "application/json" }, { "rel": "item", "href": "./BS27_10000_0102.json", "type": "application/json" }, { "rel": "item", "href": "./BS27_10000_0103.json", "type": "application/json" }, @@ -278,6 +346,14 @@ { "rel": "item", "href": "./BS27_10000_0301.json", "type": "application/json" }, { "rel": "item", "href": "./BS27_10000_0302.json", "type": "application/json" }, { "rel": "item", "href": "./BS27_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BS27_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BS27_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BS27_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BS27_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BS27_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BS27_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BS27_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BS27_10000_0502.json", "type": "application/json" }, { "rel": "item", "href": "./BS28_10000_0101.json", "type": "application/json" }, { "rel": "item", "href": "./BS28_10000_0102.json", "type": "application/json" }, { "rel": "item", "href": "./BS28_10000_0103.json", "type": "application/json" }, @@ -287,6 +363,7 @@ { "rel": "item", "href": "./BS28_10000_0203.json", "type": "application/json" }, { "rel": "item", "href": "./BS28_10000_0204.json", "type": "application/json" }, { "rel": "item", "href": "./BS28_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BS28_10000_0301.json", "type": "application/json" }, { "rel": "item", "href": "./BS28_10000_0302.json", "type": "application/json" }, { "rel": "item", "href": "./BS29_10000_0102.json", "type": "application/json" }, { "rel": "item", "href": "./BS29_10000_0103.json", "type": "application/json" }, @@ -295,15 +372,77 @@ { "rel": "item", "href": "./BS29_10000_0202.json", "type": "application/json" }, { "rel": "item", "href": "./BS29_10000_0203.json", "type": "application/json" }, { "rel": "item", "href": "./BS29_10000_0301.json", "type": "application/json" }, - { "rel": "item", "href": "./BS29_10000_0302.json", "type": "application/json" } + { "rel": "item", "href": "./BS29_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BT24_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BT24_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BT24_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BT24_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BT24_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BT25_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0104.json", "type": "application/json" } ], "providers": [ { "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", "extent": { - "spatial": { "bbox": [[172.8555058, -42.0156027, 174.458987, -40.6496832]] }, - "temporal": { "interval": [["2020-02-09T11:00:00Z", "2021-07-01T12:00:00Z"]] } - } + "spatial": { "bbox": [[172.6801711, -42.5351814, 174.458987, -40.6496832]] }, + "temporal": { "interval": [["2020-02-09T11:00:00Z", "2022-02-14T11:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220c293a77fe08b943fd42d4285fc427118313d49f4ad8b3deb182fae29ba119b05", + "file:size": 48196 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 6205ab7de31d4c382d09d122c20b35e3486bc98b Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:16:33 +1300 Subject: [PATCH 095/153] feat: import Canterbury - Selwyn LiDAR 1m DEM (2023) (#233) --- .../selwyn_2023/dem_1m/2193/collection.json | 143 ++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 stac/canterbury/selwyn_2023/dem_1m/2193/collection.json diff --git a/stac/canterbury/selwyn_2023/dem_1m/2193/collection.json b/stac/canterbury/selwyn_2023/dem_1m/2193/collection.json new file mode 100644 index 00000000..1e336aca --- /dev/null +++ b/stac/canterbury/selwyn_2023/dem_1m/2193/collection.json @@ -0,0 +1,143 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQRK2MSMGYPSNKGWSWQNJDDY", + "title": "Canterbury - Selwyn LiDAR 1m DEM (2023)", + "description": "Digital Elevation Model within the Canterbury 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": "./BW21_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BW21_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BW21_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BW21_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BW21_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BW21_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BW22_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BW22_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BW22_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BW22_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BW22_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BW22_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BX20_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BY22_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BY22_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BY22_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BY22_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BY22_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BY22_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BY22_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BY22_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BY22_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BY24_10000_0101.json", "type": "application/json" } + ], + "providers": [ + { "name": "Landpro", "roles": ["producer"] }, + { "name": "Environment Canterbury", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Selwyn", + "extent": { + "spatial": { "bbox": [[171.6032562, -43.959082, 172.6730573, -43.2425921]] }, + "temporal": { "interval": [["2023-03-23T11:00:00Z", "2023-05-03T12:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220feaa32a589b7657eefdf7e51e155e528c8bde12aee0270a94d9b749bf3860695", + "file:size": 40937 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From a1040ebfe9eed10ffcfc370edf1e7266b4b37615 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:16:35 +1300 Subject: [PATCH 096/153] feat: import Canterbury - Selwyn LiDAR 1m DSM (2023) (#231) --- .../selwyn_2023/dsm_1m/2193/collection.json | 143 ++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 stac/canterbury/selwyn_2023/dsm_1m/2193/collection.json diff --git a/stac/canterbury/selwyn_2023/dsm_1m/2193/collection.json b/stac/canterbury/selwyn_2023/dsm_1m/2193/collection.json new file mode 100644 index 00000000..c9283368 --- /dev/null +++ b/stac/canterbury/selwyn_2023/dsm_1m/2193/collection.json @@ -0,0 +1,143 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQRKKNZVGJKT4AHS5D5P0F7K", + "title": "Canterbury - Selwyn LiDAR 1m DSM (2023)", + "description": "Digital Surface Model within the Canterbury 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": "./BW21_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BW21_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BW21_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BW21_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BW21_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BW21_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BW22_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BW22_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BW22_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BW22_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BW22_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BW22_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BX20_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BY22_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BY22_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BY22_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BY22_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BY22_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BY22_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BY22_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BY22_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BY22_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BY24_10000_0101.json", "type": "application/json" } + ], + "providers": [ + { "name": "Landpro", "roles": ["producer"] }, + { "name": "Environment Canterbury", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Selwyn", + "extent": { + "spatial": { "bbox": [[171.6032562, -43.959082, 172.6730573, -43.2425921]] }, + "temporal": { "interval": [["2023-03-23T11:00:00Z", "2023-05-03T12:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220feaa32a589b7657eefdf7e51e155e528c8bde12aee0270a94d9b749bf3860695", + "file:size": 40937 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From 9005f1babd07c8729ef3c88be374e556aa21435a Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:17:12 +1300 Subject: [PATCH 097/153] feat: import Canterbury - Christchurch LiDAR 1m DEM (2020-2021) (#212) --- .../dem_1m/2193/collection.json | 28 +++++++++++++++---- 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/stac/canterbury/christchurch_2020-2021/dem_1m/2193/collection.json b/stac/canterbury/christchurch_2020-2021/dem_1m/2193/collection.json index 43839001..9c191470 100644 --- a/stac/canterbury/christchurch_2020-2021/dem_1m/2193/collection.json +++ b/stac/canterbury/christchurch_2020-2021/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H7GYMZBF93Q76DR24K0AP3AC", + "id": "01HQREEBV79GH7Y7YGR103KRGT", "title": "Canterbury - Christchurch LiDAR 1m DEM (2020-2021)", - "description": "Digital Elevation Model within the Canterbury - Christchurch region captured in 2020-2021.", + "description": "Digital Elevation Model within the Canterbury region captured in 2020-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" }, @@ -42,12 +42,28 @@ ], "providers": [ { "name": "Landpro", "roles": ["producer"] }, - { "name": "\"Christchurch City Council", "roles": ["licensor"] }, - { "name": "Environment Canterbury\"", "roles": ["licensor"] }, + { "name": "Christchurch City Council", "roles": ["licensor"] }, + { "name": "Environment Canterbury", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Christchurch", "extent": { "spatial": { "bbox": [[172.3758499, -43.7020304, 172.8513887, -43.376959]] }, "temporal": { "interval": [["2020-12-17T11:00:00Z", "2021-02-16T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12204ad4efd1577203af0c0a65c9811aa34938f34c1a88e31eaae83c73d34735678f", + "file:size": 20442 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From f5c68f75ae999b38d06809163d4ca440642b942e Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:17:15 +1300 Subject: [PATCH 098/153] feat: import Canterbury - Christchurch LiDAR 1m DSM (2020-2021) (#211) --- .../dsm_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/canterbury/christchurch_2020-2021/dsm_1m/2193/collection.json b/stac/canterbury/christchurch_2020-2021/dsm_1m/2193/collection.json index 553eabb3..c77f1a59 100644 --- a/stac/canterbury/christchurch_2020-2021/dsm_1m/2193/collection.json +++ b/stac/canterbury/christchurch_2020-2021/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N1MX7VR2WH7M5Y33D3A6A2", + "id": "01HQREEBVAAMKESB7STV9DG2Z7", "title": "Canterbury - Christchurch LiDAR 1m DSM (2020-2021)", - "description": "Digital Surface Model within the Canterbury - Christchurch region captured in 2020-2021.", + "description": "Digital Surface Model within the Canterbury region captured in 2020-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" }, @@ -46,8 +46,24 @@ { "name": "Environment Canterbury", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Christchurch", "extent": { "spatial": { "bbox": [[172.3758499, -43.7020304, 172.8513887, -43.376959]] }, "temporal": { "interval": [["2020-12-17T11:00:00Z", "2021-02-16T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220e9d6043db97b09d4c5b0cde1db706f14bc31e151ad572a3ab78e307f07a11e5e", + "file:size": 20851 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 6c2c98269f0dd37fc77bc0254b7de6d7ec62f195 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:17:35 +1300 Subject: [PATCH 099/153] feat: import Otago - Central Otago LiDAR 1m DSM (2021) (#214) --- .../dsm_1m/2193/collection.json | 79 +++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 stac/otago/central-otago_2021/dsm_1m/2193/collection.json diff --git a/stac/otago/central-otago_2021/dsm_1m/2193/collection.json b/stac/otago/central-otago_2021/dsm_1m/2193/collection.json new file mode 100644 index 00000000..38c8aa38 --- /dev/null +++ b/stac/otago/central-otago_2021/dsm_1m/2193/collection.json @@ -0,0 +1,79 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQREQGPBT2QQTWBNV6H7Z75V", + "title": "Otago - Central Otago LiDAR 1m DSM (2021)", + "description": "Digital Surface Model within the Otago region captured in 2021.", + "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": "./CD13_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CE13_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CE13_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CE14_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./CE14_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CE14_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CE14_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./CE14_10000_0202.json", "type": "application/json" } + ], + "providers": [ + { "name": "Landpro", "roles": ["producer"] }, + { "name": "Ministry of Business, Innovation and Employment", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "otago", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Central Otago", + "extent": { + "spatial": { "bbox": [[169.2729518, -45.7897267, 169.7222606, -45.3350418]] }, + "temporal": { "interval": [["2021-05-21T12:00:00Z", "2021-05-26T12:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12205bfeb2b89f9bb4e37ee36bae76b25a934ecf0be130c5ef562b4716dbfc2502a6", + "file:size": 5043 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From ceabc6419df26876ad1cb061e0583a61da8b2c39 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:17:38 +1300 Subject: [PATCH 100/153] feat: import Otago - Central Otago LiDAR 1m DEM (2021) (#213) --- .../dem_1m/2193/collection.json | 79 +++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 stac/otago/central-otago_2021/dem_1m/2193/collection.json diff --git a/stac/otago/central-otago_2021/dem_1m/2193/collection.json b/stac/otago/central-otago_2021/dem_1m/2193/collection.json new file mode 100644 index 00000000..e8751506 --- /dev/null +++ b/stac/otago/central-otago_2021/dem_1m/2193/collection.json @@ -0,0 +1,79 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQREQBT1WJ36D6ECVCSY6JN4", + "title": "Otago - Central Otago LiDAR 1m DEM (2021)", + "description": "Digital Elevation Model within the Otago region captured in 2021.", + "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": "./CD13_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CE13_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CE13_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CE14_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./CE14_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CE14_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CE14_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./CE14_10000_0202.json", "type": "application/json" } + ], + "providers": [ + { "name": "Landpro", "roles": ["producer"] }, + { "name": "Ministry of Business, Innovation and Employment", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "otago", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Central Otago", + "extent": { + "spatial": { "bbox": [[169.2729518, -45.7897267, 169.7222606, -45.3350418]] }, + "temporal": { "interval": [["2021-05-21T12:00:00Z", "2021-05-26T12:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12205bfeb2b89f9bb4e37ee36bae76b25a934ecf0be130c5ef562b4716dbfc2502a6", + "file:size": 5043 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From 860721358ab5227b966d320b5841c990febd827f Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:20:30 +1300 Subject: [PATCH 101/153] feat: import Canterbury LiDAR 1m DSM (2016-2017) (#208) --- .../dsm_1m/2193/collection.json | 21 ++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/stac/canterbury/canterbury_2016-2017/dsm_1m/2193/collection.json b/stac/canterbury/canterbury_2016-2017/dsm_1m/2193/collection.json index dcb5ce40..97ddd78a 100644 --- a/stac/canterbury/canterbury_2016-2017/dsm_1m/2193/collection.json +++ b/stac/canterbury/canterbury_2016-2017/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N0EVDWZSHXVV1YQK1CS35E", + "id": "01HQPZBGYRD2T5ZVFP23G753T2", "title": "Canterbury LiDAR 1m DSM (2016-2017)", "description": "Digital Surface Model within the Canterbury region captured in 2016-2017.", "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" }, @@ -193,8 +193,23 @@ { "name": "Environment Canterbury", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", "extent": { "spatial": { "bbox": [[169.7662116, -45.432701, 172.672706, -43.4392042]] }, "temporal": { "interval": [["2016-10-31T11:00:00Z", "2017-01-30T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "122041a7a03b8d8d6a6ec57bf29bd3ea14661a6378ef82099993bb2cf55cebf3c0ff", + "file:size": 253099 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From d08ff4ca2f3eb5672b9d6b1ffc0fdcd7e89fbd91 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:20:33 +1300 Subject: [PATCH 102/153] feat: import Canterbury LiDAR 1m DEM (2016-2017) (#164) --- .../dem_1m/2193/collection.json | 21 ++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/stac/canterbury/canterbury_2016-2017/dem_1m/2193/collection.json b/stac/canterbury/canterbury_2016-2017/dem_1m/2193/collection.json index 4d407aca..cbb85d18 100644 --- a/stac/canterbury/canterbury_2016-2017/dem_1m/2193/collection.json +++ b/stac/canterbury/canterbury_2016-2017/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N06W6QGTVZDRDBHV2P57EV", + "id": "01HQPA82N0Z166TZF11BF6XD0H", "title": "Canterbury LiDAR 1m DEM (2016-2017)", "description": "Digital Elevation Model within the Canterbury region captured in 2016-2017.", "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" }, @@ -193,8 +193,23 @@ { "name": "Environment Canterbury", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", "extent": { "spatial": { "bbox": [[169.7662116, -45.432701, 172.672706, -43.4392042]] }, "temporal": { "interval": [["2016-10-31T11:00:00Z", "2017-01-30T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220cfac86b951e7987884dc626d589ddcbadb9c5589de33cae47549ab4b4aecf1ea", + "file:size": 247367 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From ce811b71a5360db66208b1fa29ea2ce0dfcb0091 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:21:32 +1300 Subject: [PATCH 103/153] =?UTF-8?q?feat:=20import=20Manawat=C5=AB-Whanganu?= =?UTF-8?q?i=20LiDAR=201m=20DEM=20(2015-2016)=20(#224)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dem_1m/2193/collection.json | 25 +++++++++++++++---- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/stac/manawatu-whanganui/manawatu-whanganui_2015-2016/dem_1m/2193/collection.json b/stac/manawatu-whanganui/manawatu-whanganui_2015-2016/dem_1m/2193/collection.json index 130a2ea2..c4ac5203 100644 --- a/stac/manawatu-whanganui/manawatu-whanganui_2015-2016/dem_1m/2193/collection.json +++ b/stac/manawatu-whanganui/manawatu-whanganui_2015-2016/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6MYDNJXZNHBBPNZXAY6ZHQN", - "title": "Manawatū - Whanganui LiDAR 1m DEM (2015-2016)", - "description": "Digital Elevation Model within the Manawatū - Whanganui region captured in 2015-2016.", + "id": "01HQRGCMS294Q6T1D5B8JGW3XS", + "title": "Manawatū-Whanganui LiDAR 1m DEM (2015-2016)", + "description": "Digital Elevation Model within the Manawatū-Whanganui region captured in 2015-2016.", "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" }, @@ -171,8 +171,23 @@ { "name": "Horizons Regional Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "manawatu-whanganui", + "linz:security_classification": "unclassified", "extent": { "spatial": { "bbox": [[174.7100346, -40.765512, 176.0833559, -38.7557257]] }, "temporal": { "interval": [["2015-12-26T11:00:00Z", "2016-12-16T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "122011d1d2409fcfc3f67720ac89838badd2092318252f484bd8c6b36cbdec589172", + "file:size": 150826 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 82c23daebcc74f135157350c58579bb92a188e33 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:21:35 +1300 Subject: [PATCH 104/153] =?UTF-8?q?feat:=20import=20Manawat=C5=AB-Whanganu?= =?UTF-8?q?i=20LiDAR=201m=20DSM=20(2015-2016)=20(#225)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dsm_1m/2193/collection.json | 25 +++++++++++++++---- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/stac/manawatu-whanganui/manawatu-whanganui_2015-2016/dsm_1m/2193/collection.json b/stac/manawatu-whanganui/manawatu-whanganui_2015-2016/dsm_1m/2193/collection.json index f0c3b5cb..4f4aaf34 100644 --- a/stac/manawatu-whanganui/manawatu-whanganui_2015-2016/dsm_1m/2193/collection.json +++ b/stac/manawatu-whanganui/manawatu-whanganui_2015-2016/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6MYEVKNBME6K5GBXJ3AGR7C", - "title": "Manawatū - Whanganui LiDAR 1m DSM (2015-2016)", - "description": "Digital Surface Model within the Manawatū - Whanganui region captured in 2015-2016.", + "id": "01HQRGJ6ZK9RN50A1MAZTVW9S4", + "title": "Manawatū-Whanganui LiDAR 1m DSM (2015-2016)", + "description": "Digital Surface Model within the Manawatū-Whanganui region captured in 2015-2016.", "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" }, @@ -171,8 +171,23 @@ { "name": "Horizons Regional Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "manawatu-whanganui", + "linz:security_classification": "unclassified", "extent": { "spatial": { "bbox": [[174.7100346, -40.765512, 176.0833559, -38.7557257]] }, "temporal": { "interval": [["2015-12-26T11:00:00Z", "2016-12-16T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220d8648b135d9c2b5a8ee67d7affe1f4a48f3361286ef2bd323286df19c54aa15e", + "file:size": 156390 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From f85c975ed92d5537017763318fb84c36cc2e6122 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:22:12 +1300 Subject: [PATCH 105/153] feat: import Wellington - Porirua LiDAR 1m DSM (2023) (#235) --- .../porirua_2023/dsm_1m/2193/collection.json | 55 +++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 stac/wellington/porirua_2023/dsm_1m/2193/collection.json diff --git a/stac/wellington/porirua_2023/dsm_1m/2193/collection.json b/stac/wellington/porirua_2023/dsm_1m/2193/collection.json new file mode 100644 index 00000000..84f72d97 --- /dev/null +++ b/stac/wellington/porirua_2023/dsm_1m/2193/collection.json @@ -0,0 +1,55 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQRFJFR5VSY4853G66QD438Q", + "title": "Wellington - Porirua LiDAR 1m DSM (2023)", + "description": "Digital Surface Model within the Wellington 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": "./BP31_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BP31_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BP31_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BP31_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ31_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0101.json", "type": "application/json" } + ], + "providers": [ + { "name": "Landpro", "roles": ["producer"] }, + { "name": "Porirua City Council", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "wellington", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Porirua", + "extent": { + "spatial": { "bbox": [[174.7415177, -41.2240674, 175.0308433, -40.9619694]] }, + "temporal": { "interval": [["2023-01-17T11:00:00Z", "2023-04-15T12:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220db37dfa146b294346c20e061c141f1bbae8da9db7d4404b8f22597b9d8f83710", + "file:size": 4597 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From 08474f0fb0505abd5457fd6c028bfacfe6014097 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:22:15 +1300 Subject: [PATCH 106/153] feat: import Wellington - Porirua LiDAR 1m DEM (2023) (#215) --- .../porirua_2023/dem_1m/2193/collection.json | 55 +++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 stac/wellington/porirua_2023/dem_1m/2193/collection.json diff --git a/stac/wellington/porirua_2023/dem_1m/2193/collection.json b/stac/wellington/porirua_2023/dem_1m/2193/collection.json new file mode 100644 index 00000000..dd6f43f1 --- /dev/null +++ b/stac/wellington/porirua_2023/dem_1m/2193/collection.json @@ -0,0 +1,55 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQRFHMB6E7XTG5KNMVKJ870C", + "title": "Wellington - Porirua LiDAR 1m DEM (2023)", + "description": "Digital Elevation Model within the Wellington 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": "./BP31_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BP31_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BP31_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BP31_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ31_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0101.json", "type": "application/json" } + ], + "providers": [ + { "name": "Landpro", "roles": ["producer"] }, + { "name": "Porirua City Council", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "wellington", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Porirua", + "extent": { + "spatial": { "bbox": [[174.7415177, -41.2240674, 175.0308433, -40.9619694]] }, + "temporal": { "interval": [["2023-01-17T11:00:00Z", "2023-04-15T12:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220c9ba2450b90ac5b7c07e7106f1ee833f823a8c585bef3d32b32fadbda6b0df57", + "file:size": 3995 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From ab00791cfba13ec1bc8815ae70dda9f2df8113ae Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:22:49 +1300 Subject: [PATCH 107/153] feat: import Canterbury - Banks Peninsula LiDAR 1m DEM (2023) (#229) --- .../dem_1m/2193/collection.json | 95 +++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 stac/canterbury/banks-peninsula_2023/dem_1m/2193/collection.json diff --git a/stac/canterbury/banks-peninsula_2023/dem_1m/2193/collection.json b/stac/canterbury/banks-peninsula_2023/dem_1m/2193/collection.json new file mode 100644 index 00000000..4e450ede --- /dev/null +++ b/stac/canterbury/banks-peninsula_2023/dem_1m/2193/collection.json @@ -0,0 +1,95 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQRJY25RYS4F3XDF9VKY4NYZ", + "title": "Canterbury - Banks Peninsula LiDAR 1m DEM (2023)", + "description": "Digital Elevation Model within the Canterbury 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": "./BX24_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BX25_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BX25_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BX25_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BX25_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BX25_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BX25_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BX25_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BX25_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BX25_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BX25_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BX25_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BX25_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BX25_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BY24_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BY24_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BY24_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BY24_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BY24_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BY24_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BY24_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BY24_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BY24_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BY24_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BY25_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BY25_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BY25_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BY25_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BY25_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BY25_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BY25_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BY25_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BY25_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BY25_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BY25_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BY25_10000_0302.json", "type": "application/json" } + ], + "providers": [ + { "name": "Landpro", "roles": ["producer"] }, + { "name": "Environment Canterbury", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Banks Peninsula", + "extent": { + "spatial": { "bbox": [[172.3127142, -43.9615254, 173.149415, -43.5722488]] }, + "temporal": { "interval": [["2023-02-17T11:00:00Z", "2023-08-14T12:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220edd46eb0cebaf22c3d1ad75ce1c12bd529960cd24051a7ef48946450c7e1a285", + "file:size": 37695 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From 71675ed623a8e41e5f675ec96687ef67a8a2dff1 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:22:52 +1300 Subject: [PATCH 108/153] feat: import Canterbury - Banks Peninsula LiDAR 1m DSM (2023) (#237) --- .../dsm_1m/2193/collection.json | 95 +++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 stac/canterbury/banks-peninsula_2023/dsm_1m/2193/collection.json diff --git a/stac/canterbury/banks-peninsula_2023/dsm_1m/2193/collection.json b/stac/canterbury/banks-peninsula_2023/dsm_1m/2193/collection.json new file mode 100644 index 00000000..8c0d1051 --- /dev/null +++ b/stac/canterbury/banks-peninsula_2023/dsm_1m/2193/collection.json @@ -0,0 +1,95 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQRJZDVKPWCDE1MRNGVTZA8Z", + "title": "Canterbury - Banks Peninsula LiDAR 1m DSM (2023)", + "description": "Digital Surface Model within the Canterbury 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": "./BX24_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BX25_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BX25_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BX25_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BX25_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BX25_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BX25_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BX25_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BX25_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BX25_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BX25_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BX25_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BX25_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BX25_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BY24_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BY24_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BY24_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BY24_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BY24_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BY24_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BY24_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BY24_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BY24_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BY24_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BY25_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BY25_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BY25_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BY25_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BY25_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BY25_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BY25_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BY25_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BY25_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BY25_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BY25_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BY25_10000_0302.json", "type": "application/json" } + ], + "providers": [ + { "name": "Landpro", "roles": ["producer"] }, + { "name": "Environment Canterbury", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Banks Peninsula", + "extent": { + "spatial": { "bbox": [[172.3127142, -43.9615254, 173.149415, -43.5722488]] }, + "temporal": { "interval": [["2023-02-17T11:00:00Z", "2023-08-14T12:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "122076971ec2cac4f6c4d68eee34efbef6160220f68756248e4d04dadb9ce3d480d3", + "file:size": 37695 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From 2142e957b002c3ba6c55d906170d899b0bbcca2b Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:23:31 +1300 Subject: [PATCH 109/153] feat: import Nelson - Top of the South Flood LiDAR 1m DSM (2022) (#191) Co-authored-by: Megan Davidson Co-authored-by: Daniel Silk --- .../dsm_1m/2193/collection.json | 25 ++++++++++++++++--- 1 file changed, 21 insertions(+), 4 deletions(-) rename stac/nelson/{nelson-and-tasman-top-of-the-south-flood_2022 => top-of-the-south-flood_2022}/dsm_1m/2193/collection.json (86%) diff --git a/stac/nelson/nelson-and-tasman-top-of-the-south-flood_2022/dsm_1m/2193/collection.json b/stac/nelson/top-of-the-south-flood_2022/dsm_1m/2193/collection.json similarity index 86% rename from stac/nelson/nelson-and-tasman-top-of-the-south-flood_2022/dsm_1m/2193/collection.json rename to stac/nelson/top-of-the-south-flood_2022/dsm_1m/2193/collection.json index 11fa9d26..e02648ff 100644 --- a/stac/nelson/nelson-and-tasman-top-of-the-south-flood_2022/dsm_1m/2193/collection.json +++ b/stac/nelson/top-of-the-south-flood_2022/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N6NQMW470GHJ6N0WKFZ397", + "id": "01HQPQSPW1313HC98GYNQJQX42", "title": "Nelson and Tasman - Top of the South Flood LiDAR 1m DSM (2022)", - "description": "Digital Surface Model within the Nelson and Tasman - Top of the South Flood region captured in 2022.", + "description": "Digital Surface Model within the Nelson region captured in 2022, published as a record of the Top of the South Flood event.", "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" }, @@ -77,8 +77,25 @@ { "name": "National Emergency Management Agency", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "nelson", + "linz:security_classification": "unclassified", + "linz:event_name": "Top of the South Flood", + "linz:geographic_description": "Top of the South Flood", "extent": { "spatial": { "bbox": [[172.7437525, -41.5623833, 173.715274, -40.7839011]] }, "temporal": { "interval": [["2022-08-22T12:00:00Z", "2022-09-05T12:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220f87300f3cbde5cf9f3af768856abe21467f1abaec0c4cbb64a845b7651646a24", + "file:size": 16724 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From d8de598184fa104b27b2ef2fa4e206e0d054d8e9 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:23:35 +1300 Subject: [PATCH 110/153] feat: import Nelson - Top of the South Flood LiDAR 1m DEM (2022) (#189) Co-authored-by: Megan Davidson Co-authored-by: Daniel Silk --- .../dem_1m/2193/collection.json | 25 ++++++++++++++++--- 1 file changed, 21 insertions(+), 4 deletions(-) rename stac/nelson/{nelson-and-tasman-top-of-the-south-flood_2022 => top-of-the-south-flood_2022}/dem_1m/2193/collection.json (86%) diff --git a/stac/nelson/nelson-and-tasman-top-of-the-south-flood_2022/dem_1m/2193/collection.json b/stac/nelson/top-of-the-south-flood_2022/dem_1m/2193/collection.json similarity index 86% rename from stac/nelson/nelson-and-tasman-top-of-the-south-flood_2022/dem_1m/2193/collection.json rename to stac/nelson/top-of-the-south-flood_2022/dem_1m/2193/collection.json index 294a1897..79054533 100644 --- a/stac/nelson/nelson-and-tasman-top-of-the-south-flood_2022/dem_1m/2193/collection.json +++ b/stac/nelson/top-of-the-south-flood_2022/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N6NJKXDG0DH6KZ6SP5FF46", + "id": "01HQPPXKJYFPHZWFQNCJTWRJB9", "title": "Nelson and Tasman - Top of the South Flood LiDAR 1m DEM (2022)", - "description": "Digital Elevation Model within the Nelson and Tasman - Top of the South Flood region captured in 2022.", + "description": "Digital Elevation Model within the Nelson region captured in 2022, published as a record of the Top of the South Flood event.", "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" }, @@ -77,8 +77,25 @@ { "name": "National Emergency Management Agency", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "nelson", + "linz:security_classification": "unclassified", + "linz:event_name": "Top of the South Flood", + "linz:geographic_description": "Top of the South Flood", "extent": { "spatial": { "bbox": [[172.7437525, -41.5623833, 173.715274, -40.7839011]] }, "temporal": { "interval": [["2022-08-22T12:00:00Z", "2022-09-05T12:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220c3991dcde6694e44d091f543fcfc2356f2795e936e60ec67d4dce1d3565849e0", + "file:size": 16720 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 0938edeee85b88f1a5d1468aaf6f16941cdf2055 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:24:01 +1300 Subject: [PATCH 111/153] feat: import Bay of Plenty LiDAR 1m DSM (2019-2022) (#207) --- .../dsm_1m/2193/collection.json | 21 ++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/stac/bay-of-plenty/bay-of-plenty_2019-2022/dsm_1m/2193/collection.json b/stac/bay-of-plenty/bay-of-plenty_2019-2022/dsm_1m/2193/collection.json index 952c87a2..666da12f 100644 --- a/stac/bay-of-plenty/bay-of-plenty_2019-2022/dsm_1m/2193/collection.json +++ b/stac/bay-of-plenty/bay-of-plenty_2019-2022/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6Q2K5V7603C2E2XDBAKSMTK", + "id": "01HQPSWHWD6JTHARS8YSJXWHYN", "title": "Bay of Plenty LiDAR 1m DSM (2019-2022)", "description": "Digital Surface Model within the Bay of Plenty region captured in 2019-2022.", "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" }, @@ -472,8 +472,23 @@ { "name": "BOPLASS", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "bay-of-plenty", + "linz:security_classification": "unclassified", "extent": { "spatial": { "bbox": [[175.7942516, -38.909689, 178.1384604, -37.2338091]] }, "temporal": { "interval": [["2019-10-26T11:00:00Z", "2022-10-23T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "122018da05dae5dc51b81a4b9d01288202f1fbcf6ea51a0968e792ed86f1d533d4bf", + "file:size": 36680 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From bc2ef83be2e2fbf762039c0e32361bdc2d9b998d Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:24:03 +1300 Subject: [PATCH 112/153] feat: import Bay of Plenty LiDAR 1m DEM (2019-2022) (#202) --- .../dem_1m/2193/collection.json | 21 ++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/stac/bay-of-plenty/bay-of-plenty_2019-2022/dem_1m/2193/collection.json b/stac/bay-of-plenty/bay-of-plenty_2019-2022/dem_1m/2193/collection.json index eb049a89..8732f775 100644 --- a/stac/bay-of-plenty/bay-of-plenty_2019-2022/dem_1m/2193/collection.json +++ b/stac/bay-of-plenty/bay-of-plenty_2019-2022/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6Q06X72KREAS83PXSCBM7W1", + "id": "01HQPS5XWMYXT4PD4TY40AXV0Y", "title": "Bay of Plenty LiDAR 1m DEM (2019-2022)", "description": "Digital Elevation Model within the Bay of Plenty region captured in 2019-2022.", "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" }, @@ -472,8 +472,23 @@ { "name": "BOPLASS", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "bay-of-plenty", + "linz:security_classification": "unclassified", "extent": { "spatial": { "bbox": [[175.7942516, -38.909689, 178.1384604, -37.2338091]] }, "temporal": { "interval": [["2019-10-26T11:00:00Z", "2022-10-23T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220848732a4444cfbec24af748221618c3f4dee1aa63673bad102e2e45d4276d947", + "file:size": 33577 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 3aeb217f705e79b2ae7724b80f70b15254463a1f Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:49:07 +1300 Subject: [PATCH 113/153] feat: import Otago - Central Otago LiDAR 1m DEM (2022-2023) (#239) --- .../dem_1m/2193/collection.json | 184 ++++++++++++++++++ 1 file changed, 184 insertions(+) create mode 100644 stac/otago/central-otago_2022-2023/dem_1m/2193/collection.json diff --git a/stac/otago/central-otago_2022-2023/dem_1m/2193/collection.json b/stac/otago/central-otago_2022-2023/dem_1m/2193/collection.json new file mode 100644 index 00000000..7a251b48 --- /dev/null +++ b/stac/otago/central-otago_2022-2023/dem_1m/2193/collection.json @@ -0,0 +1,184 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQRFNK136A69MSBMY92NFSBW", + "title": "Otago - Central Otago LiDAR 1m DEM (2022-2023)", + "description": "Digital Elevation Model within the Otago region captured in 2022-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": "./CA14_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./CA14_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CA14_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CA14_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CA14_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CA15_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./CA15_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CA15_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CB13_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CB13_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CB14_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CB14_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CB14_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CB14_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./CB14_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CB14_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./CB14_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./CB14_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./CB14_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CB14_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./CB14_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./CB14_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./CB14_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CB14_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CB14_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./CB14_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CB14_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CB14_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CB14_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CC12_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CC12_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CC12_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CC12_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CC12_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CC15_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./CC15_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CC15_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CC15_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./CC15_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./CC15_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./CC15_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./CC15_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./CC15_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./CC15_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./CC15_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CD12_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CD12_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./CD15_10000_0101.json", "type": "application/json" } + ], + "providers": [ + { "name": "AAM NZ", "roles": ["producer"] }, + { "name": "Otago Regional Council", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "otago", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Central Otago", + "extent": { + "spatial": { "bbox": [[169.0452978, -45.532782, 170.1155572, -44.5604602]] }, + "temporal": { "interval": [["2022-06-21T12:00:00Z", "2023-01-08T11:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220692863e1c6a729b2ae895812ab38479c55d159b2d84eece16e417def901d6acc", + "file:size": 19820 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From 5cae13552215fdba9a4d9e095484541059af1b39 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:49:10 +1300 Subject: [PATCH 114/153] feat: import Otago - Central Otago LiDAR 1m DSM (2022-2023) (#238) --- .../dsm_1m/2193/collection.json | 184 ++++++++++++++++++ 1 file changed, 184 insertions(+) create mode 100644 stac/otago/central-otago_2022-2023/dsm_1m/2193/collection.json diff --git a/stac/otago/central-otago_2022-2023/dsm_1m/2193/collection.json b/stac/otago/central-otago_2022-2023/dsm_1m/2193/collection.json new file mode 100644 index 00000000..c92455b1 --- /dev/null +++ b/stac/otago/central-otago_2022-2023/dsm_1m/2193/collection.json @@ -0,0 +1,184 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQRFTTRBW9MXRR7AMRJW40FZ", + "title": "Otago - Central Otago LiDAR 1m DSM (2022-2023)", + "description": "Digital Surface Model within the Otago region captured in 2022-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": "./CA14_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./CA14_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CA14_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CA14_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CA14_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CA15_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./CA15_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CA15_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CB13_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CB13_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CB14_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CB14_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CB14_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CB14_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./CB14_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CB14_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./CB14_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./CB14_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./CB14_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CB14_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./CB14_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./CB14_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./CB14_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CB14_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CB14_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./CB14_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CB14_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CB14_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CB14_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CB15_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CC12_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CC12_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CC12_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CC12_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CC12_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CC13_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CC14_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CC15_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./CC15_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CC15_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CC15_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./CC15_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./CC15_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./CC15_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./CC15_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./CC15_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./CC15_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./CC15_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CD12_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CD12_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./CD13_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./CD14_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./CD15_10000_0101.json", "type": "application/json" } + ], + "providers": [ + { "name": "AAM NZ", "roles": ["producer"] }, + { "name": "Otago Regional Council", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "otago", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Central Otago", + "extent": { + "spatial": { "bbox": [[169.0452978, -45.532782, 170.1155572, -44.5604602]] }, + "temporal": { "interval": [["2022-06-21T12:00:00Z", "2023-01-08T11:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220692863e1c6a729b2ae895812ab38479c55d159b2d84eece16e417def901d6acc", + "file:size": 19820 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From 7f4840f17cb0e1db4530af517802ea4dd7d7f7a2 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 13:19:50 +1300 Subject: [PATCH 115/153] feat: import Waikato LiDAR 1m DEM (2021) (#228) --- .../waikato_2021/dem_1m/2193/collection.json | 274 +++++++++++++++++- 1 file changed, 269 insertions(+), 5 deletions(-) diff --git a/stac/waikato/waikato_2021/dem_1m/2193/collection.json b/stac/waikato/waikato_2021/dem_1m/2193/collection.json index ef0e8a9d..9b25467b 100644 --- a/stac/waikato/waikato_2021/dem_1m/2193/collection.json +++ b/stac/waikato/waikato_2021/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H7H2K7PPF07X9SVCSX4BZQVB", + "id": "01HQRH2G1MPBBR8PBKPRASE0RE", "title": "Waikato LiDAR 1m DEM (2021)", "description": "Digital Elevation Model within the Waikato 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" }, @@ -78,6 +78,12 @@ { "rel": "item", "href": "./BA36_10000_0401.json", "type": "application/json" }, { "rel": "item", "href": "./BA36_10000_0501.json", "type": "application/json" }, { "rel": "item", "href": "./BA36_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BB31_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BB32_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BB32_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BB32_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BB32_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BB32_10000_0505.json", "type": "application/json" }, { "rel": "item", "href": "./BB33_10000_0304.json", "type": "application/json" }, { "rel": "item", "href": "./BB33_10000_0305.json", "type": "application/json" }, { "rel": "item", "href": "./BB33_10000_0401.json", "type": "application/json" }, @@ -142,13 +148,61 @@ { "rel": "item", "href": "./BB36_10000_0501.json", "type": "application/json" }, { "rel": "item", "href": "./BB36_10000_0502.json", "type": "application/json" }, { "rel": "item", "href": "./BB37_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BC31_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BC31_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BC31_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BC31_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BC31_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BC31_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BC31_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BC31_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BC33_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BC33_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BC33_10000_0103.json", "type": "application/json" }, { "rel": "item", "href": "./BC33_10000_0104.json", "type": "application/json" }, { "rel": "item", "href": "./BC33_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BC33_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BC33_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BC33_10000_0203.json", "type": "application/json" }, { "rel": "item", "href": "./BC33_10000_0204.json", "type": "application/json" }, { "rel": "item", "href": "./BC33_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BC33_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BC33_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BC33_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BC33_10000_0304.json", "type": "application/json" }, { "rel": "item", "href": "./BC33_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BC33_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BC33_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BC33_10000_0403.json", "type": "application/json" }, { "rel": "item", "href": "./BC33_10000_0404.json", "type": "application/json" }, { "rel": "item", "href": "./BC33_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BC33_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BC33_10000_0502.json", "type": "application/json" }, { "rel": "item", "href": "./BC33_10000_0503.json", "type": "application/json" }, { "rel": "item", "href": "./BC33_10000_0504.json", "type": "application/json" }, { "rel": "item", "href": "./BC33_10000_0505.json", "type": "application/json" }, @@ -206,6 +260,8 @@ { "rel": "item", "href": "./BC36_10000_0301.json", "type": "application/json" }, { "rel": "item", "href": "./BC36_10000_0302.json", "type": "application/json" }, { "rel": "item", "href": "./BC36_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BD31_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BD31_10000_0505.json", "type": "application/json" }, { "rel": "item", "href": "./BD32_10000_0101.json", "type": "application/json" }, { "rel": "item", "href": "./BD32_10000_0102.json", "type": "application/json" }, { "rel": "item", "href": "./BD32_10000_0103.json", "type": "application/json" }, @@ -221,10 +277,16 @@ { "rel": "item", "href": "./BD32_10000_0303.json", "type": "application/json" }, { "rel": "item", "href": "./BD32_10000_0304.json", "type": "application/json" }, { "rel": "item", "href": "./BD32_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BD32_10000_0401.json", "type": "application/json" }, { "rel": "item", "href": "./BD32_10000_0402.json", "type": "application/json" }, { "rel": "item", "href": "./BD32_10000_0403.json", "type": "application/json" }, { "rel": "item", "href": "./BD32_10000_0404.json", "type": "application/json" }, { "rel": "item", "href": "./BD32_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BD32_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BD32_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BD32_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BD32_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BD32_10000_0505.json", "type": "application/json" }, { "rel": "item", "href": "./BD33_10000_0101.json", "type": "application/json" }, { "rel": "item", "href": "./BD33_10000_0102.json", "type": "application/json" }, { "rel": "item", "href": "./BD33_10000_0103.json", "type": "application/json" }, @@ -245,6 +307,10 @@ { "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_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BD33_10000_0502.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_0101.json", "type": "application/json" }, { "rel": "item", "href": "./BD34_10000_0102.json", "type": "application/json" }, @@ -290,15 +356,213 @@ { "rel": "item", "href": "./BD36_10000_0301.json", "type": "application/json" }, { "rel": "item", "href": "./BD36_10000_0302.json", "type": "application/json" }, { "rel": "item", "href": "./BD36_10000_0401.json", "type": "application/json" }, - { "rel": "item", "href": "./BD36_10000_0402.json", "type": "application/json" } + { "rel": "item", "href": "./BD36_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BE31_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BE31_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BE31_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BE31_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BE31_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BE31_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BE31_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BF36_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BF36_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BF36_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BF36_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BF36_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BF37_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BF37_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BF37_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BG31_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BG31_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BG31_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BG31_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BG31_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BG31_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BG31_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BG31_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BG31_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BG31_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BG31_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BG31_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BG32_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BG32_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BG32_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BG32_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BG32_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BG32_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BG32_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BG32_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BG32_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BG32_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BG32_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BG32_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BG32_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BG32_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BG32_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BG32_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BG33_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BG33_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BG33_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BG33_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BG33_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BG33_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BG37_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BG37_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BG37_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BG37_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BG37_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BG37_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BG37_10000_0301.json", "type": "application/json" } ], "providers": [ { "name": "Ocean Infinity", "roles": ["producer"] }, { "name": "Waikato Regional 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", "extent": { - "spatial": { "bbox": [[174.7669986, -37.9077454, 176.1545948, -36.4037416]] }, + "spatial": { "bbox": [[174.5702773, -38.863948, 176.3373624, -36.4037416]] }, "temporal": { "interval": [["2021-01-04T11:00:00Z", "2021-03-25T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12206baa770e3da179c6ed3d7f831473a958a35d7ce4c6ff225bd40e36b6ec75eae6", + "file:size": 51815 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 3b189845f5fbfceee1945116e85e5121fd1079a0 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 13:19:52 +1300 Subject: [PATCH 116/153] feat: import Waikato LiDAR 1m DSM (2021) (#240) --- .../waikato_2021/dsm_1m/2193/collection.json | 274 +++++++++++++++++- 1 file changed, 269 insertions(+), 5 deletions(-) diff --git a/stac/waikato/waikato_2021/dsm_1m/2193/collection.json b/stac/waikato/waikato_2021/dsm_1m/2193/collection.json index 9eb70978..45595d80 100644 --- a/stac/waikato/waikato_2021/dsm_1m/2193/collection.json +++ b/stac/waikato/waikato_2021/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H7H4WSBWVD37KQNB624591EQ", + "id": "01HQRHJSHZQ4Y13GN626FHJ36Z", "title": "Waikato LiDAR 1m DSM (2021)", "description": "Digital Surface Model within the Waikato 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" }, @@ -78,6 +78,12 @@ { "rel": "item", "href": "./BA36_10000_0401.json", "type": "application/json" }, { "rel": "item", "href": "./BA36_10000_0501.json", "type": "application/json" }, { "rel": "item", "href": "./BA36_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BB31_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BB32_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BB32_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BB32_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BB32_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BB32_10000_0505.json", "type": "application/json" }, { "rel": "item", "href": "./BB33_10000_0304.json", "type": "application/json" }, { "rel": "item", "href": "./BB33_10000_0305.json", "type": "application/json" }, { "rel": "item", "href": "./BB33_10000_0401.json", "type": "application/json" }, @@ -142,13 +148,61 @@ { "rel": "item", "href": "./BB36_10000_0501.json", "type": "application/json" }, { "rel": "item", "href": "./BB36_10000_0502.json", "type": "application/json" }, { "rel": "item", "href": "./BB37_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BC31_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BC31_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BC31_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BC31_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BC31_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BC31_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BC31_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BC31_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BC33_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BC33_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BC33_10000_0103.json", "type": "application/json" }, { "rel": "item", "href": "./BC33_10000_0104.json", "type": "application/json" }, { "rel": "item", "href": "./BC33_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BC33_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BC33_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BC33_10000_0203.json", "type": "application/json" }, { "rel": "item", "href": "./BC33_10000_0204.json", "type": "application/json" }, { "rel": "item", "href": "./BC33_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BC33_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BC33_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BC33_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BC33_10000_0304.json", "type": "application/json" }, { "rel": "item", "href": "./BC33_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BC33_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BC33_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BC33_10000_0403.json", "type": "application/json" }, { "rel": "item", "href": "./BC33_10000_0404.json", "type": "application/json" }, { "rel": "item", "href": "./BC33_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BC33_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BC33_10000_0502.json", "type": "application/json" }, { "rel": "item", "href": "./BC33_10000_0503.json", "type": "application/json" }, { "rel": "item", "href": "./BC33_10000_0504.json", "type": "application/json" }, { "rel": "item", "href": "./BC33_10000_0505.json", "type": "application/json" }, @@ -206,6 +260,8 @@ { "rel": "item", "href": "./BC36_10000_0301.json", "type": "application/json" }, { "rel": "item", "href": "./BC36_10000_0302.json", "type": "application/json" }, { "rel": "item", "href": "./BC36_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BD31_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BD31_10000_0505.json", "type": "application/json" }, { "rel": "item", "href": "./BD32_10000_0101.json", "type": "application/json" }, { "rel": "item", "href": "./BD32_10000_0102.json", "type": "application/json" }, { "rel": "item", "href": "./BD32_10000_0103.json", "type": "application/json" }, @@ -221,10 +277,16 @@ { "rel": "item", "href": "./BD32_10000_0303.json", "type": "application/json" }, { "rel": "item", "href": "./BD32_10000_0304.json", "type": "application/json" }, { "rel": "item", "href": "./BD32_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BD32_10000_0401.json", "type": "application/json" }, { "rel": "item", "href": "./BD32_10000_0402.json", "type": "application/json" }, { "rel": "item", "href": "./BD32_10000_0403.json", "type": "application/json" }, { "rel": "item", "href": "./BD32_10000_0404.json", "type": "application/json" }, { "rel": "item", "href": "./BD32_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BD32_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BD32_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BD32_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BD32_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BD32_10000_0505.json", "type": "application/json" }, { "rel": "item", "href": "./BD33_10000_0101.json", "type": "application/json" }, { "rel": "item", "href": "./BD33_10000_0102.json", "type": "application/json" }, { "rel": "item", "href": "./BD33_10000_0103.json", "type": "application/json" }, @@ -245,6 +307,10 @@ { "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_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BD33_10000_0502.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_0101.json", "type": "application/json" }, { "rel": "item", "href": "./BD34_10000_0102.json", "type": "application/json" }, @@ -290,15 +356,213 @@ { "rel": "item", "href": "./BD36_10000_0301.json", "type": "application/json" }, { "rel": "item", "href": "./BD36_10000_0302.json", "type": "application/json" }, { "rel": "item", "href": "./BD36_10000_0401.json", "type": "application/json" }, - { "rel": "item", "href": "./BD36_10000_0402.json", "type": "application/json" } + { "rel": "item", "href": "./BD36_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BE31_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BE31_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BE31_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BE31_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BE31_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BE31_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BE31_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BE33_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BF33_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BF36_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BF36_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BF36_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BF36_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BF36_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BF37_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BF37_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BF37_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BG31_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BG31_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BG31_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BG31_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BG31_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BG31_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BG31_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BG31_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BG31_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BG31_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BG31_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BG31_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BG32_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BG32_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BG32_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BG32_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BG32_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BG32_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BG32_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BG32_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BG32_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BG32_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BG32_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BG32_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BG32_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BG32_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BG32_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BG32_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BG33_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BG33_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BG33_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BG33_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BG33_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BG33_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BG36_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BG37_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BG37_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BG37_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BG37_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BG37_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BG37_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BG37_10000_0301.json", "type": "application/json" } ], "providers": [ { "name": "Ocean Infinity", "roles": ["producer"] }, { "name": "Waikato Regional Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "waikato", + "linz:security_classification": "unclassified", "extent": { - "spatial": { "bbox": [[174.7669986, -37.9077454, 176.1545948, -36.4037416]] }, + "spatial": { "bbox": [[174.5702773, -38.863948, 176.3373624, -36.4037416]] }, "temporal": { "interval": [["2021-01-04T11:00:00Z", "2021-03-25T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12206baa770e3da179c6ed3d7f831473a958a35d7ce4c6ff225bd40e36b6ec75eae6", + "file:size": 51815 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 09b0d8243b4ca23129e595a6418a9f0c32bb6d70 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 13:39:22 +1300 Subject: [PATCH 117/153] feat: import Gisborne and Hawke's Bay - Cyclone Gabrielle River Flood LiDAR 1m DSM (2023) (#205) Co-authored-by: Daniel Silk --- .../dsm_1m/2193/collection.json | 170 ++++++++++++++++++ 1 file changed, 170 insertions(+) create mode 100644 stac/hawkes-bay/gisborne-and-hawkes-bay-cyclone-gabrielle-river-flood_2023/dsm_1m/2193/collection.json diff --git a/stac/hawkes-bay/gisborne-and-hawkes-bay-cyclone-gabrielle-river-flood_2023/dsm_1m/2193/collection.json b/stac/hawkes-bay/gisborne-and-hawkes-bay-cyclone-gabrielle-river-flood_2023/dsm_1m/2193/collection.json new file mode 100644 index 00000000..bdbf79cd --- /dev/null +++ b/stac/hawkes-bay/gisborne-and-hawkes-bay-cyclone-gabrielle-river-flood_2023/dsm_1m/2193/collection.json @@ -0,0 +1,170 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQPRZF3K0Y1A1V5R4ND8G48V", + "title": "Gisborne and Hawke's Bay - Cyclone Gabrielle River Flood LiDAR 1m DSM (2023)", + "description": "Digital Surface Model within the Hawke's Bay and Gisborne regions captured in 2023, published as a record of the Cyclone Gabrielle event.", + "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": "./BE44_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BE44_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BF42_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BF42_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BF42_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BF42_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BF42_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BL39_10000_0101.json", "type": "application/json" } + ], + "providers": [ + { "name": "Christchurch Helicopters", "roles": ["producer"] }, + { "name": "University of Canterbury", "roles": ["producer"] }, + { "name": "National Institute of Water and Atmospheric Research", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "hawkes-bay", + "linz:security_classification": "unclassified", + "linz:event_name": "Cyclone Gabrielle", + "linz:geographic_description": "Gisborne and Hawke's Bay Cyclone Gabrielle River Flood", + "extent": { + "spatial": { "bbox": [[176.4556302, -40.019003, 178.3620224, -38.0678855]] }, + "temporal": { "interval": [["2023-02-25T11:00:00Z", "2023-03-14T11:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "122011b892c26825aef200fa20a36ede1993cae68971513194ef3a602cc67fc7e22d", + "file:size": 214249 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From e9f3b39bf6d261565e09069709c6f895ce31ee7d Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 13:39:26 +1300 Subject: [PATCH 118/153] feat: import Gisborne and Hawke's Bay - Cyclone Gabrielle River Flood LiDAR 1m DEM (2023) (#203) Co-authored-by: Daniel Silk --- .../dem_1m/2193/collection.json | 170 ++++++++++++++++++ 1 file changed, 170 insertions(+) create mode 100644 stac/hawkes-bay/gisborne-and-hawkes-bay-cyclone-gabrielle-river-flood_2023/dem_1m/2193/collection.json diff --git a/stac/hawkes-bay/gisborne-and-hawkes-bay-cyclone-gabrielle-river-flood_2023/dem_1m/2193/collection.json b/stac/hawkes-bay/gisborne-and-hawkes-bay-cyclone-gabrielle-river-flood_2023/dem_1m/2193/collection.json new file mode 100644 index 00000000..7593f41d --- /dev/null +++ b/stac/hawkes-bay/gisborne-and-hawkes-bay-cyclone-gabrielle-river-flood_2023/dem_1m/2193/collection.json @@ -0,0 +1,170 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQPRNZW7PKPYY1MPMNQS1JBW", + "title": "Gisborne and Hawke's Bay - Cyclone Gabrielle River Flood LiDAR 1m DEM (2023)", + "description": "Digital Elevation Model within the Hawke's Bay and Gisborne regions captured in 2023, published as a record of the Cyclone Gabrielle event.", + "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": "./BE44_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BE44_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BF42_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BF42_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BF42_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BF42_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BF42_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BF43_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BF44_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BG42_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BG43_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BH40_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BH41_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ38_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BJ39_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BK38_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BK39_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BL37_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BL38_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BL39_10000_0101.json", "type": "application/json" } + ], + "providers": [ + { "name": "Christchurch Helicopters", "roles": ["producer"] }, + { "name": "University of Canterbury", "roles": ["producer"] }, + { "name": "National Institute of Water and Atmospheric Research", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "hawkes-bay", + "linz:security_classification": "unclassified", + "linz:event_name": "Cyclone Gabrielle", + "linz:geographic_description": "Gisborne and Hawke's Bay Cyclone Gabrielle River Flood", + "extent": { + "spatial": { "bbox": [[176.4556302, -40.019003, 178.3620224, -38.0678855]] }, + "temporal": { "interval": [["2023-02-25T11:00:00Z", "2023-03-14T11:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220b384673a31ec5cdcd972e5fc326f4d1e839de175a34cdf845b40a96a9502702d", + "file:size": 221173 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From 9f452881f6d0855a18a66168235a58db1f410013 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 14:21:29 +1300 Subject: [PATCH 119/153] feat: import Southland LiDAR 1m DSM (2020-2023) (#232) Co-authored-by: Megan Davidson --- .../dsm_1m/2193/collection.json | 228 +++++++++++++++++- 1 file changed, 221 insertions(+), 7 deletions(-) rename stac/southland/{southland_2020-2022 => southland_2020-2023}/dsm_1m/2193/collection.json (66%) diff --git a/stac/southland/southland_2020-2022/dsm_1m/2193/collection.json b/stac/southland/southland_2020-2023/dsm_1m/2193/collection.json similarity index 66% rename from stac/southland/southland_2020-2022/dsm_1m/2193/collection.json rename to stac/southland/southland_2020-2023/dsm_1m/2193/collection.json index b1a9ddbb..471e77b3 100644 --- a/stac/southland/southland_2020-2022/dsm_1m/2193/collection.json +++ b/stac/southland/southland_2020-2023/dsm_1m/2193/collection.json @@ -1,35 +1,138 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H7H4XFWA5N5D41X75N4WNRT4", - "title": "Southland LiDAR 1m DSM (2020-2022)", - "description": "Digital Surface Model within the Southland region captured in 2020-2022.", + "id": "01HQRJ9SQ44QFBVN0KDS0XW2F0", + "title": "Southland LiDAR 1m DSM (2020-2023)", + "description": "Digital Surface Model within the Southland region captured in 2020-2023.", "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" }, + { "rel": "item", "href": "./CB08_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CB08_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CB08_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./CB08_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CB08_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./CB08_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CB08_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CB08_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CB08_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CB08_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CB08_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CB08_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CB09_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./CB09_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./CB09_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./CB09_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./CB09_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./CB09_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./CB09_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./CB09_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./CB09_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CB09_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CB09_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CC10_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./CC10_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./CC10_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./CC10_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./CC10_10000_0501.json", "type": "application/json" }, { "rel": "item", "href": "./CC10_10000_0505.json", "type": "application/json" }, { "rel": "item", "href": "./CC11_10000_0501.json", "type": "application/json" }, { "rel": "item", "href": "./CC11_10000_0502.json", "type": "application/json" }, { "rel": "item", "href": "./CC11_10000_0503.json", "type": "application/json" }, { "rel": "item", "href": "./CC12_10000_0503.json", "type": "application/json" }, { "rel": "item", "href": "./CC12_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CD09_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./CD09_10000_0102.json", "type": "application/json" }, { "rel": "item", "href": "./CD09_10000_0103.json", "type": "application/json" }, { "rel": "item", "href": "./CD09_10000_0104.json", "type": "application/json" }, { "rel": "item", "href": "./CD09_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CD09_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./CD09_10000_0202.json", "type": "application/json" }, { "rel": "item", "href": "./CD09_10000_0203.json", "type": "application/json" }, { "rel": "item", "href": "./CD09_10000_0204.json", "type": "application/json" }, { "rel": "item", "href": "./CD09_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CD09_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./CD09_10000_0302.json", "type": "application/json" }, { "rel": "item", "href": "./CD09_10000_0303.json", "type": "application/json" }, { "rel": "item", "href": "./CD09_10000_0304.json", "type": "application/json" }, { "rel": "item", "href": "./CD09_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CD09_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./CD09_10000_0402.json", "type": "application/json" }, { "rel": "item", "href": "./CD09_10000_0403.json", "type": "application/json" }, { "rel": "item", "href": "./CD09_10000_0404.json", "type": "application/json" }, { "rel": "item", "href": "./CD09_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CD09_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./CD09_10000_0502.json", "type": "application/json" }, { "rel": "item", "href": "./CD09_10000_0503.json", "type": "application/json" }, { "rel": "item", "href": "./CD09_10000_0504.json", "type": "application/json" }, { "rel": "item", "href": "./CD09_10000_0505.json", "type": "application/json" }, @@ -108,18 +211,66 @@ { "rel": "item", "href": "./CD12_10000_0505.json", "type": "application/json" }, { "rel": "item", "href": "./CD13_10000_0101.json", "type": "application/json" }, { "rel": "item", "href": "./CD13_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./CE07_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CE07_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./CE07_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CE07_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./CE07_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CE07_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CE07_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CE07_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CE07_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CE07_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CE09_10000_0101.json", "type": "application/json" }, { "rel": "item", "href": "./CE09_10000_0102.json", "type": "application/json" }, { "rel": "item", "href": "./CE09_10000_0103.json", "type": "application/json" }, { "rel": "item", "href": "./CE09_10000_0104.json", "type": "application/json" }, { "rel": "item", "href": "./CE09_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CE09_10000_0201.json", "type": "application/json" }, { "rel": "item", "href": "./CE09_10000_0202.json", "type": "application/json" }, { "rel": "item", "href": "./CE09_10000_0203.json", "type": "application/json" }, { "rel": "item", "href": "./CE09_10000_0204.json", "type": "application/json" }, { "rel": "item", "href": "./CE09_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CE09_10000_0301.json", "type": "application/json" }, { "rel": "item", "href": "./CE09_10000_0302.json", "type": "application/json" }, { "rel": "item", "href": "./CE09_10000_0303.json", "type": "application/json" }, { "rel": "item", "href": "./CE09_10000_0304.json", "type": "application/json" }, { "rel": "item", "href": "./CE09_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CE09_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./CE09_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./CE09_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./CE09_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CE09_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CE09_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./CE09_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CE09_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CE09_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CE09_10000_0505.json", "type": "application/json" }, { "rel": "item", "href": "./CE10_10000_0101.json", "type": "application/json" }, { "rel": "item", "href": "./CE10_10000_0102.json", "type": "application/json" }, { "rel": "item", "href": "./CE10_10000_0103.json", "type": "application/json" }, @@ -140,6 +291,10 @@ { "rel": "item", "href": "./CE10_10000_0403.json", "type": "application/json" }, { "rel": "item", "href": "./CE10_10000_0404.json", "type": "application/json" }, { "rel": "item", "href": "./CE10_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CE10_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./CE10_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CE10_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CE10_10000_0504.json", "type": "application/json" }, { "rel": "item", "href": "./CE10_10000_0505.json", "type": "application/json" }, { "rel": "item", "href": "./CE11_10000_0101.json", "type": "application/json" }, { "rel": "item", "href": "./CE11_10000_0102.json", "type": "application/json" }, @@ -187,16 +342,56 @@ { "rel": "item", "href": "./CE12_10000_0503.json", "type": "application/json" }, { "rel": "item", "href": "./CE12_10000_0504.json", "type": "application/json" }, { "rel": "item", "href": "./CE12_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CF08_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./CF08_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CF08_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CF08_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CF08_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CF08_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./CF08_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./CF08_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./CF08_10000_0204.json", "type": "application/json" }, { "rel": "item", "href": "./CF08_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CF08_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./CF08_10000_0302.json", "type": "application/json" }, { "rel": "item", "href": "./CF08_10000_0303.json", "type": "application/json" }, { "rel": "item", "href": "./CF08_10000_0304.json", "type": "application/json" }, { "rel": "item", "href": "./CF08_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CF08_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./CF08_10000_0402.json", "type": "application/json" }, { "rel": "item", "href": "./CF08_10000_0403.json", "type": "application/json" }, { "rel": "item", "href": "./CF08_10000_0404.json", "type": "application/json" }, { "rel": "item", "href": "./CF08_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CF08_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./CF08_10000_0502.json", "type": "application/json" }, { "rel": "item", "href": "./CF08_10000_0503.json", "type": "application/json" }, { "rel": "item", "href": "./CF08_10000_0504.json", "type": "application/json" }, { "rel": "item", "href": "./CF08_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CF09_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./CF09_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CF09_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CF09_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CF09_10000_0105.json", "type": "application/json" }, { "rel": "item", "href": "./CF09_10000_0201.json", "type": "application/json" }, { "rel": "item", "href": "./CF09_10000_0202.json", "type": "application/json" }, { "rel": "item", "href": "./CF09_10000_0203.json", "type": "application/json" }, @@ -217,6 +412,10 @@ { "rel": "item", "href": "./CF09_10000_0503.json", "type": "application/json" }, { "rel": "item", "href": "./CF09_10000_0504.json", "type": "application/json" }, { "rel": "item", "href": "./CF09_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CF10_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./CF10_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CF10_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CF10_10000_0104.json", "type": "application/json" }, { "rel": "item", "href": "./CF10_10000_0105.json", "type": "application/json" }, { "rel": "item", "href": "./CF10_10000_0201.json", "type": "application/json" }, { "rel": "item", "href": "./CF10_10000_0202.json", "type": "application/json" }, @@ -422,8 +621,23 @@ { "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", "extent": { - "spatial": { "bbox": [[167.6643767, -46.6893848, 169.3363348, -45.234177]] }, - "temporal": { "interval": [["2020-12-14T11:00:00Z", "2022-05-10T12:00:00Z"]] } - } + "spatial": { "bbox": [[167.2567474, -46.6893848, 169.3363348, -44.6247872]] }, + "temporal": { "interval": [["2020-12-14T11:00:00Z", "2023-04-25T12:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12204085b7d3fea32fc4faa8315315be5acbf0cfd0deeb20e9eec1db608dff94fa4e", + "file:size": 37439 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 2cfe9cade9da8db5250820f318b341a6dc5976a0 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 14:34:54 +1300 Subject: [PATCH 120/153] feat: import Southland LiDAR 1m DEM (2020-2023) (#242) Co-authored-by: Daniel Silk --- .../dem_1m/2193/collection.json | 228 +++++++++++++++++- 1 file changed, 221 insertions(+), 7 deletions(-) rename stac/southland/{southland_2020-2022 => southland_2020-2023}/dem_1m/2193/collection.json (66%) diff --git a/stac/southland/southland_2020-2022/dem_1m/2193/collection.json b/stac/southland/southland_2020-2023/dem_1m/2193/collection.json similarity index 66% rename from stac/southland/southland_2020-2022/dem_1m/2193/collection.json rename to stac/southland/southland_2020-2023/dem_1m/2193/collection.json index 691336e3..48242773 100644 --- a/stac/southland/southland_2020-2022/dem_1m/2193/collection.json +++ b/stac/southland/southland_2020-2023/dem_1m/2193/collection.json @@ -1,35 +1,138 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H7H4XFXH9BCM5PPDJYKVTEFA", - "title": "Southland LiDAR 1m DEM (2020-2022)", - "description": "Digital Elevation Model within the Southland region captured in 2020-2022.", + "id": "01HQRJ3ZRPRD0NY2406V2C47MR", + "title": "Southland LiDAR 1m DEM (2020-2023)", + "description": "Digital Elevation Model within the Southland region captured in 2020-2023.", "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" }, + { "rel": "item", "href": "./CB08_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CB08_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CB08_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./CB08_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CB08_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./CB08_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CB08_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CB08_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CB08_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CB08_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CB08_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CB08_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CB09_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./CB09_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./CB09_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./CB09_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./CB09_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./CB09_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./CB09_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./CB09_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./CB09_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CB09_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CB09_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CC08_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CC09_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CC10_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./CC10_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./CC10_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./CC10_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./CC10_10000_0501.json", "type": "application/json" }, { "rel": "item", "href": "./CC10_10000_0505.json", "type": "application/json" }, { "rel": "item", "href": "./CC11_10000_0501.json", "type": "application/json" }, { "rel": "item", "href": "./CC11_10000_0502.json", "type": "application/json" }, { "rel": "item", "href": "./CC11_10000_0503.json", "type": "application/json" }, { "rel": "item", "href": "./CC12_10000_0503.json", "type": "application/json" }, { "rel": "item", "href": "./CC12_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CD08_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CD09_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./CD09_10000_0102.json", "type": "application/json" }, { "rel": "item", "href": "./CD09_10000_0103.json", "type": "application/json" }, { "rel": "item", "href": "./CD09_10000_0104.json", "type": "application/json" }, { "rel": "item", "href": "./CD09_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CD09_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./CD09_10000_0202.json", "type": "application/json" }, { "rel": "item", "href": "./CD09_10000_0203.json", "type": "application/json" }, { "rel": "item", "href": "./CD09_10000_0204.json", "type": "application/json" }, { "rel": "item", "href": "./CD09_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CD09_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./CD09_10000_0302.json", "type": "application/json" }, { "rel": "item", "href": "./CD09_10000_0303.json", "type": "application/json" }, { "rel": "item", "href": "./CD09_10000_0304.json", "type": "application/json" }, { "rel": "item", "href": "./CD09_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CD09_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./CD09_10000_0402.json", "type": "application/json" }, { "rel": "item", "href": "./CD09_10000_0403.json", "type": "application/json" }, { "rel": "item", "href": "./CD09_10000_0404.json", "type": "application/json" }, { "rel": "item", "href": "./CD09_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CD09_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./CD09_10000_0502.json", "type": "application/json" }, { "rel": "item", "href": "./CD09_10000_0503.json", "type": "application/json" }, { "rel": "item", "href": "./CD09_10000_0504.json", "type": "application/json" }, { "rel": "item", "href": "./CD09_10000_0505.json", "type": "application/json" }, @@ -108,18 +211,66 @@ { "rel": "item", "href": "./CD12_10000_0505.json", "type": "application/json" }, { "rel": "item", "href": "./CD13_10000_0101.json", "type": "application/json" }, { "rel": "item", "href": "./CD13_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./CE07_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CE07_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./CE07_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CE07_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./CE07_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CE07_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CE07_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CE07_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CE07_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CE07_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CE08_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CE09_10000_0101.json", "type": "application/json" }, { "rel": "item", "href": "./CE09_10000_0102.json", "type": "application/json" }, { "rel": "item", "href": "./CE09_10000_0103.json", "type": "application/json" }, { "rel": "item", "href": "./CE09_10000_0104.json", "type": "application/json" }, { "rel": "item", "href": "./CE09_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CE09_10000_0201.json", "type": "application/json" }, { "rel": "item", "href": "./CE09_10000_0202.json", "type": "application/json" }, { "rel": "item", "href": "./CE09_10000_0203.json", "type": "application/json" }, { "rel": "item", "href": "./CE09_10000_0204.json", "type": "application/json" }, { "rel": "item", "href": "./CE09_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CE09_10000_0301.json", "type": "application/json" }, { "rel": "item", "href": "./CE09_10000_0302.json", "type": "application/json" }, { "rel": "item", "href": "./CE09_10000_0303.json", "type": "application/json" }, { "rel": "item", "href": "./CE09_10000_0304.json", "type": "application/json" }, { "rel": "item", "href": "./CE09_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CE09_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./CE09_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./CE09_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./CE09_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CE09_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CE09_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./CE09_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CE09_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CE09_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CE09_10000_0505.json", "type": "application/json" }, { "rel": "item", "href": "./CE10_10000_0101.json", "type": "application/json" }, { "rel": "item", "href": "./CE10_10000_0102.json", "type": "application/json" }, { "rel": "item", "href": "./CE10_10000_0103.json", "type": "application/json" }, @@ -140,6 +291,10 @@ { "rel": "item", "href": "./CE10_10000_0403.json", "type": "application/json" }, { "rel": "item", "href": "./CE10_10000_0404.json", "type": "application/json" }, { "rel": "item", "href": "./CE10_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CE10_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./CE10_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CE10_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CE10_10000_0504.json", "type": "application/json" }, { "rel": "item", "href": "./CE10_10000_0505.json", "type": "application/json" }, { "rel": "item", "href": "./CE11_10000_0101.json", "type": "application/json" }, { "rel": "item", "href": "./CE11_10000_0102.json", "type": "application/json" }, @@ -187,16 +342,56 @@ { "rel": "item", "href": "./CE12_10000_0503.json", "type": "application/json" }, { "rel": "item", "href": "./CE12_10000_0504.json", "type": "application/json" }, { "rel": "item", "href": "./CE12_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CF07_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CF08_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./CF08_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CF08_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CF08_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CF08_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CF08_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./CF08_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./CF08_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./CF08_10000_0204.json", "type": "application/json" }, { "rel": "item", "href": "./CF08_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CF08_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./CF08_10000_0302.json", "type": "application/json" }, { "rel": "item", "href": "./CF08_10000_0303.json", "type": "application/json" }, { "rel": "item", "href": "./CF08_10000_0304.json", "type": "application/json" }, { "rel": "item", "href": "./CF08_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CF08_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./CF08_10000_0402.json", "type": "application/json" }, { "rel": "item", "href": "./CF08_10000_0403.json", "type": "application/json" }, { "rel": "item", "href": "./CF08_10000_0404.json", "type": "application/json" }, { "rel": "item", "href": "./CF08_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CF08_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./CF08_10000_0502.json", "type": "application/json" }, { "rel": "item", "href": "./CF08_10000_0503.json", "type": "application/json" }, { "rel": "item", "href": "./CF08_10000_0504.json", "type": "application/json" }, { "rel": "item", "href": "./CF08_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CF09_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./CF09_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CF09_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CF09_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CF09_10000_0105.json", "type": "application/json" }, { "rel": "item", "href": "./CF09_10000_0201.json", "type": "application/json" }, { "rel": "item", "href": "./CF09_10000_0202.json", "type": "application/json" }, { "rel": "item", "href": "./CF09_10000_0203.json", "type": "application/json" }, @@ -217,6 +412,10 @@ { "rel": "item", "href": "./CF09_10000_0503.json", "type": "application/json" }, { "rel": "item", "href": "./CF09_10000_0504.json", "type": "application/json" }, { "rel": "item", "href": "./CF09_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CF10_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./CF10_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CF10_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CF10_10000_0104.json", "type": "application/json" }, { "rel": "item", "href": "./CF10_10000_0105.json", "type": "application/json" }, { "rel": "item", "href": "./CF10_10000_0201.json", "type": "application/json" }, { "rel": "item", "href": "./CF10_10000_0202.json", "type": "application/json" }, @@ -422,8 +621,23 @@ { "name": "Environment Southland", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "southland", + "linz:security_classification": "unclassified", "extent": { - "spatial": { "bbox": [[167.6643767, -46.6893848, 169.3363348, -45.234177]] }, - "temporal": { "interval": [["2020-12-14T11:00:00Z", "2022-05-10T12:00:00Z"]] } - } + "spatial": { "bbox": [[167.2567474, -46.6893848, 169.3363348, -44.6247872]] }, + "temporal": { "interval": [["2020-12-14T11:00:00Z", "2023-04-25T12:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220ca45adac51367d4e39e529f8344b589375289e7fa163afac7f7ae2bd213a4b04", + "file:size": 36861 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From ab10c82d1706ea9d2b792c6ac43b43bc0d190cc8 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:06:18 +1300 Subject: [PATCH 121/153] feat: import Auckland North LiDAR 1m DSM (2016-2018) (#246) Co-authored-by: Daniel Silk --- .../dsm_1m/2193/collection.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stac/auckland/auckland-north_2016-2018/dsm_1m/2193/collection.json b/stac/auckland/auckland-north_2016-2018/dsm_1m/2193/collection.json index 4d974296..2d5af21f 100644 --- a/stac/auckland/auckland-north_2016-2018/dsm_1m/2193/collection.json +++ b/stac/auckland/auckland-north_2016-2018/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N2AA5XW4KE4PTZW9P27ZVZ", + "id": "01HQS6CAGWRKSSF27B93CNZ33E", "title": "Auckland North LiDAR 1m DSM (2016-2018)", - "description": "Digital Surface Model within the Auckland North region captured in 2016-2018.", + "description": "Digital Surface Model within the Auckland region captured in 2016-2018.", "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" }, @@ -210,8 +210,24 @@ { "name": "Auckland Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "auckland", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Auckland North", "extent": { "spatial": { "bbox": [[174.0977806, -37.0772518, 175.5940431, -36.0228458]] }, "temporal": { "interval": [["2016-08-15T12:00:00Z", "2018-08-08T12:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12206e86a68dc9e70b9e8b5f152c5220cc4cef551f13ea0229492fa8ffe17b1daa28", + "file:size": 32410 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 6dd02189328413ea9cc10d9b2fb6077e64cc4457 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:12:23 +1300 Subject: [PATCH 122/153] feat: import Auckland North LiDAR 1m DEM (2016-2018) (#245) Co-authored-by: Daniel Silk --- .../dem_1m/2193/collection.json | 31 +++++++++++++------ 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/stac/auckland/auckland-north_2016-2018/dem_1m/2193/collection.json b/stac/auckland/auckland-north_2016-2018/dem_1m/2193/collection.json index 03712cda..9fdb8937 100644 --- a/stac/auckland/auckland-north_2016-2018/dem_1m/2193/collection.json +++ b/stac/auckland/auckland-north_2016-2018/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H7GYNVQ0015G7NNJYV5DQG0M", + "id": "01HQS6C8F88JGM04345RY84N9D", "title": "Auckland North LiDAR 1m DEM (2016-2018)", - "description": "Digital Elevation Model within the Auckland North region captured in 2016-2018.", + "description": "Digital Elevation Model within the Auckland region captured in 2016-2018.", "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" }, @@ -53,7 +53,6 @@ { "rel": "item", "href": "./AY34_10000_0504.json", "type": "application/json" }, { "rel": "item", "href": "./AY34_10000_0505.json", "type": "application/json" }, { "rel": "item", "href": "./AZ29_10000_0205.json", "type": "application/json" }, - { "rel": "item", "href": "./AZ29_10000_0304.json", "type": "application/json" }, { "rel": "item", "href": "./AZ29_10000_0305.json", "type": "application/json" }, { "rel": "item", "href": "./AZ29_10000_0405.json", "type": "application/json" }, { "rel": "item", "href": "./AZ30_10000_0101.json", "type": "application/json" }, @@ -119,7 +118,6 @@ { "rel": "item", "href": "./AZ32_10000_0501.json", "type": "application/json" }, { "rel": "item", "href": "./AZ32_10000_0502.json", "type": "application/json" }, { "rel": "item", "href": "./AZ32_10000_0503.json", "type": "application/json" }, - { "rel": "item", "href": "./AZ32_10000_0504.json", "type": "application/json" }, { "rel": "item", "href": "./AZ34_10000_0103.json", "type": "application/json" }, { "rel": "item", "href": "./AZ34_10000_0104.json", "type": "application/json" }, { "rel": "item", "href": "./AZ34_10000_0105.json", "type": "application/json" }, @@ -132,12 +130,10 @@ { "rel": "item", "href": "./BA30_10000_0203.json", "type": "application/json" }, { "rel": "item", "href": "./BA30_10000_0204.json", "type": "application/json" }, { "rel": "item", "href": "./BA30_10000_0205.json", "type": "application/json" }, - { "rel": "item", "href": "./BA30_10000_0303.json", "type": "application/json" }, { "rel": "item", "href": "./BA30_10000_0304.json", "type": "application/json" }, { "rel": "item", "href": "./BA30_10000_0305.json", "type": "application/json" }, { "rel": "item", "href": "./BA30_10000_0404.json", "type": "application/json" }, { "rel": "item", "href": "./BA30_10000_0405.json", "type": "application/json" }, - { "rel": "item", "href": "./BA30_10000_0504.json", "type": "application/json" }, { "rel": "item", "href": "./BA30_10000_0505.json", "type": "application/json" }, { "rel": "item", "href": "./BA31_10000_0101.json", "type": "application/json" }, { "rel": "item", "href": "./BA31_10000_0102.json", "type": "application/json" }, @@ -166,7 +162,6 @@ { "rel": "item", "href": "./BA31_10000_0505.json", "type": "application/json" }, { "rel": "item", "href": "./BA32_10000_0101.json", "type": "application/json" }, { "rel": "item", "href": "./BA32_10000_0102.json", "type": "application/json" }, - { "rel": "item", "href": "./BA32_10000_0103.json", "type": "application/json" }, { "rel": "item", "href": "./BA32_10000_0201.json", "type": "application/json" }, { "rel": "item", "href": "./BA32_10000_0203.json", "type": "application/json" }, { "rel": "item", "href": "./BA32_10000_0204.json", "type": "application/json" }, @@ -210,8 +205,24 @@ { "name": "Auckland Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "auckland", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Auckland North", "extent": { - "spatial": { "bbox": [[174.0977806, -37.0772518, 175.5940431, -36.0228458]] }, + "spatial": { "bbox": [[174.1503643, -37.0772518, 175.5940431, -36.0228458]] }, "temporal": { "interval": [["2016-08-15T12:00:00Z", "2018-08-08T12:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "122039942a5b46234c077a134693078b0265e8a0e8cdf63d900c81177515eb470b13", + "file:size": 40235 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 8217873ef128141e6c70aedc30d46652e0a724e0 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:12:48 +1300 Subject: [PATCH 123/153] feat: import Bay of Plenty LiDAR 1m DEM (2018-2019) (#243) --- .../dem_1m/2193/collection.json | 21 ++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/stac/bay-of-plenty/bay-of-plenty_2018-2019/dem_1m/2193/collection.json b/stac/bay-of-plenty/bay-of-plenty_2018-2019/dem_1m/2193/collection.json index 99f9dd5f..c3eb1230 100644 --- a/stac/bay-of-plenty/bay-of-plenty_2018-2019/dem_1m/2193/collection.json +++ b/stac/bay-of-plenty/bay-of-plenty_2018-2019/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N1V00XXT81YRAWZHB1XVV6", + "id": "01HQS6D00PR9DH3RPRDJBRC09V", "title": "Bay of Plenty LiDAR 1m DEM (2018-2019)", "description": "Digital Elevation Model within the Bay of Plenty region captured in 2018-2019.", "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" }, @@ -104,8 +104,23 @@ { "name": "BOPLASS", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "bay-of-plenty", + "linz:security_classification": "unclassified", "extent": { "spatial": { "bbox": [[175.8509111, -38.5211801, 177.3479462, -37.3721055]] }, "temporal": { "interval": [["2018-11-30T11:00:00Z", "2019-04-29T12:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "122056cf43aae3de78dc5a5d8428096446fc70f87f84c6b1648ec94170064ae3b3c2", + "file:size": 25178 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 40031318e45ebdb9152cc2c66521798cea9a40d8 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:12:51 +1300 Subject: [PATCH 124/153] feat: import Bay of Plenty LiDAR 1m DSM (2018-2019) (#244) --- .../dsm_1m/2193/collection.json | 21 ++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/stac/bay-of-plenty/bay-of-plenty_2018-2019/dsm_1m/2193/collection.json b/stac/bay-of-plenty/bay-of-plenty_2018-2019/dsm_1m/2193/collection.json index 2b0c6251..db453fc9 100644 --- a/stac/bay-of-plenty/bay-of-plenty_2018-2019/dsm_1m/2193/collection.json +++ b/stac/bay-of-plenty/bay-of-plenty_2018-2019/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N1V6XQAEA91M7PB24S8SBB", + "id": "01HQS78YTAXVAHPSH3XDNG25TC", "title": "Bay of Plenty LiDAR 1m DSM (2018-2019)", "description": "Digital Surface Model within the Bay of Plenty region captured in 2018-2019.", "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" }, @@ -104,8 +104,23 @@ { "name": "BOPLASS", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "bay-of-plenty", + "linz:security_classification": "unclassified", "extent": { "spatial": { "bbox": [[175.8509111, -38.5211801, 177.3479462, -37.3721055]] }, "temporal": { "interval": [["2018-11-30T11:00:00Z", "2019-04-29T12:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "122056cf43aae3de78dc5a5d8428096446fc70f87f84c6b1648ec94170064ae3b3c2", + "file:size": 25178 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From e4adec33ea718c8a32f4d45b94618b4458fdfde1 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:13:16 +1300 Subject: [PATCH 125/153] feat: import Canterbury - Cheviot LiDAR 1m DEM (2015) (#248) --- .../cheviot_2015/dem_1m/2193/collection.json | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 stac/canterbury/cheviot_2015/dem_1m/2193/collection.json diff --git a/stac/canterbury/cheviot_2015/dem_1m/2193/collection.json b/stac/canterbury/cheviot_2015/dem_1m/2193/collection.json new file mode 100644 index 00000000..5d32c6e7 --- /dev/null +++ b/stac/canterbury/cheviot_2015/dem_1m/2193/collection.json @@ -0,0 +1,46 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQS7W3T1D5D5R04QTCG7TGG8", + "title": "Canterbury - Cheviot LiDAR 1m DEM (2015)", + "description": "Digital Elevation Model within the Canterbury region captured in 2015.", + "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": "./BU26_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BV26_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BV26_10000_0103.json", "type": "application/json" } + ], + "providers": [ + { "name": "Aerial Surveys", "roles": ["producer"] }, + { "name": "Environment Canterbury", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Cheviot", + "extent": { + "spatial": { "bbox": [[173.1465831, -42.8592009, 173.3231548, -42.7292537]] }, + "temporal": { "interval": [["2015-03-31T11:00:00Z", "2015-03-31T11:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220538d0a5ce6ded156608353c917ef1e0bb29ef5d322e6c9543fde49f058dfb4dc", + "file:size": 3180 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From 25f2943a3cf2a7fc7ff0b5ff5333edfb303a7a78 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:17:49 +1300 Subject: [PATCH 126/153] =?UTF-8?q?feat:=20import=20Canterbury=20-=20Kaik?= =?UTF-8?q?=C5=8Dura=20LiDAR=201m=20DEM=20(2016-2017)=20(#230)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dem_1m/2193/collection.json | 155 ++++++++++++++++++ 1 file changed, 155 insertions(+) create mode 100644 stac/canterbury/kaikoura_2016-2017/dem_1m/2193/collection.json diff --git a/stac/canterbury/kaikoura_2016-2017/dem_1m/2193/collection.json b/stac/canterbury/kaikoura_2016-2017/dem_1m/2193/collection.json new file mode 100644 index 00000000..b8dfecb6 --- /dev/null +++ b/stac/canterbury/kaikoura_2016-2017/dem_1m/2193/collection.json @@ -0,0 +1,155 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQRF0R1M1RWZJZCMFAQZJVWD", + "title": "Canterbury - Kaikōura LiDAR 1m DEM (2016-2017)", + "description": "Digital Elevation Model within the Canterbury region captured in 2016-2017.", + "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": "./BR28_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BR29_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BR29_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BR29_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BR29_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BR29_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BR29_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BR29_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BR29_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BR29_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BS27_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BS27_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BS27_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BS27_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BS28_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BS28_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BS28_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BS28_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BS28_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BS28_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BS28_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BS28_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BS28_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BS28_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BS28_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BS28_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BS29_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BS29_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BS29_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BS29_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BS29_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BS29_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BS29_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BS29_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BS29_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BT28_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BT28_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BT28_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BT28_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BT28_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BT28_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BT28_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BT28_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BT28_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BU27_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BU27_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BU27_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BU27_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BU27_10000_0301.json", "type": "application/json" } + ], + "providers": [ + { "name": "AAM NZ", "roles": ["producer"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["licensor", "host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Kaikōura", + "extent": { + "spatial": { "bbox": [[172.8534169, -42.7942424, 174.3002884, -41.4927001]] }, + "temporal": { "interval": [["2016-12-01T11:00:00Z", "2017-01-05T11:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12207e3c797095ff919b97a68c5f2f6efee62def9853e5c5223b1792f41cb70fbc2e", + "file:size": 537370 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From b27bba9cd5fd731e406d0b6b7fb6408bad6ed420 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:18:50 +1300 Subject: [PATCH 127/153] feat: import Canterbury - Hawarden LiDAR 1m DEM (2015) (#251) --- .../hawarden_2015/dem_1m/2193/collection.json | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 stac/canterbury/hawarden_2015/dem_1m/2193/collection.json diff --git a/stac/canterbury/hawarden_2015/dem_1m/2193/collection.json b/stac/canterbury/hawarden_2015/dem_1m/2193/collection.json new file mode 100644 index 00000000..1735d08e --- /dev/null +++ b/stac/canterbury/hawarden_2015/dem_1m/2193/collection.json @@ -0,0 +1,45 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQSA6GBJRQSZ3K569B1EMBPE", + "title": "Canterbury - Hawarden LiDAR 1m DEM (2015)", + "description": "Digital Elevation Model within the Canterbury region captured in 2015.", + "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": "./BV24_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BV24_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BV24_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BV24_10000_0303.json", "type": "application/json" } + ], + "providers": [ + { "name": "Aerial Surveys", "roles": ["producer"] }, + { "name": "Environment Canterbury", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Hawarden", + "extent": { + "spatial": { "bbox": [[172.6172892, -42.988754, 172.7356, -42.8587487]] }, + "temporal": { "interval": [["2015-03-31T11:00:00Z", "2015-03-31T11:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12204bc4521c8027f45f64130b005578e1317e28ced6aa60fa2e8b7373a161b0fd25", + "file:size": 4652 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From d0d66f598e780456b1c7b4e036e898f045fafe10 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:19:04 +1300 Subject: [PATCH 128/153] feat: import Canterbury - Hawarden LiDAR 1m DSM (2015) (#250) --- .../hawarden_2015/dsm_1m/2193/collection.json | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 stac/canterbury/hawarden_2015/dsm_1m/2193/collection.json diff --git a/stac/canterbury/hawarden_2015/dsm_1m/2193/collection.json b/stac/canterbury/hawarden_2015/dsm_1m/2193/collection.json new file mode 100644 index 00000000..3f212515 --- /dev/null +++ b/stac/canterbury/hawarden_2015/dsm_1m/2193/collection.json @@ -0,0 +1,45 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQSA6GBES7MBX0AHDZB2N2JP", + "title": "Canterbury - Hawarden LiDAR 1m DSM (2015)", + "description": "Digital Surface Model within the Canterbury region captured in 2015.", + "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": "./BV24_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BV24_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BV24_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BV24_10000_0303.json", "type": "application/json" } + ], + "providers": [ + { "name": "Aerial Surveys", "roles": ["producer"] }, + { "name": "Environment Canterbury", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Hawarden", + "extent": { + "spatial": { "bbox": [[172.6172892, -42.988754, 172.7356, -42.8587487]] }, + "temporal": { "interval": [["2015-03-31T11:00:00Z", "2015-03-31T11:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "122011edbc6c32de3e32a774fe15676fe3c31480726c05532dce6f632f26806304d9", + "file:size": 4652 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From 0b88ec6716c24f74d714b7bf54f71ef0787eda1b Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:31:05 +1300 Subject: [PATCH 129/153] feat: import Nelson and Tasman LiDAR 1m DEM (2008-2015) (#249) Co-authored-by: Daniel Silk --- .../dem_1m/2193/collection.json | 23 +++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) rename stac/{nelson/nelson-and-tasman_2008-2015 => tasman/tasman_2008-2015}/dem_1m/2193/collection.json (93%) diff --git a/stac/nelson/nelson-and-tasman_2008-2015/dem_1m/2193/collection.json b/stac/tasman/tasman_2008-2015/dem_1m/2193/collection.json similarity index 93% rename from stac/nelson/nelson-and-tasman_2008-2015/dem_1m/2193/collection.json rename to stac/tasman/tasman_2008-2015/dem_1m/2193/collection.json index f4501286..cca78d58 100644 --- a/stac/nelson/nelson-and-tasman_2008-2015/dem_1m/2193/collection.json +++ b/stac/tasman/tasman_2008-2015/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N1T7QR9JYSTHY5Q5DXH1NX", + "id": "01HQS7QXBZMDN9Z89E6B7JR05P", "title": "Nelson and Tasman LiDAR 1m DEM (2008-2015)", - "description": "Digital Elevation Model within the Nelson and Tasman region captured in 2008-2015.", + "description": "Digital Elevation Model within the Nelson and Tasman regions captured in 2008-2015.", "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" }, @@ -133,8 +133,23 @@ { "name": "Tasman District Council", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "tasman", + "linz:security_classification": "unclassified", "extent": { "spatial": { "bbox": [[172.2197649, -41.8218466, 173.6014303, -40.4594477]] }, "temporal": { "interval": [["2008-04-30T12:00:00Z", "2015-12-30T11:00:00Z"]] } - } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220ddd347b83466a903c197a87b6d6ba39320239fd7ead5a7403dd40641eecc48b5", + "file:size": 507176 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From cd39acc66cb41ff37d1bb72e05495f1a1f61526f Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:31:16 +1300 Subject: [PATCH 130/153] feat: import Canterbury LiDAR 1m DEM (2020-2023) (#247) Co-authored-by: Daniel Silk --- .../dem_1m/2193/collection.json | 364 +++++++++++++++++- 1 file changed, 356 insertions(+), 8 deletions(-) rename stac/canterbury/{canterbury_2020 => canterbury_2020-2023}/dem_1m/2193/collection.json (56%) diff --git a/stac/canterbury/canterbury_2020/dem_1m/2193/collection.json b/stac/canterbury/canterbury_2020-2023/dem_1m/2193/collection.json similarity index 56% rename from stac/canterbury/canterbury_2020/dem_1m/2193/collection.json rename to stac/canterbury/canterbury_2020-2023/dem_1m/2193/collection.json index ff69cbf9..647e049d 100644 --- a/stac/canterbury/canterbury_2020/dem_1m/2193/collection.json +++ b/stac/canterbury/canterbury_2020-2023/dem_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N478VBB30BD7FGD8VGTGCY", - "title": "Canterbury LiDAR 1m DEM (2020)", - "description": "Digital Elevation Model within the Canterbury region captured in 2020.", + "id": "01HQRJG560KWTF0Q8YKRY1ER69", + "title": "Canterbury LiDAR 1m DEM (2020-2023)", + "description": "Digital Elevation Model within the Canterbury region captured in 2020-2023.", "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" }, @@ -216,11 +216,35 @@ { "rel": "item", "href": "./BV26_10000_0301.json", "type": "application/json" }, { "rel": "item", "href": "./BV26_10000_0302.json", "type": "application/json" }, { "rel": "item", "href": "./BV26_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BW19_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BW19_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BW19_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BW19_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BW19_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BW19_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BW19_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BW19_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BW19_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BW19_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BW20_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BW20_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BW20_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BW20_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BW20_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BW20_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BW20_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BW20_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BW20_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BW20_10000_0505.json", "type": "application/json" }, { "rel": "item", "href": "./BW21_10000_0205.json", "type": "application/json" }, { "rel": "item", "href": "./BW21_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BW21_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BW21_10000_0402.json", "type": "application/json" }, { "rel": "item", "href": "./BW21_10000_0403.json", "type": "application/json" }, { "rel": "item", "href": "./BW21_10000_0404.json", "type": "application/json" }, { "rel": "item", "href": "./BW21_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BW21_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BW21_10000_0502.json", "type": "application/json" }, { "rel": "item", "href": "./BW21_10000_0503.json", "type": "application/json" }, { "rel": "item", "href": "./BW21_10000_0504.json", "type": "application/json" }, { "rel": "item", "href": "./BW21_10000_0505.json", "type": "application/json" }, @@ -292,9 +316,72 @@ { "rel": "item", "href": "./BW24_10000_0502.json", "type": "application/json" }, { "rel": "item", "href": "./BW24_10000_0503.json", "type": "application/json" }, { "rel": "item", "href": "./BW25_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BX17_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BX17_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BX17_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BX18_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BX18_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BX18_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BX18_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BX18_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BX18_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BX18_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BX18_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BX18_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BX18_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BX18_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BX18_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BX18_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BX18_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BX18_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BX20_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BX20_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BX20_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BX20_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BX20_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BX20_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BX20_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BX20_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BX20_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BX20_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BX20_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BX20_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BX20_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BX20_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BX20_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BX20_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0102.json", "type": "application/json" }, { "rel": "item", "href": "./BX21_10000_0103.json", "type": "application/json" }, { "rel": "item", "href": "./BX21_10000_0104.json", "type": "application/json" }, { "rel": "item", "href": "./BX21_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0203.json", "type": "application/json" }, { "rel": "item", "href": "./BX22_10000_0101.json", "type": "application/json" }, { "rel": "item", "href": "./BX22_10000_0102.json", "type": "application/json" }, { "rel": "item", "href": "./BX22_10000_0104.json", "type": "application/json" }, @@ -330,6 +417,87 @@ { "rel": "item", "href": "./BX25_10000_0502.json", "type": "application/json" }, { "rel": "item", "href": "./BX25_10000_0504.json", "type": "application/json" }, { "rel": "item", "href": "./BX25_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BY17_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BY17_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BY17_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BY17_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BY17_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BY17_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BY17_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BY17_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BY17_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BY17_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BY17_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BY17_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BY17_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BY17_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BY17_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BY17_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BY17_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BY17_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BY17_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BY20_10000_0101.json", "type": "application/json" }, { "rel": "item", "href": "./BY21_10000_0404.json", "type": "application/json" }, { "rel": "item", "href": "./BY21_10000_0405.json", "type": "application/json" }, { "rel": "item", "href": "./BY21_10000_0502.json", "type": "application/json" }, @@ -370,13 +538,68 @@ { "rel": "item", "href": "./BY25_10000_0205.json", "type": "application/json" }, { "rel": "item", "href": "./BY25_10000_0301.json", "type": "application/json" }, { "rel": "item", "href": "./BY25_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ16_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ16_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ16_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ16_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ16_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ16_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ16_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ16_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ16_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ16_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ16_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ16_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ16_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ18_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ18_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ18_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ18_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ18_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ18_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ18_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ18_10000_0402.json", "type": "application/json" }, { "rel": "item", "href": "./BZ18_10000_0403.json", "type": "application/json" }, { "rel": "item", "href": "./BZ18_10000_0404.json", "type": "application/json" }, { "rel": "item", "href": "./BZ18_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ18_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ18_10000_0502.json", "type": "application/json" }, { "rel": "item", "href": "./BZ18_10000_0503.json", "type": "application/json" }, { "rel": "item", "href": "./BZ18_10000_0504.json", "type": "application/json" }, { "rel": "item", "href": "./BZ18_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0203.json", "type": "application/json" }, { "rel": "item", "href": "./BZ19_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0303.json", "type": "application/json" }, { "rel": "item", "href": "./BZ19_10000_0305.json", "type": "application/json" }, { "rel": "item", "href": "./BZ19_10000_0401.json", "type": "application/json" }, { "rel": "item", "href": "./BZ19_10000_0402.json", "type": "application/json" }, @@ -399,17 +622,74 @@ { "rel": "item", "href": "./BZ20_10000_0401.json", "type": "application/json" }, { "rel": "item", "href": "./BZ21_10000_0101.json", "type": "application/json" }, { "rel": "item", "href": "./BZ21_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CA18_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./CA18_10000_0102.json", "type": "application/json" }, { "rel": "item", "href": "./CA18_10000_0103.json", "type": "application/json" }, { "rel": "item", "href": "./CA18_10000_0104.json", "type": "application/json" }, { "rel": "item", "href": "./CA18_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CA18_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./CA18_10000_0202.json", "type": "application/json" }, { "rel": "item", "href": "./CA18_10000_0203.json", "type": "application/json" }, { "rel": "item", "href": "./CA18_10000_0204.json", "type": "application/json" }, { "rel": "item", "href": "./CA18_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CA18_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./CA18_10000_0302.json", "type": "application/json" }, { "rel": "item", "href": "./CA18_10000_0303.json", "type": "application/json" }, { "rel": "item", "href": "./CA18_10000_0304.json", "type": "application/json" }, { "rel": "item", "href": "./CA18_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CA18_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./CA18_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./CA18_10000_0403.json", "type": "application/json" }, { "rel": "item", "href": "./CA18_10000_0404.json", "type": "application/json" }, { "rel": "item", "href": "./CA18_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CA18_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./CA18_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CA18_10000_0503.json", "type": "application/json" }, { "rel": "item", "href": "./CA18_10000_0504.json", "type": "application/json" }, { "rel": "item", "href": "./CA18_10000_0505.json", "type": "application/json" }, { "rel": "item", "href": "./CA19_10000_0101.json", "type": "application/json" }, @@ -428,10 +708,60 @@ { "rel": "item", "href": "./CA19_10000_0403.json", "type": "application/json" }, { "rel": "item", "href": "./CA19_10000_0501.json", "type": "application/json" }, { "rel": "item", "href": "./CA19_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CB16_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CB16_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CB16_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CB16_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CB16_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./CB16_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./CB16_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./CB16_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CB16_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./CB16_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./CB16_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./CB16_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CB16_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./CB16_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./CB16_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CB16_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CB16_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CB16_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CB18_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./CB18_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CB18_10000_0103.json", "type": "application/json" }, { "rel": "item", "href": "./CB18_10000_0104.json", "type": "application/json" }, { "rel": "item", "href": "./CB18_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CB18_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./CB18_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./CB18_10000_0203.json", "type": "application/json" }, { "rel": "item", "href": "./CB18_10000_0204.json", "type": "application/json" }, { "rel": "item", "href": "./CB18_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CB18_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./CB18_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./CB18_10000_0303.json", "type": "application/json" }, { "rel": "item", "href": "./CB18_10000_0304.json", "type": "application/json" }, { "rel": "item", "href": "./CB18_10000_0305.json", "type": "application/json" }, { "rel": "item", "href": "./CB19_10000_0101.json", "type": "application/json" }, @@ -442,15 +772,33 @@ { "rel": "item", "href": "./CB19_10000_0301.json", "type": "application/json" }, { "rel": "item", "href": "./CB19_10000_0303.json", "type": "application/json" }, { "rel": "item", "href": "./CB19_10000_0402.json", "type": "application/json" }, - { "rel": "item", "href": "./CB19_10000_0403.json", "type": "application/json" } + { "rel": "item", "href": "./CB19_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./CC16_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CC17_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./CC17_10000_0102.json", "type": "application/json" } ], "providers": [ { "name": "Aerial Surveys", "roles": ["producer"] }, { "name": "Environment Canterbury", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", "extent": { - "spatial": { "bbox": [[170.8532618, -44.98452, 174.0724206, -41.8817418]] }, - "temporal": { "interval": [["2020-04-30T12:00:00Z", "2020-11-11T11:00:00Z"]] } - } + "spatial": { "bbox": [[170.1504557, -45.1015354, 174.0724206, -41.8817418]] }, + "temporal": { "interval": [["2020-04-30T12:00:00Z", "2023-02-03T11:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12206894526304b5f1e55ec5c1ed54ab4674bf461677189e138d7e43d26c6dca978a", + "file:size": 104846 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From f4e37bde1e974ff52b22005be48cf1ef83b61a2d Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:31:19 +1300 Subject: [PATCH 131/153] feat: import Canterbury LiDAR 1m DSM (2020-2023) (#241) Co-authored-by: Daniel Silk --- .../dsm_1m/2193/collection.json | 364 +++++++++++++++++- 1 file changed, 356 insertions(+), 8 deletions(-) rename stac/canterbury/{canterbury_2020 => canterbury_2020-2023}/dsm_1m/2193/collection.json (56%) diff --git a/stac/canterbury/canterbury_2020/dsm_1m/2193/collection.json b/stac/canterbury/canterbury_2020-2023/dsm_1m/2193/collection.json similarity index 56% rename from stac/canterbury/canterbury_2020/dsm_1m/2193/collection.json rename to stac/canterbury/canterbury_2020-2023/dsm_1m/2193/collection.json index 030c209c..12204499 100644 --- a/stac/canterbury/canterbury_2020/dsm_1m/2193/collection.json +++ b/stac/canterbury/canterbury_2020-2023/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6N47DF853R5B2C131YWR90M", - "title": "Canterbury LiDAR 1m DSM (2020)", - "description": "Digital Surface Model within the Canterbury region captured in 2020.", + "id": "01HQRJHF9AYZCGQEXM45GYH20X", + "title": "Canterbury LiDAR 1m DSM (2020-2023)", + "description": "Digital Surface Model within the Canterbury region captured in 2020-2023.", "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" }, @@ -216,11 +216,35 @@ { "rel": "item", "href": "./BV26_10000_0301.json", "type": "application/json" }, { "rel": "item", "href": "./BV26_10000_0302.json", "type": "application/json" }, { "rel": "item", "href": "./BV26_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BW19_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BW19_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BW19_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BW19_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BW19_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BW19_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BW19_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BW19_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BW19_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BW19_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BW20_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BW20_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BW20_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BW20_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BW20_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BW20_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BW20_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BW20_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BW20_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BW20_10000_0505.json", "type": "application/json" }, { "rel": "item", "href": "./BW21_10000_0205.json", "type": "application/json" }, { "rel": "item", "href": "./BW21_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BW21_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BW21_10000_0402.json", "type": "application/json" }, { "rel": "item", "href": "./BW21_10000_0403.json", "type": "application/json" }, { "rel": "item", "href": "./BW21_10000_0404.json", "type": "application/json" }, { "rel": "item", "href": "./BW21_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BW21_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BW21_10000_0502.json", "type": "application/json" }, { "rel": "item", "href": "./BW21_10000_0503.json", "type": "application/json" }, { "rel": "item", "href": "./BW21_10000_0504.json", "type": "application/json" }, { "rel": "item", "href": "./BW21_10000_0505.json", "type": "application/json" }, @@ -292,9 +316,72 @@ { "rel": "item", "href": "./BW24_10000_0502.json", "type": "application/json" }, { "rel": "item", "href": "./BW24_10000_0503.json", "type": "application/json" }, { "rel": "item", "href": "./BW25_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BX17_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BX17_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BX17_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BX18_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BX18_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BX18_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BX18_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BX18_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BX18_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BX18_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BX18_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BX18_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BX18_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BX18_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BX18_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BX18_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BX18_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BX18_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BX19_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BX20_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BX20_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BX20_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BX20_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BX20_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BX20_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BX20_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BX20_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BX20_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BX20_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BX20_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BX20_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BX20_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BX20_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BX20_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BX20_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0102.json", "type": "application/json" }, { "rel": "item", "href": "./BX21_10000_0103.json", "type": "application/json" }, { "rel": "item", "href": "./BX21_10000_0104.json", "type": "application/json" }, { "rel": "item", "href": "./BX21_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0203.json", "type": "application/json" }, { "rel": "item", "href": "./BX22_10000_0101.json", "type": "application/json" }, { "rel": "item", "href": "./BX22_10000_0102.json", "type": "application/json" }, { "rel": "item", "href": "./BX22_10000_0104.json", "type": "application/json" }, @@ -330,6 +417,87 @@ { "rel": "item", "href": "./BX25_10000_0502.json", "type": "application/json" }, { "rel": "item", "href": "./BX25_10000_0504.json", "type": "application/json" }, { "rel": "item", "href": "./BX25_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BY16_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BY17_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BY17_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BY17_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BY17_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BY17_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BY17_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BY17_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BY17_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BY17_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BY17_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BY17_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BY17_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BY17_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BY17_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BY17_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BY17_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BY17_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BY17_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BY17_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BY18_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BY20_10000_0101.json", "type": "application/json" }, { "rel": "item", "href": "./BY21_10000_0404.json", "type": "application/json" }, { "rel": "item", "href": "./BY21_10000_0405.json", "type": "application/json" }, { "rel": "item", "href": "./BY21_10000_0502.json", "type": "application/json" }, @@ -370,13 +538,68 @@ { "rel": "item", "href": "./BY25_10000_0205.json", "type": "application/json" }, { "rel": "item", "href": "./BY25_10000_0301.json", "type": "application/json" }, { "rel": "item", "href": "./BY25_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ16_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ16_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ16_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ16_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ16_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ16_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ16_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ16_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ16_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ16_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ16_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ16_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ16_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ17_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ18_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ18_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ18_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ18_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ18_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ18_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ18_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ18_10000_0402.json", "type": "application/json" }, { "rel": "item", "href": "./BZ18_10000_0403.json", "type": "application/json" }, { "rel": "item", "href": "./BZ18_10000_0404.json", "type": "application/json" }, { "rel": "item", "href": "./BZ18_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ18_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ18_10000_0502.json", "type": "application/json" }, { "rel": "item", "href": "./BZ18_10000_0503.json", "type": "application/json" }, { "rel": "item", "href": "./BZ18_10000_0504.json", "type": "application/json" }, { "rel": "item", "href": "./BZ18_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0203.json", "type": "application/json" }, { "rel": "item", "href": "./BZ19_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0303.json", "type": "application/json" }, { "rel": "item", "href": "./BZ19_10000_0305.json", "type": "application/json" }, { "rel": "item", "href": "./BZ19_10000_0401.json", "type": "application/json" }, { "rel": "item", "href": "./BZ19_10000_0402.json", "type": "application/json" }, @@ -399,17 +622,74 @@ { "rel": "item", "href": "./BZ20_10000_0401.json", "type": "application/json" }, { "rel": "item", "href": "./BZ21_10000_0101.json", "type": "application/json" }, { "rel": "item", "href": "./BZ21_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CA16_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CA17_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CA18_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./CA18_10000_0102.json", "type": "application/json" }, { "rel": "item", "href": "./CA18_10000_0103.json", "type": "application/json" }, { "rel": "item", "href": "./CA18_10000_0104.json", "type": "application/json" }, { "rel": "item", "href": "./CA18_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CA18_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./CA18_10000_0202.json", "type": "application/json" }, { "rel": "item", "href": "./CA18_10000_0203.json", "type": "application/json" }, { "rel": "item", "href": "./CA18_10000_0204.json", "type": "application/json" }, { "rel": "item", "href": "./CA18_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CA18_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./CA18_10000_0302.json", "type": "application/json" }, { "rel": "item", "href": "./CA18_10000_0303.json", "type": "application/json" }, { "rel": "item", "href": "./CA18_10000_0304.json", "type": "application/json" }, { "rel": "item", "href": "./CA18_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CA18_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./CA18_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./CA18_10000_0403.json", "type": "application/json" }, { "rel": "item", "href": "./CA18_10000_0404.json", "type": "application/json" }, { "rel": "item", "href": "./CA18_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CA18_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./CA18_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CA18_10000_0503.json", "type": "application/json" }, { "rel": "item", "href": "./CA18_10000_0504.json", "type": "application/json" }, { "rel": "item", "href": "./CA18_10000_0505.json", "type": "application/json" }, { "rel": "item", "href": "./CA19_10000_0101.json", "type": "application/json" }, @@ -428,10 +708,60 @@ { "rel": "item", "href": "./CA19_10000_0403.json", "type": "application/json" }, { "rel": "item", "href": "./CA19_10000_0501.json", "type": "application/json" }, { "rel": "item", "href": "./CA19_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CB16_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CB16_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CB16_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CB16_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CB16_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./CB16_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./CB16_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./CB16_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CB16_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./CB16_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./CB16_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./CB16_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CB16_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./CB16_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./CB16_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CB16_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CB16_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./CB16_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./CB17_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./CB18_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./CB18_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./CB18_10000_0103.json", "type": "application/json" }, { "rel": "item", "href": "./CB18_10000_0104.json", "type": "application/json" }, { "rel": "item", "href": "./CB18_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CB18_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./CB18_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./CB18_10000_0203.json", "type": "application/json" }, { "rel": "item", "href": "./CB18_10000_0204.json", "type": "application/json" }, { "rel": "item", "href": "./CB18_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./CB18_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./CB18_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./CB18_10000_0303.json", "type": "application/json" }, { "rel": "item", "href": "./CB18_10000_0304.json", "type": "application/json" }, { "rel": "item", "href": "./CB18_10000_0305.json", "type": "application/json" }, { "rel": "item", "href": "./CB19_10000_0101.json", "type": "application/json" }, @@ -442,15 +772,33 @@ { "rel": "item", "href": "./CB19_10000_0301.json", "type": "application/json" }, { "rel": "item", "href": "./CB19_10000_0303.json", "type": "application/json" }, { "rel": "item", "href": "./CB19_10000_0402.json", "type": "application/json" }, - { "rel": "item", "href": "./CB19_10000_0403.json", "type": "application/json" } + { "rel": "item", "href": "./CB19_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./CC16_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./CC17_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./CC17_10000_0102.json", "type": "application/json" } ], "providers": [ { "name": "Aerial Surveys", "roles": ["producer"] }, { "name": "Environment Canterbury", "roles": ["licensor"] }, { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", "extent": { - "spatial": { "bbox": [[170.8532618, -44.98452, 174.0724206, -41.8817418]] }, - "temporal": { "interval": [["2020-04-30T12:00:00Z", "2020-11-11T11:00:00Z"]] } - } + "spatial": { "bbox": [[170.1504557, -45.1015354, 174.0724206, -41.8817418]] }, + "temporal": { "interval": [["2020-04-30T12:00:00Z", "2023-02-03T11:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220084c80e9fb9e75c2c5778c20aa1b72ec52f9d359c060cccbc4a1ebf3b2097c24", + "file:size": 107330 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From f16695678047bbbd1b3b75897f10339997a31980 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:31:52 +1300 Subject: [PATCH 132/153] =?UTF-8?q?feat:=20import=20Canterbury=20-=20Kaik?= =?UTF-8?q?=C5=8Dura=20LiDAR=201m=20DEM=20(2012)=20(#253)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kaikoura_2012/dem_1m/2193/collection.json | 85 +++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 stac/canterbury/kaikoura_2012/dem_1m/2193/collection.json diff --git a/stac/canterbury/kaikoura_2012/dem_1m/2193/collection.json b/stac/canterbury/kaikoura_2012/dem_1m/2193/collection.json new file mode 100644 index 00000000..66ebc85e --- /dev/null +++ b/stac/canterbury/kaikoura_2012/dem_1m/2193/collection.json @@ -0,0 +1,85 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQSAYZWQ4MJJMTB1D8YYRXH9", + "title": "Canterbury - Kaikōura LiDAR 1m DEM (2012)", + "description": "Digital Elevation Model within the Canterbury region captured in 2012.", + "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": "./BS28_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BS28_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BS28_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BS28_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BS28_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BS28_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BS29_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BT28_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BT28_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BT28_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BT28_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BT28_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BT28_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BT28_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BT28_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BT28_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BU27_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BU27_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BU27_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BU27_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BU27_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BU27_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BV26_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BV26_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BV26_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BV26_10000_0203.json", "type": "application/json" } + ], + "providers": [ + { "name": "Aerial Surveys", "roles": ["producer"] }, + { "name": "Environment Canterbury", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Kaikōura", + "extent": { + "spatial": { "bbox": [[173.2056449, -42.9240384, 174.0724206, -41.9465794]] }, + "temporal": { "interval": [["2012-07-09T12:00:00Z", "2012-07-16T12:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "122064a47d80d5efaa0ea4c55108a8d463692315b45e4ffc7d7bc01aac9d01903913", + "file:size": 15629 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From 70a232584c1006be719856fa95d09a250f6aacba Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:32:07 +1300 Subject: [PATCH 133/153] =?UTF-8?q?feat:=20import=20Canterbury=20-=20Kaik?= =?UTF-8?q?=C5=8Dura=20LiDAR=201m=20DSM=20(2012)=20(#252)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kaikoura_2012/dsm_1m/2193/collection.json | 85 +++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 stac/canterbury/kaikoura_2012/dsm_1m/2193/collection.json diff --git a/stac/canterbury/kaikoura_2012/dsm_1m/2193/collection.json b/stac/canterbury/kaikoura_2012/dsm_1m/2193/collection.json new file mode 100644 index 00000000..3de4ef9f --- /dev/null +++ b/stac/canterbury/kaikoura_2012/dsm_1m/2193/collection.json @@ -0,0 +1,85 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQSAY20KENXSZ9MNMTQ2NMDE", + "title": "Canterbury - Kaikōura LiDAR 1m DSM (2012)", + "description": "Digital Surface Model within the Canterbury region captured in 2012.", + "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": "./BS28_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BS28_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BS28_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BS28_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BS28_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BS28_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BS29_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BT26_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BT27_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BT28_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BT28_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BT28_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BT28_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BT28_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BT28_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BT28_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BT28_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BT28_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BU27_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BU27_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BU27_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BU27_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BU27_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BU27_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BV26_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BV26_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BV26_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BV26_10000_0203.json", "type": "application/json" } + ], + "providers": [ + { "name": "Aerial Surveys", "roles": ["producer"] }, + { "name": "Environment Canterbury", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Kaikōura", + "extent": { + "spatial": { "bbox": [[173.2056449, -42.9240384, 174.0724206, -41.9465794]] }, + "temporal": { "interval": [["2012-07-09T12:00:00Z", "2012-07-16T12:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12200ed534b48a8878f47415308f410e282c6a597d77c800d3c3a0eb115a80ed046f", + "file:size": 17391 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From a772a9bb33a75b2b08f842cdc686e01a0ba75fa4 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:57:21 +1300 Subject: [PATCH 134/153] feat: import Marlborough - Blenheim LiDAR 1m DEM (2014) (#126) Co-authored-by: Daniel Silk --- .../blenheim_2014/dem_1m/2193/collection.json | 28 +++++++++++++++---- 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/stac/marlborough/blenheim_2014/dem_1m/2193/collection.json b/stac/marlborough/blenheim_2014/dem_1m/2193/collection.json index 3b05b324..c07a5050 100644 --- a/stac/marlborough/blenheim_2014/dem_1m/2193/collection.json +++ b/stac/marlborough/blenheim_2014/dem_1m/2193/collection.json @@ -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" }, @@ -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": "AAM NZ", "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"] } From 4d0a39c81bcbaef2712e8e41c9caae487bcbb3b5 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:57:26 +1300 Subject: [PATCH 135/153] feat: import Marlborough - Blenheim LiDAR 1m DSM (2014) (#125) Co-authored-by: Daniel Silk --- .../blenheim_2014/dsm_1m/2193/collection.json | 28 +++++++++++++++---- 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/stac/marlborough/blenheim_2014/dsm_1m/2193/collection.json b/stac/marlborough/blenheim_2014/dsm_1m/2193/collection.json index bb4b4f22..f47fb826 100644 --- a/stac/marlborough/blenheim_2014/dsm_1m/2193/collection.json +++ b/stac/marlborough/blenheim_2014/dsm_1m/2193/collection.json @@ -1,14 +1,14 @@ { "type": "Collection", "stac_version": "1.0.0", - "id": "01H6MV67X3M75KRCZ965EKH21B", + "id": "01HQMAZN2MBB9A4BR5WGVMCD7T", "title": "Marlborough - Blenheim LiDAR 1m DSM (2014)", - "description": "Digital Surface Model within the Marlborough - Blenheim region captured in 2014.", + "description": "Digital Surface 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" }, @@ -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": "AAM NZ", "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": "dsm", + "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": "122006bfdcca7564a57e291866018bac988a70c134c0c952b1ef282a717415362a76", + "file:size": 21276 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] } From 1248b23bce184731937ea7ae990c25931dd46dfd Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:59:04 +1300 Subject: [PATCH 136/153] feat: import Canterbury - Timaru Rivers LiDAR 1m DSM (2014) (#254) --- .../dsm_1m/2193/collection.json | 77 +++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 stac/canterbury/timaru-rivers_2014/dsm_1m/2193/collection.json diff --git a/stac/canterbury/timaru-rivers_2014/dsm_1m/2193/collection.json b/stac/canterbury/timaru-rivers_2014/dsm_1m/2193/collection.json new file mode 100644 index 00000000..a2234f2e --- /dev/null +++ b/stac/canterbury/timaru-rivers_2014/dsm_1m/2193/collection.json @@ -0,0 +1,77 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQSBQZA7WGW8Y9MX09EDZAMJ", + "title": "Canterbury - Timaru Rivers LiDAR 1m DSM (2014)", + "description": "Digital Surface Model within the Canterbury region captured in 2014.", + "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": "./BY19_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BY20_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BY20_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BY20_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ20_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ20_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ20_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ20_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ20_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ20_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ20_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ20_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ20_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ20_10000_0401.json", "type": "application/json" } + ], + "providers": [ + { "name": "Aerial Surveys", "roles": ["producer"] }, + { "name": "Environment Canterbury", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Timaru Rivers", + "extent": { + "spatial": { "bbox": [[171.1055033, -44.3393238, 171.5311798, -43.8821696]] }, + "temporal": { "interval": [["2014-07-06T12:00:00Z", "2014-08-03T12:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12203fc17c4236b679b89b40b0f4a1986b3f543a6192abde77384911c9b73d874dc8", + "file:size": 7391 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From 1fa06e9b1da91d16fb96263c735cbd1f6b7df9a4 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:59:09 +1300 Subject: [PATCH 137/153] feat: import Canterbury - Timaru Rivers LiDAR 1m DEM (2014) (#255) --- .../dem_1m/2193/collection.json | 77 +++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 stac/canterbury/timaru-rivers_2014/dem_1m/2193/collection.json diff --git a/stac/canterbury/timaru-rivers_2014/dem_1m/2193/collection.json b/stac/canterbury/timaru-rivers_2014/dem_1m/2193/collection.json new file mode 100644 index 00000000..f0817700 --- /dev/null +++ b/stac/canterbury/timaru-rivers_2014/dem_1m/2193/collection.json @@ -0,0 +1,77 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQSBRG4DAHXQZHSZ85MEHTVQ", + "title": "Canterbury - Timaru Rivers LiDAR 1m DEM (2014)", + "description": "Digital Elevation Model within the Canterbury region captured in 2014.", + "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": "./BY19_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BY19_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BY20_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BY20_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BY20_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ19_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ20_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ20_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ20_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ20_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ20_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ20_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ20_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ20_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ20_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BZ20_10000_0401.json", "type": "application/json" } + ], + "providers": [ + { "name": "Aerial Surveys", "roles": ["producer"] }, + { "name": "Environment Canterbury", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Timaru Rivers", + "extent": { + "spatial": { "bbox": [[171.1055033, -44.3393238, 171.5311798, -43.8821696]] }, + "temporal": { "interval": [["2014-07-06T12:00:00Z", "2014-08-03T12:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12202fad12a26fe84c99f847508f11e3aca46f0f8d05e1cd9f2ec32a93639c913b06", + "file:size": 5598 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From c5d490488954bda44ea882154493187260961629 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:59:47 +1300 Subject: [PATCH 138/153] feat: import Canterbury - Hurunui Rivers LiDAR 1m DEM (2013) (#257) --- .../dem_1m/2193/collection.json | 94 +++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 stac/canterbury/hurunui-rivers_2013/dem_1m/2193/collection.json diff --git a/stac/canterbury/hurunui-rivers_2013/dem_1m/2193/collection.json b/stac/canterbury/hurunui-rivers_2013/dem_1m/2193/collection.json new file mode 100644 index 00000000..b8eac04d --- /dev/null +++ b/stac/canterbury/hurunui-rivers_2013/dem_1m/2193/collection.json @@ -0,0 +1,94 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQSC6G0451BBQS5TT5WYQRE7", + "title": "Canterbury - Hurunui Rivers LiDAR 1m DEM (2013)", + "description": "Digital Elevation Model within the Canterbury region captured in 2013.", + "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": "./BU23_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BU24_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BU24_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BU24_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BU24_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BU24_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BU24_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BU24_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BU24_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BU24_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BU24_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BU24_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BU24_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BU24_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BU24_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BV23_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BV23_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BV24_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BV24_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BV24_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BV24_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BV24_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BV24_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BV24_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BV24_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BV24_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BV24_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BV25_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BV25_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BV25_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BV26_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BV26_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BV26_10000_0203.json", "type": "application/json" } + ], + "providers": [ + { "name": "Aerial Surveys", "roles": ["producer"] }, + { "name": "Environment Canterbury", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Hurunui Rivers", + "extent": { + "spatial": { "bbox": [[172.500061, -42.9241895, 173.3815101, -42.4698929]] }, + "temporal": { "interval": [["2013-05-11T12:00:00Z", "2013-05-29T12:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12204ffae81bb77943dfe3560f765a6f1df0741925ce676aba622d242c8ce1c68b73", + "file:size": 18982 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From 63f01f6938d6ffdc616b8613152be5506326c5b3 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:59:51 +1300 Subject: [PATCH 139/153] feat: import Canterbury - Hurunui Rivers LiDAR 1m DSM (2013) (#256) --- .../dsm_1m/2193/collection.json | 94 +++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 stac/canterbury/hurunui-rivers_2013/dsm_1m/2193/collection.json diff --git a/stac/canterbury/hurunui-rivers_2013/dsm_1m/2193/collection.json b/stac/canterbury/hurunui-rivers_2013/dsm_1m/2193/collection.json new file mode 100644 index 00000000..4274160f --- /dev/null +++ b/stac/canterbury/hurunui-rivers_2013/dsm_1m/2193/collection.json @@ -0,0 +1,94 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQSC72NE9Y0BE4AE0C1Z355G", + "title": "Canterbury - Hurunui Rivers LiDAR 1m DSM (2013)", + "description": "Digital Surface Model within the Canterbury region captured in 2013.", + "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": "./BU23_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BU24_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BU24_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BU24_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BU24_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BU24_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BU24_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BU24_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BU24_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BU24_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BU24_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BU24_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BU24_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BU24_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BU24_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BU25_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BV23_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BV23_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BV24_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BV24_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BV24_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BV24_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BV24_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BV24_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BV24_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BV24_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BV24_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BV24_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BV25_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BV25_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BV25_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BV26_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BV26_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BV26_10000_0203.json", "type": "application/json" } + ], + "providers": [ + { "name": "Aerial Surveys", "roles": ["producer"] }, + { "name": "Environment Canterbury", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Hurunui Rivers", + "extent": { + "spatial": { "bbox": [[172.500061, -42.9241895, 173.3815101, -42.4698929]] }, + "temporal": { "interval": [["2013-05-11T12:00:00Z", "2013-05-29T12:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12205a5faa0702b16bbfe8182a2036981110f73da7f2a40fbd9c00c5559170dace33", + "file:size": 23465 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From ca0082d34b569b2b0ed7edf044a2a82024d8b5b7 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 18:21:35 +1300 Subject: [PATCH 140/153] feat: import Wellington LiDAR 1m DSM (2013-2014) (#270) --- .../dsm_1m/2193/collection.json | 340 ++++++++++++++++++ 1 file changed, 340 insertions(+) create mode 100644 stac/wellington/wellington_2012-2014/dsm_1m/2193/collection.json diff --git a/stac/wellington/wellington_2012-2014/dsm_1m/2193/collection.json b/stac/wellington/wellington_2012-2014/dsm_1m/2193/collection.json new file mode 100644 index 00000000..b981b4d9 --- /dev/null +++ b/stac/wellington/wellington_2012-2014/dsm_1m/2193/collection.json @@ -0,0 +1,340 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQSF0RZ3PEA164YN0VCV66PV", + "title": "Wellington LiDAR 1m DSM (2013-2014)", + "description": "Digital Surface Model within the Wellington region captured in 2013-2014.", + "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": "./BN32_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BN32_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BN32_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BN32_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BN33_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BN33_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BN33_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BN33_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BN33_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BN33_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BN33_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BN33_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BN33_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BN33_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BN33_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BN34_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BN34_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BN34_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BN34_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BN34_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BN34_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BN34_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BN34_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BN34_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BN34_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BN34_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BN34_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BN34_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BN34_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BN35_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BN35_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BN35_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BN35_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BN35_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BN35_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BN35_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BN35_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BN35_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BN35_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BN35_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BN36_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BN36_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BN36_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BN36_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BN36_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BN36_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BN36_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BN36_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BN36_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BN36_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BN36_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BN36_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BN36_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BN36_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BN37_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BN37_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BN37_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BN37_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BP31_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BP31_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BP31_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BP31_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BP36_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BP36_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BP36_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BP36_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BP36_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BP36_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BP36_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BP36_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BP36_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BP36_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BP36_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BP36_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BP36_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BP36_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BP36_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BP36_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BP36_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BP36_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BP36_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ31_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ31_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ31_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ31_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ31_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ31_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ31_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ31_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ31_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ31_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ31_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ31_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ31_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ31_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ31_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ35_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ35_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ35_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ35_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ35_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ35_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ35_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ35_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ35_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ35_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ35_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ35_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ35_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ35_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ35_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ35_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ35_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ36_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BR33_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BR33_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BR33_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BR33_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BR33_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BR33_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BR33_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BR33_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BR33_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BR33_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BR33_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BR34_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BR34_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BR34_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BR34_10000_0201.json", "type": "application/json" } + ], + "providers": [ + { "name": "Aerial Surveys", "roles": ["producer"] }, + { "name": "Greater Wellington Regional Council", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "wellington", + "linz:security_classification": "unclassified", + "extent": { + "spatial": { "bbox": [[174.5749311, -41.6707333, 176.3820697, -40.6067447]] }, + "temporal": { "interval": [["2012-12-31T11:00:00Z", "2014-12-30T11:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220fb2aad7546d0638fe27f3e18a4c3a452649c2065fe75c0faa5799da3e09bea79", + "file:size": 495234 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From 4de00d53e6dafbad44f8bd26bf2c5906715faffc Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 18:21:46 +1300 Subject: [PATCH 141/153] feat: import Wellington LiDAR 1m DEM (2013-2014) (#269) --- .../dem_1m/2193/collection.json | 340 ++++++++++++++++++ 1 file changed, 340 insertions(+) create mode 100644 stac/wellington/wellington_2012-2014/dem_1m/2193/collection.json diff --git a/stac/wellington/wellington_2012-2014/dem_1m/2193/collection.json b/stac/wellington/wellington_2012-2014/dem_1m/2193/collection.json new file mode 100644 index 00000000..c527ef26 --- /dev/null +++ b/stac/wellington/wellington_2012-2014/dem_1m/2193/collection.json @@ -0,0 +1,340 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQSEZ6S5JQWAAZA8HE4GB441", + "title": "Wellington LiDAR 1m DEM (2013-2014)", + "description": "Digital Elevation Model within the Wellington region captured in 2013-2014.", + "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": "./BN32_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BN32_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BN32_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BN32_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BN33_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BN33_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BN33_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BN33_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BN33_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BN33_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BN33_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BN33_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BN33_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BN33_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BN33_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BN34_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BN34_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BN34_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BN34_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BN34_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BN34_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BN34_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BN34_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BN34_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BN34_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BN34_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BN34_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BN34_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BN34_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BN35_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BN35_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BN35_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BN35_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BN35_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BN35_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BN35_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BN35_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BN35_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BN35_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BN35_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BN36_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BN36_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BN36_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BN36_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BN36_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BN36_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BN36_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BN36_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BN36_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BN36_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BN36_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BN36_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BN36_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BN36_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BN37_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BN37_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BN37_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BN37_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BP31_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BP31_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BP31_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BP31_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BP32_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BP33_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BP34_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BP35_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BP36_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BP36_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BP36_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BP36_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BP36_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BP36_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BP36_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BP36_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BP36_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BP36_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BP36_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BP36_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BP36_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BP36_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BP36_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BP36_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BP36_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BP36_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BP36_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ31_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ31_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ31_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ31_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ31_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ31_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ31_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ31_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ31_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ31_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ31_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ31_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ31_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ31_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ31_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ32_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ33_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ34_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ35_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ35_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ35_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ35_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ35_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ35_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ35_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ35_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ35_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ35_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ35_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ35_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ35_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ35_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ35_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ35_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ35_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BQ36_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BR33_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BR33_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BR33_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BR33_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BR33_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BR33_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BR33_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BR33_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BR33_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BR33_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BR33_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BR34_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BR34_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BR34_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BR34_10000_0201.json", "type": "application/json" } + ], + "providers": [ + { "name": "Aerial Surveys", "roles": ["producer"] }, + { "name": "Greater Wellington Regional Council", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "wellington", + "linz:security_classification": "unclassified", + "extent": { + "spatial": { "bbox": [[174.5749311, -41.6707333, 176.3820697, -40.6067447]] }, + "temporal": { "interval": [["2012-12-31T11:00:00Z", "2014-12-30T11:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12209d6914063fb75a0fc731011aab2e20941f6aa42353d2475d9bbdda67d6e39c33", + "file:size": 495527 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From 85bab7cd135fb6167ae6aa032540ee08efb0a5d7 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 18:22:14 +1300 Subject: [PATCH 142/153] feat: import Canterbury - Cheviot LiDAR 1m DSM (2015) (#261) --- .../cheviot_2015/dsm_1m/2193/collection.json | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 stac/canterbury/cheviot_2015/dsm_1m/2193/collection.json diff --git a/stac/canterbury/cheviot_2015/dsm_1m/2193/collection.json b/stac/canterbury/cheviot_2015/dsm_1m/2193/collection.json new file mode 100644 index 00000000..0264ed55 --- /dev/null +++ b/stac/canterbury/cheviot_2015/dsm_1m/2193/collection.json @@ -0,0 +1,46 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQSCYC10HABGXCQP9SADPS0V", + "title": "Canterbury - Cheviot LiDAR 1m DSM (2015)", + "description": "Digital Surface Model within the Canterbury region captured in 2015.", + "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": "./BU26_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BU26_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BV26_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BV26_10000_0103.json", "type": "application/json" } + ], + "providers": [ + { "name": "Aerial Surveys", "roles": ["producer"] }, + { "name": "Environment Canterbury", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Cheviot", + "extent": { + "spatial": { "bbox": [[173.1465831, -42.8592009, 173.3231548, -42.7292537]] }, + "temporal": { "interval": [["2015-03-31T11:00:00Z", "2015-03-31T11:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220f7ed46f0b17ae95eb5fa52559c46fb00e23c235f5dc7688fd22377eebe000478", + "file:size": 3183 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From a70e29cf5cf44f08c4b26655c741a135d90e37f3 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 18:22:46 +1300 Subject: [PATCH 143/153] feat: import Bay of Plenty - Tauranga and Coast LiDAR 1m DEM (2015) (#265) --- .../dem_1m/2193/collection.json | 105 ++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 stac/bay-of-plenty/tauranga-and-coast_2015/dem_1m/2193/collection.json diff --git a/stac/bay-of-plenty/tauranga-and-coast_2015/dem_1m/2193/collection.json b/stac/bay-of-plenty/tauranga-and-coast_2015/dem_1m/2193/collection.json new file mode 100644 index 00000000..0d9593d7 --- /dev/null +++ b/stac/bay-of-plenty/tauranga-and-coast_2015/dem_1m/2193/collection.json @@ -0,0 +1,105 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQSEYZDWC9CPBH9AAXS2XZQF", + "title": "Bay of Plenty - Tauranga and Coast LiDAR 1m DEM (2015)", + "description": "Digital Elevation Model within the Bay of Plenty region captured in 2015.", + "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": "./BC36_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BC36_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BC36_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BC36_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BC36_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BC36_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BC36_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BC36_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BC36_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BD36_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BD36_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BD36_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BD36_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BD36_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BD36_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BD36_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BD36_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BD36_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BD36_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BD36_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BD36_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BD36_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BD36_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BD37_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BD37_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BD37_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BD37_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BD37_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BD37_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BD37_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BD37_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BD37_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BD37_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BD37_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BD38_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BD38_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BD38_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BD38_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BD38_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BD38_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BD38_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BD38_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BD38_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BD39_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BE39_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BE39_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BE39_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BE39_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BE39_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BE39_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BE40_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BE40_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BE40_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BE40_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BE40_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BE40_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BE40_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BE40_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BE40_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BE41_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BE41_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BE41_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BE41_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BE41_10000_0304.json", "type": "application/json" } + ], + "providers": [ + { "name": "Aerial Surveys", "roles": ["producer"] }, + { "name": "BOPLASS", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "bay-of-plenty", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Tauranga and Coast", + "extent": { + "spatial": { "bbox": [[175.8533819, -38.0554072, 177.4570272, -37.3721055]] }, + "temporal": { "interval": [["2015-01-04T11:00:00Z", "2015-11-07T11:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12204eff897c50c4fcf45b787251760a6a08f95819b70fafffa497231ca50db877e8", + "file:size": 16098 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From 25d2462a5ae5d2a1f6778d20429576f6869e50a1 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 18:22:48 +1300 Subject: [PATCH 144/153] feat: import Bay of Plenty - Tauranga and Coast LiDAR 1m DSM (2015) (#266) --- .../dsm_1m/2193/collection.json | 105 ++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 stac/bay-of-plenty/tauranga-and-coast_2015/dsm_1m/2193/collection.json diff --git a/stac/bay-of-plenty/tauranga-and-coast_2015/dsm_1m/2193/collection.json b/stac/bay-of-plenty/tauranga-and-coast_2015/dsm_1m/2193/collection.json new file mode 100644 index 00000000..2bcba5fa --- /dev/null +++ b/stac/bay-of-plenty/tauranga-and-coast_2015/dsm_1m/2193/collection.json @@ -0,0 +1,105 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQSF246VWTN6FBQ7REA7ANBY", + "title": "Bay of Plenty - Tauranga and Coast LiDAR 1m DSM (2015)", + "description": "Digital Surface Model within the Bay of Plenty region captured in 2015.", + "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": "./BC36_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BC36_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BC36_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BC36_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BC36_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BC36_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BC36_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BC36_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BC36_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BD36_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BD36_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BD36_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BD36_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BD36_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BD36_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BD36_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BD36_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BD36_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BD36_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BD36_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BD36_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BD36_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BD36_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BD37_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BD37_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BD37_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BD37_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BD37_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BD37_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BD37_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BD37_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BD37_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BD37_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BD37_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BD38_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BD38_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BD38_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BD38_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BD38_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BD38_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BD38_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BD38_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BD38_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BD39_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BE39_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BE39_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BE39_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BE39_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BE39_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BE39_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BE40_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BE40_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BE40_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BE40_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BE40_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BE40_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BE40_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BE40_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BE40_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BE41_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BE41_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BE41_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BE41_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BE41_10000_0304.json", "type": "application/json" } + ], + "providers": [ + { "name": "Aerial Surveys", "roles": ["producer"] }, + { "name": "BOPLASS", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "bay-of-plenty", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Tauranga and Coast", + "extent": { + "spatial": { "bbox": [[175.8533819, -38.0554072, 177.4570272, -37.3721055]] }, + "temporal": { "interval": [["2015-01-04T11:00:00Z", "2015-11-07T11:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220a5d32937831ce8916bc559f388f5d5d8f68688adbb5ffd9bfdab4568dcacb5d5", + "file:size": 17492 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From 62129dce138201a7b4465561593c650442ba2bca Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 18:23:19 +1300 Subject: [PATCH 145/153] feat: import Canterbury - Christchurch and Selwyn LiDAR 1m DEM (2015) (#268) --- .../dem_1m/2193/collection.json | 131 ++++++++++++++++++ 1 file changed, 131 insertions(+) create mode 100644 stac/canterbury/christchurch-and-selwyn_2015/dem_1m/2193/collection.json diff --git a/stac/canterbury/christchurch-and-selwyn_2015/dem_1m/2193/collection.json b/stac/canterbury/christchurch-and-selwyn_2015/dem_1m/2193/collection.json new file mode 100644 index 00000000..9fda852a --- /dev/null +++ b/stac/canterbury/christchurch-and-selwyn_2015/dem_1m/2193/collection.json @@ -0,0 +1,131 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQSF5QTCS18CM9GQMGQXMSE3", + "title": "Canterbury - Christchurch and Selwyn LiDAR 1m DEM (2015)", + "description": "Digital Elevation Model within the Canterbury region captured in 2015.", + "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": "./BW21_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BW21_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BW21_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BW21_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BW21_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BW21_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BW22_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BW22_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BW22_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BW22_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BW23_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BX20_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BY22_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BY22_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BY22_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BY22_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BY22_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BY22_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BY22_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BY22_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BY22_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0203.json", "type": "application/json" } + ], + "providers": [ + { "name": "AAM NZ", "roles": ["producer"] }, + { "name": "Environment Canterbury", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Christchurch and Selwyn", + "extent": { + "spatial": { "bbox": [[171.6032562, -43.959082, 172.8513887, -43.2425921]] }, + "temporal": { "interval": [["2015-10-04T11:00:00Z", "2015-10-06T11:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220c78081a9dbf7838e74ce4d541550576de5b10a106389361d79ceb8b5b32b9680", + "file:size": 7443 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From 888a35942426e5f5941dccb229f7040e7d619386 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 18:23:21 +1300 Subject: [PATCH 146/153] feat: import Canterbury - Christchurch and Selwyn LiDAR 1m DSM (2015) (#267) --- .../dsm_1m/2193/collection.json | 131 ++++++++++++++++++ 1 file changed, 131 insertions(+) create mode 100644 stac/canterbury/christchurch-and-selwyn_2015/dsm_1m/2193/collection.json diff --git a/stac/canterbury/christchurch-and-selwyn_2015/dsm_1m/2193/collection.json b/stac/canterbury/christchurch-and-selwyn_2015/dsm_1m/2193/collection.json new file mode 100644 index 00000000..e6d6bfe0 --- /dev/null +++ b/stac/canterbury/christchurch-and-selwyn_2015/dsm_1m/2193/collection.json @@ -0,0 +1,131 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQSFNHQNWZ177Q6VBDKYTKHY", + "title": "Canterbury - Christchurch and Selwyn LiDAR 1m DSM (2015)", + "description": "Digital Surface Model within the Canterbury region captured in 2015.", + "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": "./BW21_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BW21_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BW21_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BW21_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BW21_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BW21_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BW22_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BW22_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BW22_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BW22_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BW23_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BX20_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BX21_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BX22_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BY22_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BY22_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BY22_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BY22_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BY22_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BY22_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BY22_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BY22_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BY22_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BY23_10000_0203.json", "type": "application/json" } + ], + "providers": [ + { "name": "AAM NZ", "roles": ["producer"] }, + { "name": "Environment Canterbury", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Christchurch and Selwyn", + "extent": { + "spatial": { "bbox": [[171.6032562, -43.959082, 172.8513887, -43.2425921]] }, + "temporal": { "interval": [["2015-10-04T11:00:00Z", "2015-10-06T11:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220c78081a9dbf7838e74ce4d541550576de5b10a106389361d79ceb8b5b32b9680", + "file:size": 7443 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From 2b4d80bb27345c66dbeed0264ed1f0659aa05cd4 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 18:23:49 +1300 Subject: [PATCH 147/153] feat: import Waikato - West Coast and Hauraki Plains LiDAR 1m DSM (2015) (#264) --- .../dsm_1m/2193/collection.json | 127 ++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 stac/waikato/west-coast-and-hauraki-plains_2015/dsm_1m/2193/collection.json diff --git a/stac/waikato/west-coast-and-hauraki-plains_2015/dsm_1m/2193/collection.json b/stac/waikato/west-coast-and-hauraki-plains_2015/dsm_1m/2193/collection.json new file mode 100644 index 00000000..07ad26a1 --- /dev/null +++ b/stac/waikato/west-coast-and-hauraki-plains_2015/dsm_1m/2193/collection.json @@ -0,0 +1,127 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQSDZCVJS6E3A2WCTD8N715G", + "title": "Waikato - West Coast and Hauraki Plains LiDAR 1m DSM (2015)", + "description": "Digital Surface Model within the Waikato region captured in 2015.", + "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": "./BB33_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BB33_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BB34_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BB34_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BB34_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BB34_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BB34_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BB34_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BB34_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BB34_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BB34_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BC31_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BC31_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BC31_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BC31_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BC31_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BC31_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BC31_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BC33_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BC33_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BC34_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BC34_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BC34_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BC34_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BC34_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BC34_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BC34_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BC34_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BC34_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BC34_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BC34_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BC34_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BC34_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BC34_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BC34_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BC34_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BC34_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BC35_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BC35_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BC35_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BC35_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BC35_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BC35_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BC35_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BC35_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BC35_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BD31_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BD31_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BD32_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BD32_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BD32_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BD32_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BD32_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BD32_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BD32_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BD32_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BD34_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BD34_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BE31_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BE31_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BE31_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BE31_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BE31_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BE31_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BG31_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BG31_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BG31_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BG31_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BG31_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BG31_10000_0303.json", "type": "application/json" } + ], + "providers": [ + { "name": "Aerial Surveys", "roles": ["producer"] }, + { "name": "Waikato Regional Council", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "waikato", + "linz:security_classification": "unclassified", + "linz:geographic_description": "West Coast and Hauraki Plains", + "extent": { + "spatial": { "bbox": [[174.5702773, -38.7625134, 175.7447982, -36.9977812]] }, + "temporal": { "interval": [["2015-02-06T11:00:00Z", "2015-02-28T11:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220351a84fe7a2184031b8f251c871bbf2355cb071d8c1074100d75d889ca779d17", + "file:size": 606232 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From a3505d0bdb9047b5bd444a51d0c0b29b6e838eb1 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 18:23:51 +1300 Subject: [PATCH 148/153] feat: import Waikato - West Coast and Hauraki Plains LiDAR 1m DEM (2015) (#263) --- .../dem_1m/2193/collection.json | 127 ++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 stac/waikato/west-coast-and-hauraki-plains_2015/dem_1m/2193/collection.json diff --git a/stac/waikato/west-coast-and-hauraki-plains_2015/dem_1m/2193/collection.json b/stac/waikato/west-coast-and-hauraki-plains_2015/dem_1m/2193/collection.json new file mode 100644 index 00000000..e2a06034 --- /dev/null +++ b/stac/waikato/west-coast-and-hauraki-plains_2015/dem_1m/2193/collection.json @@ -0,0 +1,127 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQSDXDNFABY8PT7WFNHZGG78", + "title": "Waikato - West Coast and Hauraki Plains LiDAR 1m DEM (2015)", + "description": "Digital Elevation Model within the Waikato region captured in 2015.", + "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": "./BB33_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BB33_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BB34_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BB34_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BB34_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BB34_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BB34_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BB34_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BB34_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BB34_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BB34_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BC31_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BC31_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BC31_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BC31_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BC31_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BC31_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BC31_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BC32_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BC33_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BC33_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BC34_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BC34_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BC34_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BC34_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BC34_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BC34_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BC34_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BC34_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BC34_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BC34_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BC34_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BC34_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BC34_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BC34_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BC34_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BC34_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BC34_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BC35_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BC35_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BC35_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BC35_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BC35_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BC35_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BC35_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BC35_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BC35_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BD31_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BD31_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BD32_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BD32_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BD32_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BD32_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BD32_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BD32_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BD32_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BD32_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BD34_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BD34_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BE31_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BE31_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BE31_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BE31_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BE31_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BE31_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BE32_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BF31_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0101.json", "type": "application/json" }, + { "rel": "item", "href": "./BF32_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BG31_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BG31_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BG31_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BG31_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BG31_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BG31_10000_0303.json", "type": "application/json" } + ], + "providers": [ + { "name": "Aerial Surveys", "roles": ["producer"] }, + { "name": "Waikato Regional 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": "West Coast and Hauraki Plains", + "extent": { + "spatial": { "bbox": [[174.5702773, -38.7625134, 175.7447982, -36.9977812]] }, + "temporal": { "interval": [["2015-02-06T11:00:00Z", "2015-02-28T11:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220d055449f86286e7ff4123e373de934c4810a917d2584a26a8ca60a1923aca3f2", + "file:size": 602767 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From 345287c2ee2e57480258f4a88bbdfe4347e20615 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 18:24:34 +1300 Subject: [PATCH 149/153] feat: import Canterbury - Rangiora LiDAR 1m DEM (2014) (#262) --- .../rangiora_2014/dem_1m/2193/collection.json | 73 +++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 stac/canterbury/rangiora_2014/dem_1m/2193/collection.json diff --git a/stac/canterbury/rangiora_2014/dem_1m/2193/collection.json b/stac/canterbury/rangiora_2014/dem_1m/2193/collection.json new file mode 100644 index 00000000..b34a200b --- /dev/null +++ b/stac/canterbury/rangiora_2014/dem_1m/2193/collection.json @@ -0,0 +1,73 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQSD25FVDMA2GQV4AYB96ESZ", + "title": "Canterbury - Rangiora LiDAR 1m DEM (2014)", + "description": "Digital Elevation Model within the Canterbury region captured in 2014.", + "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": "./BW22_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BW22_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BW22_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BW22_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BW23_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BW23_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BW23_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BW23_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BW23_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BW23_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BW23_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BW23_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BW23_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BW23_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BW23_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BW23_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0101.json", "type": "application/json" } + ], + "providers": [ + { "name": "Aerial Surveys", "roles": ["producer"] }, + { "name": "Waimakariri District Council", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Rangiora", + "extent": { + "spatial": { "bbox": [[172.1408607, -43.5070798, 172.7932703, -43.1821917]] }, + "temporal": { "interval": [["2014-03-13T11:00:00Z", "2014-06-22T12:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220bc4fe6ce1d17af21db343d758f951200b256e457089a6c38c4b7e70ce5d9ce78", + "file:size": 4437 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From 30e87dc7b98c03e19ad660927e33688b123f3daf Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 18:24:37 +1300 Subject: [PATCH 150/153] feat: import Canterbury - Rangiora LiDAR 1m DSM (2014) (#260) --- .../rangiora_2014/dsm_1m/2193/collection.json | 73 +++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 stac/canterbury/rangiora_2014/dsm_1m/2193/collection.json diff --git a/stac/canterbury/rangiora_2014/dsm_1m/2193/collection.json b/stac/canterbury/rangiora_2014/dsm_1m/2193/collection.json new file mode 100644 index 00000000..f2269f14 --- /dev/null +++ b/stac/canterbury/rangiora_2014/dsm_1m/2193/collection.json @@ -0,0 +1,73 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQSCTZ39VYA7MB0KJ2NZHS9W", + "title": "Canterbury - Rangiora LiDAR 1m DSM (2014)", + "description": "Digital Surface Model within the Canterbury region captured in 2014.", + "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": "./BW22_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BW22_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BW22_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BW22_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BW23_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BW23_10000_0205.json", "type": "application/json" }, + { "rel": "item", "href": "./BW23_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BW23_10000_0305.json", "type": "application/json" }, + { "rel": "item", "href": "./BW23_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BW23_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BW23_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BW23_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BW23_10000_0405.json", "type": "application/json" }, + { "rel": "item", "href": "./BW23_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BW23_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BW23_10000_0505.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0201.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0301.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0302.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0303.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0304.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0401.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0402.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0501.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BX23_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BX24_10000_0101.json", "type": "application/json" } + ], + "providers": [ + { "name": "Aerial Surveys", "roles": ["producer"] }, + { "name": "Waimakariri District Council", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Rangiora", + "extent": { + "spatial": { "bbox": [[172.1408607, -43.5070798, 172.7932703, -43.1821917]] }, + "temporal": { "interval": [["2014-03-13T11:00:00Z", "2014-06-22T12:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "122058366fdf40e712341a5941166f57df64f11e40d5af35e427bf5ad5834d20d533", + "file:size": 4345 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From b249612e56bb6c15d6133bcd3aee71da42a2df1d Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 18:24:40 +1300 Subject: [PATCH 151/153] feat: import Canterbury - Amberley LiDAR 1m DSM (2012) (#259) --- .../amberley_2012/dsm_1m/2193/collection.json | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 stac/canterbury/amberley_2012/dsm_1m/2193/collection.json diff --git a/stac/canterbury/amberley_2012/dsm_1m/2193/collection.json b/stac/canterbury/amberley_2012/dsm_1m/2193/collection.json new file mode 100644 index 00000000..53828e25 --- /dev/null +++ b/stac/canterbury/amberley_2012/dsm_1m/2193/collection.json @@ -0,0 +1,54 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQSCT0PMTJ1JAPTB6YP3E0RR", + "title": "Canterbury - Amberley LiDAR 1m DSM (2012)", + "description": "Digital Surface Model within the Canterbury region captured in 2012.", + "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": "./BV24_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BV24_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BV24_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BV24_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BV24_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0304.json", "type": "application/json" } + ], + "providers": [ + { "name": "Aerial Surveys", "roles": ["producer"] }, + { "name": "Environment Canterbury", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dsm", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Amberley", + "extent": { + "spatial": { "bbox": [[172.6156695, -43.3130477, 172.8524917, -42.9886025]] }, + "temporal": { "interval": [["2012-07-09T12:00:00Z", "2012-07-16T12:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "1220cfa99f16ebaecdb5f68a1e7c48b80c34d5b799b1fe1c6fe51ec8944ece8115d2", + "file:size": 5146 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From ffca13de5fdd49cb5de1619573d9c5e44fed2401 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 18:24:44 +1300 Subject: [PATCH 152/153] feat: import Canterbury - Amberley LiDAR 1m DEM (2012) (#258) --- .../amberley_2012/dem_1m/2193/collection.json | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 stac/canterbury/amberley_2012/dem_1m/2193/collection.json diff --git a/stac/canterbury/amberley_2012/dem_1m/2193/collection.json b/stac/canterbury/amberley_2012/dem_1m/2193/collection.json new file mode 100644 index 00000000..d400cbad --- /dev/null +++ b/stac/canterbury/amberley_2012/dem_1m/2193/collection.json @@ -0,0 +1,54 @@ +{ + "type": "Collection", + "stac_version": "1.0.0", + "id": "01HQSCNYEGTZY2AB66M49HJMJQ", + "title": "Canterbury - Amberley LiDAR 1m DEM (2012)", + "description": "Digital Elevation Model within the Canterbury region captured in 2012.", + "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": "./BV24_10000_0403.json", "type": "application/json" }, + { "rel": "item", "href": "./BV24_10000_0404.json", "type": "application/json" }, + { "rel": "item", "href": "./BV24_10000_0502.json", "type": "application/json" }, + { "rel": "item", "href": "./BV24_10000_0503.json", "type": "application/json" }, + { "rel": "item", "href": "./BV24_10000_0504.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0102.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0103.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0104.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0105.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0202.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0203.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0204.json", "type": "application/json" }, + { "rel": "item", "href": "./BW24_10000_0304.json", "type": "application/json" } + ], + "providers": [ + { "name": "Aerial Surveys", "roles": ["producer"] }, + { "name": "Environment Canterbury", "roles": ["licensor"] }, + { "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] } + ], + "linz:lifecycle": "completed", + "linz:geospatial_category": "dem", + "linz:region": "canterbury", + "linz:security_classification": "unclassified", + "linz:geographic_description": "Amberley", + "extent": { + "spatial": { "bbox": [[172.6156695, -43.3130477, 172.8524917, -42.9886025]] }, + "temporal": { "interval": [["2012-07-09T12:00:00Z", "2012-07-16T12:00:00Z"]] } + }, + "assets": { + "capture_area": { + "href": "./capture-area.geojson", + "title": "Capture area", + "type": "application/geo+json", + "roles": ["metadata"], + "file:checksum": "12203a876232fc54a4f3b900ddcd5b77ceea0742f1a43719c42823557c59d0f9ced1", + "file:size": 5354 + } + }, + "stac_extensions": ["https://stac-extensions.github.io/file/v2.0.0/schema.json"] +} From c3057eace917ba10422f940030e5671a5ca5488d Mon Sep 17 00:00:00 2001 From: Alice Fage Date: Fri, 1 Mar 2024 09:54:48 +1300 Subject: [PATCH 153/153] fix: rename path for Wellington 2013-2014 (#271) The start date is 01-01-2013 in NZST, the UTC date was used to generate the path so needs to be corrected from 2012 to 2013. --- .../dem_1m/2193/collection.json | 0 .../dsm_1m/2193/collection.json | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename stac/wellington/{wellington_2012-2014 => wellington_2013-2014}/dem_1m/2193/collection.json (100%) rename stac/wellington/{wellington_2012-2014 => wellington_2013-2014}/dsm_1m/2193/collection.json (100%) diff --git a/stac/wellington/wellington_2012-2014/dem_1m/2193/collection.json b/stac/wellington/wellington_2013-2014/dem_1m/2193/collection.json similarity index 100% rename from stac/wellington/wellington_2012-2014/dem_1m/2193/collection.json rename to stac/wellington/wellington_2013-2014/dem_1m/2193/collection.json diff --git a/stac/wellington/wellington_2012-2014/dsm_1m/2193/collection.json b/stac/wellington/wellington_2013-2014/dsm_1m/2193/collection.json similarity index 100% rename from stac/wellington/wellington_2012-2014/dsm_1m/2193/collection.json rename to stac/wellington/wellington_2013-2014/dsm_1m/2193/collection.json