Skip to content

Script to convert a directory with gpx or klm files to geojson

Notifications You must be signed in to change notification settings

cudba/to-geojson-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpx/klm to geoJson

Convert a directory with gpx or klm files into geoJson files

Usage

$ npx toGeoJson -i gpx -d <input-directory> -o <output-directory>

Parameters

-i  input type [gpx/klm] (default gpx)
-d  input directory (default cwd)
-o  output directory (default cwd)

Acknowledgements

This script uses toGeoJson library under the hood

About

Script to convert a directory with gpx or klm files to geojson

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published