Skip to content

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

License

Notifications You must be signed in to change notification settings

Trunkstar/rd-to-wgs84

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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');

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%