Skip to content

Implementation of the Via Navigo app (Form the parisian subway)

License

Notifications You must be signed in to change notification settings

fouVReaux/ViaNavigo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VIA NAVIGO

This project is an implementation of the Vianavigo application that offers a route search on the Parisian rail network (subway)

To start the route search, use this type of syntax :

python mon_via_navigo.py Station_1 Station_2

If your station's name have a space (for example "Gare de l'est") please use '_' to separate the words (so you have "Gare_de_l*est")

python mon_via_navigo.py Blanche Gare_de_l*est

Python 2 & 3

  • use Python 2.7 in order to get the plot of the map.

Example

[code]$ python3 mon_via_navigo.py Blanche Jussieu
*******************************************************
                     VIA_NAVIO
*******************************************************
Depart  : Blanche
Arrivee : Jussieu
*******************************************************
ligne 2B :
| Blanche
| Place de Clichy
v
ligne 13A1:
| Place de Clichy
| Liège
| Saint-Lazare
v
ligne 3A:
| Saint-Lazare
| Havre Caumartin
| Opéra
v
ligne 7A2:
| Opéra
| Pyramides
| Palais Royal, Musée du Louvre
| Pont-Neuf
| Châtelet
| Pont-Marie
| Sully Morland
| Jussieu
v
*******************************************************
Duree estimee : 13.0 Min

Licence

  • MIT

About

Implementation of the Via Navigo app (Form the parisian subway)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages