trying to find the longest way possible around a public transit network
Go to file
Lucidiot 451f9304fb
Graphviz connection graph script
2020-07-25 19:29:03 +02:00
jq Graphviz connection graph script 2020-07-25 19:29:03 +02:00
.gitignore Initial commit 2020-07-25 19:28:41 +02:00
README.md Initial commit 2020-07-25 19:28:41 +02:00
connection_graph.sh Graphviz connection graph script 2020-07-25 19:29:03 +02:00

README.md

The TAG Tour

Goal

Try to find the longest possible bus/tram ride along the Grenoble public transit network, TAG, using the Métromobilité APIs and a lot of weird scripts.

Rules

  • Must start and end at the same stop
  • Cannot ride on the same line twice
  • Stopping at the same stop multiple times is acceptable

Tools