Changes between Version 1 and Version 2 of Ticket #1895
- Timestamp:
- Oct 26, 2018, 9:15:21 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1895 – Description
v1 v2 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 specified path the actual file to be ingested after running the hook, rather than the original file11 - `replace_path`: wcst_import will consider the specified path(s) as the actual file(s) to be ingested after running the hook, rather than the original file. This is an array of paths where globbing is allowed (same as the "input":"paths" option). 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": "${file:path}.projected"22 "replace_path": ["${file:path}.projected"] 23 23 }, 24 24 {