Skip to content

Commit

Permalink
feat: update default target values for basemaps import BM-822 (#156)
Browse files Browse the repository at this point in the history
#### Description

Changes the defaults for basemaps imagery import cogify workflow to be
full s3:// locations.

#### Intention

The previous values were taken from the non-cogify import workflow,
which used the `make-cog` command. This has a magic `--aws` flag which
transforms the targets into s3:// bucket locations. The equivalent
cogify commands on the other hand require the actual path itself.

#### Checklist
- [ ] Tests updated
- [ ] Docs updated
- [x] Issue linked in Title
  • Loading branch information
Andrew Jacombs authored Aug 23, 2023
1 parent f7edcac commit 9a0c15d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions workflows/basemaps/imagery-import-cogify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ spec:

- name: target
description: Target location for output COGs
value: "linz-basemaps"
value: "s3://linz-basemaps/"
enum:
- "linz-basemaps"
- "linz-basemaps-staging"
- "s3://linz-basemaps/"
- "s3://linz-basemaps-staging/"

- name: tile_matrix
description: Output tile matrix, ";" separated list
Expand Down

0 comments on commit 9a0c15d

Please sign in to comment.