Skip to content

Commit

Permalink
fix: exclude overviews
Browse files Browse the repository at this point in the history
  • Loading branch information
amfage committed Apr 17, 2024
1 parent 2f9c1c3 commit c2e8d9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion workflows/raster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion workflows/raster/standardising.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c2e8d9b

Please sign in to comment.