npm.io
1.0.1 • Published 8 years agoCLI

geojson-lambert93-to-wgs84

Licence
SEE LICENSE IN LICENCE.md
Version
1.0.1
Deps
0
Size
7 kB
Vulns
0
Weekly
0
Stars
4

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