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

SRTM Europe not available #395

Closed
RafaelAbel opened this issue Feb 10, 2021 · 7 comments
Closed

SRTM Europe not available #395

RafaelAbel opened this issue Feb 10, 2021 · 7 comments

Comments

@RafaelAbel
Copy link

Dear WindNinja Team,
for both the GUI and the cli the European SRTM Data are no longer reachable.

ERROR 4: `/vsizip//vsicurl/http://dds.cr.usgs.gov/srtm/version2_1/SRTM3/Eurasia/N48E009.hgt.zip/N48E009.hgt' does not exist in the file system, and is not recognized as a supported dataset name.

There is also a 30m resolution available which you might want to implement.
https://e4ftl01.cr.usgs.gov/MEASURES/SRTMGL1.003/

Best,

Rafael

@nwagenbrenner
Copy link
Member

@RafaelAbel Thanks for reporting this. It looks like there was a recent change to the way the USGS data are distributed. This affects our SRTM and Landfire data. We're working on a fix. Thanks also for including the information about the 30 m global SRTM data as well, we'll look into incorporating that.

@nws-brockburghardt
Copy link

Hi @nwagenbrenner noticed the same thing in WindNinja when trying to retrieve 30m and 90m SRTM data. Any idea on where new USGS https path is? or timeline on a fix within WindNinja? Thanks -Brock

@nwagenbrenner
Copy link
Member

@nws-brockburghardt We're working on a fix, but it's not a simple path change, it's a significant change to the data request protocol and will likely take some time to get a fix implemented. Until then, the GMTED DEM source is the alternative option if you want to have WindNinja download your DEM. We'll try to get a fix out as soon as we can.

@RafaelAbel
Copy link
Author

Hi @nwagenbrenner, any updates from your side on that issue?

@nwagenbrenner
Copy link
Member

@RafaelAbel Sorry, we still don't have a fix for this yet, but we hope to get to it soon.

@nwagenbrenner nwagenbrenner modified the milestones: Unplanned, 3.8.0 Mar 9, 2021
@nwagenbrenner nwagenbrenner modified the milestones: 3.8.0, 3.7.2 Apr 5, 2021
@nwagenbrenner nwagenbrenner modified the milestones: 3.7.2, 3.8.0 May 5, 2021
nwagenbrenner added a commit that referenced this issue Apr 26, 2022
…or messages when surface data downloads fail in the GUI, for #395
nwagenbrenner added a commit that referenced this issue Apr 26, 2022
…or messages when surface data downloads fail in the GUI, for #395
@nwagenbrenner nwagenbrenner modified the milestones: 3.8.0, 3.9.0 Jul 12, 2022
@nwagenbrenner nwagenbrenner modified the milestones: 3.9.0, 3.10.0 Jun 27, 2023
@nwagenbrenner nwagenbrenner modified the milestones: 3.10.0, Unplanned Jan 10, 2024
@nwagenbrenner
Copy link
Member

It looks like we can now get the 30 m Global SRTM data from the OpenTopography API. We meet their terms of service. We should implement this.

https://portal.opentopography.org/apidocs/#/Public/getGlobalDem

Requests are like:

curl -X 'GET' \
  'https://portal.opentopography.org/API/globaldem?demtype=SRTMGL1&south=50&north=50.1&west=14.35&east=14.6&outputFormat=GTiff&API_Key=XXXX' \
  -H 'accept: */*'

@nwagenbrenner nwagenbrenner modified the milestones: Unplanned, 3.10.1 May 28, 2024
@nwagenbrenner
Copy link
Member

Fixed in 15f905c through ef049e2. We need to update the tutorials, but otherwise this is ready to go. We've implemented the GL1 SRTM dataset (Global SRTM at 30 m) via the OpenTopography API. We should also consider adding the 30 m COP30 global dataset. Apparently this is now considered to be the best available global dataset by many metrics.

@nwagenbrenner nwagenbrenner modified the milestones: 3.10.1, 3.11.0 Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants