• Stars
    star
    1,416
  • Rank 33,228 (Top 0.7 %)
  • Language
  • Created over 9 years ago
  • Updated over 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Paris Metro lines on a Git graph

This Git repository contains the ~300 metro stations from Paris, thanks to RATP Open Data.

You can visualize the result in many ways, for example:

Each metro line is represented by a branch.

A commit corresponds to a station. All commits are empty (with --allow-empty option), there is only metadata in this repository (and this README file)

A merge is a connection between one or more lines (use of octopus merges for interconnections of 3 and more)

This is the first version, I had to remove some interconnections, because there were some cycles. In a second version I would dig more deeply and try to remove the least possible connections. In a third version I would add Tramway stations, RER stations (Réseau Express Régional), and ultimately Bus stations!

There are still some errors / incorrect merges left.