You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 17, 2020. It is now read-only.
ll 49.897 -97.137 4.0 512 <pyproj.Proj object at 0x10e8a9390>
Traceback (most recent call last):
File "heightmap.py", line 90, in <module>
elev = SrtmHeightMap(lat, lng, resolution, size, proj, args.elevation_dir)
File "heightmap.py", line 49, in __init__
tiles[tile_key] = SrtmHeightMap._loadTile(data_dir, lat, lng)
File "heightmap.py", line 65, in _loadTile
with open(p, 'rb') as f:
IOError: [Errno 2] No such file or directory: './data/N90E014.hgt'
I figured that I'd only need an .hgt file for the area I'm trying to map (i.e. N49W097.hgt), but the script is looking for a different file. Furthermore, I don't think there actually are any files for N90*.