Convert latitude and longitude into northern and eastings

Posted by Rippo on Stack Overflow See other posts from Stack Overflow or by Rippo
Published on 2010-04-16T19:23:55Z Indexed on 2010/04/16 19:33 UTC
Read the original article Hit count: 540

Hi I have the following UK postcode dy8 3xt and know that the latitude and longitude is:-

52.190108
-2.517266

I also know that the Eastings, Northings for the postcode is:-

389490
283880

However I am struggling to find the equation that converts lat/long to northings and Eastings, I would prefer to have the equation in both in jScript and c# (I am being greedy)!

Can anyone help?

© Stack Overflow or respective owner

Related posts about algorithm

Related posts about latitude-longitude