https://github.com/leny/bl72tolatlng
Conversion from Belgian Lambert 72 projection to WGS84 latitude/longitude.
https://github.com/leny/bl72tolatlng
Last synced: 11 months ago
JSON representation
Conversion from Belgian Lambert 72 projection to WGS84 latitude/longitude.
- Host: GitHub
- URL: https://github.com/leny/bl72tolatlng
- Owner: leny
- License: mit
- Created: 2015-09-10T01:29:30.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-10-22T18:50:06.000Z (almost 7 years ago)
- Last Synced: 2025-08-17T13:26:58.402Z (11 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bl72ToLatLng [](https://travis-ci.org/leny/bl72ToLatLng) [](http://unmaintained.tech/)
> Conversion from Belgian Lambert 72 projection to WGS84 latitude/longitude.
* * *
## Install
```
$ npm install --save bl72tolatlng
```
## Usage
```js
var bl72ToLatLng = require( "bl72tolatlng" );
bl72ToLatLng( 235166, 148974 ); // returns { "latitude": 50.645173, "longitude": 5.572941 }
```
## License
Algorithms are taken from [this site](http://zoologie.umh.ac.be/tc/algorithms.aspx).
MIT © [leny](http://leny.me)