Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove EE API bucket label param from EE_stageForDownload() #10

Open
friedrichknuth opened this issue Feb 19, 2022 · 0 comments
Open

Remove EE API bucket label param from EE_stageForDownload() #10

friedrichknuth opened this issue Feb 19, 2022 · 0 comments

Comments

@friedrichknuth
Copy link
Owner

The label parameter in hipp.dataquery.EE_stageForDownload() should not be exposed, as modifying it can cause issues when interacting with the EE API.

Changing the label prompts the EE API to stage data in a new bucket. If the data were previously requested under a different bucket label the API tells this, but doesn't give much information on how to find them. See old solution to find previously request data in other buckets, though this wasn't stable.

EE_download_images_to_disk() checks what is in the bucket and only downloads what is requested, so switching buckets isn't necessary. Creating this issue with background information in case switching labels is ever desired at some point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant