nasa / opera-sds-pcm

Observational Products for End-Users from Remote Sensing Analysis (OPERA)
Apache License 2.0
16 stars 12 forks source link

[New Feature]: Complete DISP-S1 Forward Processing Workflow #923

Closed philipjyoon closed 2 months ago

philipjyoon commented 4 months ago

Checked for duplicates

Yes - I've already checked

Alternatives considered

Yes - and alternatives don't suffice

Related problems

No response

Describe the feature request

Forward processing, just like all other processing modes, needs to be retooled to align w the historical database json and other new findings in DISP-S1 triggering business logic.

philipjyoon commented 3 months ago

Currently the code marks all CSLS granules stored in cslc_catalog as downloaded (aka triggered) However, we do not want to do this with k granules. We should make distinction between the granules that we are processing vs the supporting k granules and should only mark the processing granules. We now have information in a hashmap to support this so just need to utilize that information.