commit 865e3a0e6cd24696b5fd24bd8214fd6de66c4305 Author: Lucidiot Date: Sat Jul 25 19:28:41 2020 +0200 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bc1bb52 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.json +*.dot +*.png +*~ diff --git a/README.md b/README.md new file mode 100644 index 0000000..771ec1e --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# 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 + +* [Open data APIs](https://www.mobilites-m.fr/pages/opendata/OpenDataApi.html) + * [All lines (JSON)](https://data.metromobilite.fr/api/routers/default/index/routes) + * [All lines (GeoJSON)](https://data.metromobilite.fr/api/lines/json?types=ligne&reseaux=SEM) + * [All stops (GeoJSON)](https://data.mobilites-m.fr/api/bbox/json?ymax=45.60899367383399&xmin=4.220682761918508&ymin=44.849783731140064&xmax=7.132059715043508&types=arret) +* [`jq`](https://stedolan.github.io/jq/) +* [Graphviz](https://graphviz.org/)