geojson-lambert93-to-wgs84
v1.0.1
Published
This package gets a geojson with Lambert93 coded points, and transform them into WGS84 which is more standard (GPS)
Downloads
3
Maintainers
Readme
GeoJSON converter: from Lambert 93 to WGS84
Convert GeoJSON coordinates from Lambert 93 encoded points to WGS84.
The file can be a Feature or a FeatureCollection, doesn't matter. However, it must follow the http://geojson.org structure format. See https://en.wikipedia.org/wiki/GeoJSON for more information
Command Line Interface (CLI)
Install
npm install --global geojson-lambert93-to-wgs84
Usage
Usage:
geojson-lambert93-to-wgs84 <file>
Convert the coordinates of a GeoJSON object from Lambert 93 encoded polylines to GPS like coordinates WGS84.
Example
geojson-lambert93-to-wgs84 french-cities.geojson
License
ISC