GeoscienceAustralia / ga_sar_workflow

InSAR processing workflow used by Geoscience Australia
Apache License 2.0
3 stars 1 forks source link

Port process_ifg workflow #105

Closed truth-quark closed 4 years ago

truth-quark commented 4 years ago

Port the bash workflow together to orchestrate all the previous steps.

Essentially convert/redesign these 2 blocks: https://github.com/GeoscienceAustralia/gamma_insar/blob/develop/process_ifg.bash#L38-L127 https://github.com/GeoscienceAustralia/gamma_insar/blob/develop/process_ifg.bash#L577-L677

TODO:

truth-quark commented 4 years ago

To document the result of a discussion on slack earlier today:

BASH features the ability to select start/stop steps in the processing workflow: https://github.com/GeoscienceAustralia/gamma_insar/blob/develop/process_ifg.bash#L577-L670

This will be skipped in the Python version as of October 2020 & can be added later if needed.