Changes between Initial Version and Version 1 of Ticket #1895
- Timestamp:
- Oct 26, 2018, 8:41:19 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1895 – Description
initial v1 9 9 - Options only valid for pre-hooks: 10 10 - `abort_on_error`: abort the ingestion if exit code != 0 11 - `replace_filepath`: wcst_import will consider the path printed on stdout as the actual file to be ingested, rather than the original file11 - `replace_filepath`: wcst_import will consider the specified path the actual file to be ingested after running the hook, rather than the original file 12 12 13 13 Exemplified syntax in ingredients files: … … 20 20 "cmd": "gdalwarp ... ${file:path} ${file:path}.projected", 21 21 "abort_on_error": true, 22 "replace_filepath": true22 "replace_filepath": "${file:path}.projected" 23 23 }, 24 24 {