diff --git a/workflows/raster/README.md b/workflows/raster/README.md index 7dd07e56a..c0ec484bb 100644 --- a/workflows/raster/README.md +++ b/workflows/raster/README.md @@ -123,7 +123,7 @@ graph TD; standardise-validate-->create-collection; standardise-validate-->create-overview; create-collection-->stac-validate-.->|publish_to_odr == true|publish-odr; - create-overview-->create-config-.->|publish_to_odr == true|publish-odr; + create-overview-.->|compression != dem_lerc|create-config-.->|publish_to_odr == true|publish-odr; ``` ### [collection-id-setup](./standardising.yaml) diff --git a/workflows/raster/standardising.yaml b/workflows/raster/standardising.yaml index b41f95917..15d34d359 100644 --- a/workflows/raster/standardising.yaml +++ b/workflows/raster/standardising.yaml @@ -377,7 +377,7 @@ spec: template: get-location - name: create-overview - when: "'{{workflow.parameters.target_epsg}}' =~ '2193|3857'" + when: "'{{workflow.parameters.target_epsg}}' =~ '2193|3857' && '{{workflow.parameters.compression}}' != 'dem_lerc'" arguments: parameters: - name: location