@opnprd/osgb-utils
v0.0.1
Published
Library to convert OSGB to WGS84
Downloads
5
Readme
osgb-utils
Set of utilities to handle the British Ordnance Survey National Grid.
Installation
npm install @opnprd/osgb-utils
Usage
const osgbu = require('@opnprd/osgb-utils');
const [ lat, lng ] = osgbu.fromOSGB(eastings, northings);