Skip to content

Simple Node.js script to convert from Gauss-Boaga coordinates to WGS84 coordinates (OpenStreetMap, Google Maps etc..)

Notifications You must be signed in to change notification settings

spinatelli/GaussBoaga2WGS84

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gauss-Boaga 2 WGS84 converter

To install dependencies, as usual

npm install

To run

node node [<input_file>="in.csv"] [<output_file>="out.csv"]

Given a CSV input file with columns "X" and "Y" of Gauss-Boaga coordinates, converts them to WGS Long/Lat and outputs the original CSV + the converted coordinates (output column names are "LAT" and "LONG").

About

Simple Node.js script to convert from Gauss-Boaga coordinates to WGS84 coordinates (OpenStreetMap, Google Maps etc..)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published