It's possible to save time and memory when a user chooses --orthophoto-cutline during a normal (non-split/merge) run. This PR modifies the logic to generate a cutline (as requested), but skips the computation of split/merge specific outputs, which can be compute and memory intensive.
It's possible to save time and memory when a user chooses
--orthophoto-cutline
during a normal (non-split/merge) run. This PR modifies the logic to generate a cutline (as requested), but skips the computation of split/merge specific outputs, which can be compute and memory intensive.