Skip to content

Commit 2a2ebcc

Browse files
authored
Create README.md
1 parent 5842381 commit 2a2ebcc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# shortest-path-using-gtfs
2+
3+
This Jupyter Notebook is prepared to find out the shortest path in the GTFS network of a transit operator. Only two GTFS files are required - stops.txt and stop_times.txt.
4+
5+
The file is written in Python 2.X and is also compatible with Python 3.X. To use it for a different GTFS network, please replace the input files in the designated folder, and run the notebook.
6+
7+
### Required Python Packages:
8+
> Pandas
9+
> Folium
10+
> Numpy
11+
> Datetime
12+
> IPython
13+
> Matplotlib
14+
> Collections

0 commit comments

Comments
 (0)