-
Notifications
You must be signed in to change notification settings - Fork 133
Open
Labels
needs: helpExtra attention is neededExtra attention is neededtype: enhancementNew feature or requestNew feature or request
Description
There are use cases when we would like to store the results of a search for future use. One of such use cases is for when we are testing the same set of files or datasets, or in case CMR is down. This will look like:
results = earthaccess.search_data(params)
earthaccess.save(results, "query.json")
# later on...
results = earthaccess.load("query.json")The query will also have the original query to CMR to compare integrity.
mfisher87
Metadata
Metadata
Assignees
Labels
needs: helpExtra attention is neededExtra attention is neededtype: enhancementNew feature or requestNew feature or request
Type
Projects
Status
🆕 New