GeoscienceAustralia / ga_sar_workflow

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

Refactoring: create single "CreateSLCTasks" ? #348

Open truth-quark opened 2 years ago

truth-quark commented 2 years ago

Each luigi workflow sensor module contains a Create<SensorName>Tasks class.

In the code is this TODO:

TODO: Should we have a single "CreateSLCTasks" that supports all sensors instead?
# lots of duplicate code here and race condition working with local files to remove
# failed scenes if we ever decided to support multi-sensor stacks (currently we do not
# so this isn't a concern)