Skip to content

This handy application helps to convert .gpx files to .geojson quickly and easily.

Notifications You must be signed in to change notification settings

brian-childress/node-gpx-to-geojson-convertor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPX to GeoJSON Convertor

This handy application helps to convert .gpx files to .geojson quickly and easily.

Tutorial Available

YouTube: GPX to GeoJSON Convertor

GPX to GeoJSON Convertor

Technologies:

Getting Started

Converting

To use this application to convert a .gpx file to .geojson we can simply run the following command in your terminal:

Required Parameters:

  • --in: The relative path to the input .gpx file
  • --out: The relative path to the desired output .geojson file, including filename and .geojson extension

Example:

node convert.js --in=input.gpx --out=output.geojson

About

This handy application helps to convert .gpx files to .geojson quickly and easily.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published