Skip to content

kcesar/trackstats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trackstats

Library to determine how long a track is, within different segments, etc

Installation

  1. Copy the project to your computer with git clone https://github.com/kcesar/trackstats.git or click here to download the zip file
  2. Install Node.js on your computer if you don't already have it
  3. Open a terminal and navigate to the directory you downloaded & unzipped trackstats to
  4. In the terminal, run npm install to download the dependencies needed
  5. In the terminal, run npm run build to generate the program

Running the program

  1. Copy your GeoJSON file to the same directory as trackstats, for example named "my_track.json"
  2. In the terminal, type node ./cli.js my_track.json

Further developments

TODO: Create a web-based frontend or a better CLI to display the data.

TODO: return other formats (csv, etc)

TODO: Take options for multipliers etc.

About

Library to determine how long a track is, within different segments, etc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors