ParisPathFinder: finding the shortest path between adresses in Paris city using RATP database
Use of the csv files as database :√
s.csv : contains all the stations of paris subway :
c.csv : contains all the connections between the subway stations ( transfer time in seconds )
1/ Using Stations Ids :
You can find the ID for each station in the s.csv file:
Python Display.py 1722 2062
2/ Using Stations names' :
You can find the name for each station in the s.csv file:
Python Display.py 1722 2062
Project inspired from the work of @AissamDjahnine