Changes between Initial Version and Version 1 of Ticket #1895


Ignore:
Timestamp:
Oct 26, 2018, 8:41:19 AM (6 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1895 – Description

    initial v1  
    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 path printed on stdout as the actual file to be ingested, rather than the original file
     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
    1212
    1313Exemplified syntax in ingredients files:
     
    2020    "cmd": "gdalwarp ... ${file:path} ${file:path}.projected",
    2121    "abort_on_error": true,
    22     "replace_filepath": true
     22    "replace_filepath": "${file:path}.projected"
    2323  },
    2424  {