Tagged Questions
3
votes
1answer
205 views
How to get elevation with LibGeoTiff?
I'm trying to get an elevation profile from a geotif file ( downloaded from http://srtm.csi.cgiar.org/). I downloaded the libgeotiff library but i can's see any function that can return an elevation ...
6
votes
1answer
297 views
How to get latitude, longitude and altitude database from a GeoTIFF file?
I am developing an AR iOS application. When the iPhone gets the current location, it has to calculate locally the visible point. I want to read the tiff files in my application, and then get the ...
2
votes
5answers
629 views
How do I turn a GeoTIFF file into a bmp file?
I need to get GeoTIFF files transformed into bmp files so that I can display them as apart of some software that I am working on. Unfortunately, I am a total newbie with GIS and really don't know much ...