Issue
Does anyone know where I can find open source code (in c++) that converts a UTM point to Geo (WGS 84)?
Thanks, Liran
Solution
Take a look at GDAL.
Specifically the code used here.
There is also a Warp API tutorial here which outlines the basic use of the Warp API.
Alternatively, you can use the more lightweight PROJ.4 library (GDAL uses this internally).
Answered By - badgerr Answer Checked By - Mildred Charles (PHPFixing Admin)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.