Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions workflows/raster/merge-layers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,14 @@ spec:
value: 'dem-hillshade-igor'
enum:
- 'aerial-photos'
- 'near-infrared-aerial-photos'
- 'urban-aerial-photos'
- 'rural-aerial-photos'
- 'scanned-aerial-photos'
- 'dem'
- 'dsm'
- 'satellite-imagery'
- 'near-infrared-satellite-imagery'
- 'dem-hillshade'
- 'dem-hillshade-igor'
- 'dsm-hillshade'
Expand Down
5 changes: 4 additions & 1 deletion workflows/raster/standardising.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ spec:
- 'webp'
- 'lzw'
- 'dem_lerc'
- 'rgbnir_zstd'
- name: create_capture_area
description: 'Create a capture area GeoJSON file for the standardised dataset'
value: 'true'
Expand All @@ -137,12 +138,14 @@ spec:
value: 'urban-aerial-photos'
enum:
- 'aerial-photos'
- 'near-infrared-aerial-photos'
- 'urban-aerial-photos'
- 'rural-aerial-photos'
- 'scanned-aerial-photos'
- 'dem'
- 'dsm'
- 'satellite-imagery'
- 'near-infrared-satellite-imagery'
- name: domain
description: 'domain of the dataset, e.g. "land", "coastal"'
value: 'land'
Expand Down Expand Up @@ -555,7 +558,7 @@ spec:
template: main

- name: create-overview
when: "'{{workflow.parameters.target_epsg}}' =~ '2193|3857' && '{{workflow.parameters.compression}}' != 'dem_lerc'"
when: "'{{workflow.parameters.target_epsg}}' =~ '2193|3857' && '{{workflow.parameters.compression}}' !~ 'dem_lerc|rgbnir_zstd'"
arguments:
parameters:
- name: location
Expand Down