Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfouquet committed Jul 30, 2023
1 parent cde64db commit d421768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflows/imagery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ In addition, a Basemaps link is produced enabling visual QA.
| start-datetime | str | YYYY-MM-DD | Imagery start date (flown from), must be in default formatting |
| end-datetime | str | YYYY-MM-DD | Imagery end date (flown to), must be in default formatting |
| copy-option | enum | --no-clobber | `--no-clobber` Skip overwriting existing files. `--force` Overwrite all files. `--force-no-clobber` Overwrite only changed files, skip unchanged files. |
| source-espg | str | 2193 | The EPSG code of the source imagery |
| target-espg | str | 2193 | The target EPSG code - if different to source the imagery will be reprojected |
| source-epsg | str | 2193 | The EPSG code of the source imagery |
| target-epsg | str | 2193 | The target EPSG code - if different to source the imagery will be reprojected |

\* This regex can be used to exclude paths as well, e.g. if there are RBG and RGBI directories, the following regex will only include TIFF files in the RGB directory: `RGB(?!I).*.tiff?$`. For more complicated exclusions, there is an `--exclude` parameter, which would need to be added to the Argo WorkflowTemplate.

Expand Down

0 comments on commit d421768

Please sign in to comment.