Converting Latitude and Longitude to British National grid
This code reads in a .csv file called LatLon, expecting two columns with
headers – Latitude and Longitude (in WGS84, decimal form). If the script is
run in the same directory as LatLon.csv, it will spit out a second file
called LatLonandBNG.csv, with two additional columns: OSGB36 Eastings and
Northings respectively.
For the inverse transform – OSGB36 to WGS84 – please refer to this post,
where a you can find the relevant python script, and more details on the
algorithms involved.
If you don’t have python, you can find instructions for the bits you need
on another of my previous posts.
