nasa / opera-sds-pcm

Observational Products for End-Users from Remote Sensing Analysis (OPERA)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[New Feature]: Utility tool to trigger daac_data_subscriber for DSWx-S1

hhlee445 opened this issue · comments

Checked for duplicates

Yes - I've already checked

Alternatives considered

No - I haven't considered

Related problems

No response

Describe the feature request

During I&T, there will be tiles/bursts that are scattered around both geographically and temporally. Current daac_data_subscrit script can't handle the processing using time ranges and geographic region as INT desired.
If we provide the list of RTC burst products, it triggers many duplicate jobs because many bursts are belong to the same mgrs tiles set.
We propose to write an utility tool to handle the case above.

This tool takes a list of RTC burst product names and reduce to the list of RTC product name per mgrs tile set collection , then triggers daac_data_subscriber jobs using native-id

ex)
2000 RTC products (bursts) -> 50 daac_data_subscriber triggers with native-id

This tool should also write out the reduced list of RTC products to the file so we can use for other tests.