Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 877 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 877 Bytes

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