Fixed dataset id and download options#110
Conversation
|
Hi @abhilashsinghimd and @MartinPontius, would you be willing to test this change? |
|
@neteler The commit in this PR is basically the same as this commit which was already merged in PR #97. So I think this PR can simply be closed without merge. As mentioned in multiple issues, the principal problem here is that those hard-coded ids have to be updated from time to time manually. A cleaner and more elegant solution was described here. In short: the USGS/EROS Machine-to-Machine API should be used to obtain the correct download urls. |
From solution here #46