Skip to content

Commit

Permalink
docs: fix table in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MDavidson17 authored May 23, 2024
1 parent ad196d4 commit ea92b50
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions workflows/raster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,14 +290,14 @@ This is a copy of the publish-odr workflow with the addition of a `target` param
## Workflow Input Parameters

| Parameter | Type | Default | Description |
| ------------------ | ---- | -------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --- |
| ticket | str | | Ticket ID e.g. 'AIP-55' |
| region | enum | | Region of the dataset |
| source | str | s3://linz-imagery-staging/test/sample/ | The URIs (paths) to the s3 source location |
| Parameter | Type | Default | Description |
| ------------------ | ----- | ----------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ticket | str | | Ticket ID e.g. 'AIP-55' |
| region | enum | | Region of the dataset |
| source | str | s3://linz-imagery-staging/test/sample/ | The URIs (paths) to the s3 source location |
| target_bucket_name | enum | | The bucket name of the target location | |
| copy_option | enum | --no-clobber | <dl><dt>`--no-clobber` </dt><dd> Skip overwriting existing files.</dd><dt> `--force` </dt><dd> Overwrite all files. </dd><dt> `--force-no-clobber` </dt><dd> Overwrite only changed files, skip unchanged files. </dd></dl> |
| target | str | s3://target/path/ | the target path where the data will be stored in the ODR |
| target_bucket_name | enum | | The bucket name of the target location | |
| copy_option | enum | --no-clobber | <dl><dt>`--no-clobber` </dt><dd> Skip overwriting existing files.</dd><dt> `--force` </dt><dd> Overwrite all files. </dd><dt> `--force-no-clobber` </dt><dd> Overwrite only changed files, skip unchanged files. </dd></dl> |

## Examples

Expand Down

0 comments on commit ea92b50

Please sign in to comment.