-
Notifications
You must be signed in to change notification settings - Fork 3
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
Login to earthexplorer is only performed once per batch of files #24
Login to earthexplorer is only performed once per batch of files #24
Conversation
Thanks for your contribution. |
@agrenott enjoy your holidays, I can work with my branch until then. As an additional information I tested with this command and works fine:
But I think it should be tested with other sources also. |
Looks good considering the overall file's state (NASASRTMUtil would need an overall re-engineering, probably using some API instead of web scraping). Can you please rebase your PR on the latest master, as this will fix the typing issue? |
Coming up!
…On Mon, Aug 14, 2023 at 2:46 AM Aurélien Grenotton ***@***.***> wrote:
Looks good considering the overall file's state (NASASRTMUtil would need
an overall re-engineering, probably using some API instead of web scraping).
Tested your change rebased on my latest, it works with SRTM1, SRTM3 and
view1 sources.
Can you please rebase your PR on the latest master, as this will fix the
typing issue?
—
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABOIHDTWJXGG2R3ZDZHIXTXVFROZANCNFSM6AAAAAA3G6NT3A>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Didn't rebase, used the sync fork button on the website which did a merge. Checks are now passing. |
Let's cross that bridge when we get to it. 😄 I'm working on a set of Docker images to set up an Open Topo Map tile renderer and finding your package was a blessing anyway, the original one being abandoned... |
Moved the
earthexplorerLogin()
call up the stack so it is only performed once per the batch of files to be downloaded. Additionally made sure the function call is only performed if there are SRTM sources present (wrote a small function to check for that).Fixes #23