Get Altitude in meters from N19E095.hgt file in flutter_map #1254
yannaung2019
started this conversation in
Ideas
Replies: 4 comments 4 replies
|
There isn't any way to get elevation. You would need some other service to give you that info like Google Elevation API. |
1 reply
|
Ah sorry, I didn't read that you have a .hgt file...what is in that ? |
1 reply
|
Wondering if something like https://github.com/aatishnn/srtm-python/blob/master/srtm.py would help you. |
1 reply
|
Maybe this could help you? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello all I'm developing flutter offline map app. I already get Latitude and Longitude when i tap on a map. But i donn't get altitude and elevation when i tap on map. I have .hgt file and how to get altitude in meters from this file in flutter.I'm already search on internet but not yet found solution so that pls answer me if you known . thz
All reactions