Skip to content

igorti/runmeter2geojson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

runmeter2geojson

Export workouts from Runmeter database to GeoJSON and/or GPX.

Usage

Runs from Runmeter database can be exported to geojson with the command below:

node runmeter2geojson.js <path-to-db> <path-to-geojson>

Services like Strava don't support GeoJSON but do support GPX. Newly created GeoJSON can be then converted to GPX the command below. For every individual run a separate gpx-file will be created.

node geojson2gpx.js <path-to-geojson> <path-to-folder-with-gpx-files>

About

Export workouts from Runmeter database to geojson

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published