You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Storing information about requested/failed/successful scene requests would allow the program to be used similarly to landsatlinks/FORCE's download suite.
Additionally, it may be possible to implement a background task which checks for availability while other threads already query the database for downloadable products.
The text was updated successfully, but these errors were encountered:
- The class PersistentMetadata addresses the proposed changes in #1,
namely: Allow the program to store the metadata associated with
landsat (and only landsat) scenes in addition to the download link
and a flag indicating if the download was successfull
- The current implementation is likely not fully functional,
correctness also not validated yet
Different satellites have different metadata, so if all is to be stored, there would need to be a case distinction. The easier and probably better approach would be to select a subset of attributes
Storing information about requested/failed/successful scene requests would allow the program to be used similarly to landsatlinks/FORCE's download suite.
Additionally, it may be possible to implement a background task which checks for availability while other threads already query the database for downloadable products.
The text was updated successfully, but these errors were encountered: