Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 566 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 566 Bytes

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>