lukekarrys / gpx-route-inspector

Find the shortest closed circuit that will visit all paths from a series of connected GPX files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gpx-route-inspector

Find the shortest closed circuit that will visit all paths from a series of connected GPX files.

Instructions

  1. git clone --recursive git@github.com:lukekarrys/gpx-route-inspector.git
  2. npm install
  3. cd gpx-route-inspector
  4. cd postman_problems
  5. Run postman_problems install instructions
  6. cd ..
  7. ./src/cli.js --gpx examples/santan/routes --start 'GOLDMINE|END' --type gpx

Output

TODO

  • Port postman_problems to JavaScript
  • Handle GPX files with overlapping sections
  • Find/create connector gpx files for usery so Vista and Merkle and accessible
  • Fix Usery Desert Hawk loop
  • South Mountain?

About

Find the shortest closed circuit that will visit all paths from a series of connected GPX files.

License:MIT License


Languages

Language:JavaScript 95.2%Language:Shell 4.8%