srtm-python icon indicating copy to clipboard operation
srtm-python copied to clipboard

A python program that reads SRTM Digital Elevation Model files

Results 5 srtm-python issues
Sort by recently updated
recently updated
newest added

https://github.com/aatishnn/srtm-python/blob/ea07b6d900c53a1df42b69803266c3f8a6231236/srtm.py#L36 To handle negative values, shouldn't you be taking the absolute value of lon_row and lat_row prior to passing them into elevations[SAMPLES - 1 - lat_row, lon_row].astype(int)? Otherwise I think...

bug

Hi, I know it's been some time since this project was publish, but I'm trying to read elevations for these coordinates : 46.75303,-71.40358 and it doesn't work at all. Any...

Is anyone able to get the published results for the sample test point: Kanchanjunga, lat: 27.7025, lon: 88.146667? I've run the author's code, nicholas-fong's code, my code, and the gdallocationifo....

enhancement
help wanted

enhancement
help wanted