question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SRTM1 not accessible from USGS anymore [Was: Make error on OSX]

See original GitHub issue

Testing 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:closed
  • Created 7 years ago
  • Comments:14 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
alexamicicommented, Sep 23, 2016

Integrated Amazon SRTM1 mirror and making the 30m the default again.

1reaction
slarosacommented, Sep 5, 2016

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found