1.0.1 • Published 6 years ago

geojson-lambert93-to-wgs84 v1.0.1

Weekly downloads
12
License
SEE LICENSE IN LI...
Repository
github
Last release
6 years ago

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