Skip to content

Instantly share code, notes, and snippets.

View SomayehTaheri's full-sized avatar

Somayeh Taheri SomayehTaheri

  • UrbanChain
  • Altrincham, UK
View GitHub Profile
@schoenobates
schoenobates / OSGB.java
Created August 28, 2012 12:03
WGS-84 to OSGB36 Coords Conversion
/**
* Java based conversion of Chris Veness' scripts for Lat/Lon WG84 to OSGB36 coords
*
* http://www.movable-type.co.uk/scripts/latlong-convert-coords.html
* (c) Chris Veness 2005-2010 Released under an LGPL license
* http://www.fsf.org/licensing/licenses/lgpl.html
*
*/
public class OSGB {