2

I found many algorithms to convert (latitude, longitude) into (X, Y)... however, I cannot verify if the results I'm getting are correct.. I found also this link which does the conversion online.. but I couldn't manage to get any algorithm which gives the same results as the one given by the link..

I would be grateful if anyone has encountered the same problem and can help me

alpha
  • 21
  • 1
  • 2

3 Answers3

1

iOS solution

If you're looking for some ready to go code in Objective-C you can check out UTM converter. It is also available as a CocoaPod.

Cameron Lowell Palmer
  • 21,528
  • 7
  • 125
  • 126
0

There's a very nice Wikipedia article on UTM. It's got formulas, background, explanations of the different zones, etc...

Rob I
  • 5,627
  • 2
  • 21
  • 28
0

Eric SIBERT has written a handy coordinates converter. You may use it as a validation tool. If you feel like it, you may even delve into the source code for scrutinity.

menjaraz
  • 7,551
  • 4
  • 41
  • 81