Featured Stories
UCL recently hosted their first ever TEDx event, and to my amazement (probably after seeing some seriously dodgy maths themed stand-up I did) they invited me to give a talk....

TEDxUCL

UCL recently hosted their first ever TEDx event, and to my amazement (probably after seeing some seriously dodgy maths themed stand-up I did) they invited me to give a talk….

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...

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…

A few months ago, I wrote a python script to convert British National grid coordinates (OSGB36) to latitude and longitude (WGS84).  A fellow blogger Andrzej Bieniek very kindly pointed out that the algorithm...

Converting British National Grid to Latitude and Longitude II

A few months ago, I wrote a python script to convert British National grid coordinates (OSGB36) to latitude and longitude (WGS84).  A fellow blogger Andrzej Bieniek very kindly pointed out that the algorithm…

Python bits