SRTM1 not accessible from USGS anymore [Was: Make error on OSX]
See original GitHub issueTesting the python package on my OSX and I am getting the following error:
make: Nothing to be done for
download’.`
and
FAILURE: No input filenames specified.
make: *** [SRTM1.vrt] Error 1
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/larosa/dev/ext-libs/elevation/datasource.py", line 154, in clip
datasource_root = seed(bounds=bounds, **kwargs)
File "/Users/larosa/dev/ext-libs/elevation/datasource.py", line 137, in seed
util.check_call_make(datasource_root, targets=['all'])
File "/Users/larosa/dev/ext-libs/elevation/util.py", line 49, in wrapper
return wrapped(path, *args, **kwargs)
File "/Users/larosa/dev/ext-libs/elevation/util.py", line 80, in check_call_make
subprocess.check_call(cmd, shell=True)
File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 541, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command 'make -C /Users/larosa/Library/Caches/elevation/SRTM1 all ' returned non-zero exit status 2
Although the package works very well on Linux.
Issue Analytics
- State:
- Created 7 years ago
- Comments:14 (7 by maintainers)
Top Results From Across the Web
Shuttle Radar Topography Mission (SRTM) 1 Arc ... - USGS.gov
SRTM data have been enhanced to fill areas of missing data to provide digital elevation data with a resolution of 1 arc-second for...
Read more >READHGT: Import/download NASA SRTM data files (.HGT)
I made a try with a part of Guatemala accessible here ... considering the USGS website only provides SRTM1 data for the US....
Read more >Failing to download SRTM data from USGS
But I'm not being able to download anymore, I don't know the exact causes of that, it was really practical since the images...
Read more >5 Free Global DEM Data Sources - Digital Elevation Models
SRTM DEM data is being housed on the USGS Earth Explorer. ... Recently, this DSM has been made available to the public.
Read more >Downloading Digital Elevation Data (SRTM) from USGS ...
In this tutorial, you will learn how to download Digital Elevation Model (DEM) Data with a resolution of 30mx30m from USGS EarthExplorer web ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Integrated Amazon SRTM1 mirror and making the 30m the default again.
@alexamici sorry for the noise it was my fault, the elevation package works fine with SRTM3 by default.
Looking forward to hear good from you for SRTM1…
Thank you.