Skip to content

guillim/npm-geojson-lambert93-to-wgs84

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GeoJSON converter: from Lambert 93 to WGS84

Convert a geoJSON file from Lambert 93 encoded points to WGS84.

The geoJSON file can be a Feature or a FeatureCollection, it doesn't matter.
However, it must follow the http://geojson.org structure format.
See https://en.wikipedia.org/wiki/GeoJSON for more information on accepted formats.

Command Line Interface (CLI)

Install

npm install --global geojson-lambert93-to-wgs84

Usage

geojson-lambert93-to-wgs84 <Path_to_file>.geojson

Convert the coordinates of a GeoJSON object from Lambert 93 encoded polylines to GPS like coordinates WGS84.

Example

geojson-lambert93-to-wgs84 /Desktop/french-cities.geojson

This will create /Desktop/french-cities_processed.geojson, which is the converted file.

License

Copyright © 2018 Guillaume Lancrenon

Distributed under MIT licence.

About

Command line tool that gets a geojson with Lambert93 coded points, and transform them into WGS84 which is more standard (GPS)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published