-
Notifications
You must be signed in to change notification settings - Fork 4
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
Error when fetching #15
Comments
Hi @Khalilsqu -- thanks for reporting this issue. When I (via a tip from @mcflugen) entered the request URL generated by Topography
into my browser, I got a helpful error message from OpenTopography: <error>
Error: The maximum area for SRTMGL3 is 4,050,000 km2. The selected area is 29,549,914 km2
</error> I'm reopening this issue because I think it would be a good feature for Topography to warn a user when creating an instance that they're requesting an area greater than the max size supported by OpenTopography. Please let me know if you run into any other issues; I'd like to continue improving this library! |
Indeed, I figured out later the issue is related to the selected maximum area, and thus closed the report here! Thanks again for your efforts. |
Thanks for this exceptional library,
would you help why I get this error,
HTTPError: 400 Client Error: 400 for url: https://portal.opentopography.org/API/globaldem?demtype=SRTMGL3&south=5&north=45&west=10&east=70&outputFormat=GTiff
This is the code snippet.
The text was updated successfully, but these errors were encountered: