nasa / opera-sds-ops

Apache License 2.0
4 stars 2 forks source link

[New Feature]: Script to Query for Granules by Tile ID #20

Open niarenaw opened 1 year ago

niarenaw commented 1 year ago

Checked for duplicates

Yes - I've already checked

Alternatives considered

Yes - and alternatives don't suffice

Related problems

The PST team often submits processing requests in the form of Tile ID + temporal extent. The current data subscriber script does not have parameters for Tile ID so it is somewhat involved to complete these requests.

Describe the feature request

A script is desired that takes a tile id, temporal start time, and temporal end time and queries LPDAAC for the corresponding HLS granule IDs.

This list can then be easily processed via https://github.com/nasa/opera-sds-ops/issues/15.