HYPERNETS / hypernets_processor

Processor for Hypernets field data to generate the user products
9 stars 3 forks source link

Processor does not attempt to reprocess incomplete sequences #115

Closed shunt16 closed 6 months ago

clemgoyens commented 2 years ago

Check how to solve particular cases such as:

  1. Process stopped in middle of sequence processing. When restart, make sure it reprocess the "half" processed data
  2. restart processor and ask for processing end-level (e.g., L1C or L2A) but avoid that the processor looks back to all sequences that already showed an anomaly to reach the processing level
shunt16 commented 2 years ago

Write an anomaly at the start of processing of each sequence for incomplete processing, then remove this after completion or error.

clemgoyens commented 1 year ago

Check if solved!!