Changes between Version 1 and Version 2 of Ticket #1895


Ignore:
Timestamp:
Oct 26, 2018, 9:15:21 AM (6 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1895 – Description

    v1 v2  
    99- Options only valid for pre-hooks:
    1010  - `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 file
     11  - `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).
    1212
    1313Exemplified syntax in ingredients files:
     
    2020    "cmd": "gdalwarp ... ${file:path} ${file:path}.projected",
    2121    "abort_on_error": true,
    22     "replace_filepath": "${file:path}.projected"
     22    "replace_path": ["${file:path}.projected"]
    2323  },
    2424  {