atph - Overview
Navigation Menu
Pinned Loading
-
1
-- convert a grid-reference E.g. SH123456 into a northing easting geometry for postgis with SRID=27700 (OSGB36)2
-- standing on the shoulders of...3
-- http://www.movable-type.co.uk/scripts/latlong-os-gridref.html4
-- https://github.com/chrisveness/geodesy/blob/master/osgridref.js [MIT]5
-- consider this MIT licensed also.