glenndehaan / rd-to-wgs84

A simple converter for the dutch coordinate system to the generic WGS84 GPS coordinates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RD To WGS84

A simple converter for the dutch coordinate system to the generic WGS84 GPS coordinates

npm node

Setup

Install the util:

npm install rd-to-wgs84

Require the util somewhere in your code:

const rdToWgs84 = require('rd-to-wgs84');

or

import rdToWgs84 from 'rd-to-wgs84';

Usage

const data = rdToWgs84(93425, 439130); // Place in Rotterdam
console.log('data', data);

License

MIT

About

A simple converter for the dutch coordinate system to the generic WGS84 GPS coordinates

License:MIT License


Languages

Language:JavaScript 100.0%