PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Monday, September 26, 2022

[FIXED] How to convert UTM Coordinate in C to Latitude/Longitude using WGS84 Datum?

 September 26, 2022     c++, gps     No comments   

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)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing