Open chaoranxie opened 8 years ago
Hi Chao. Sorry about that. Probably the easiest/fastest way to get up and running is to go back two commits: https://github.com/robsideshow/mbta-bustracker/tree/8b46a930ccc0575ade713f49385005510104a051
The json files were in the repo until VERY recently. They are in the data
directory at that point in the history.
Alternatively, I hope to finish implementing automation of checking for and then generating those files within the next day or two.
Basically, the text files they are based on can be downloaded from: http://www.mbta.com/uploadedfiles/MBTA_GTFS.zip
unzip that into a directory called MBTA_GTFS_texts/
Then run the makeAllDicts()
function in the dictmaker.py
module. The json files produced by that function should then be put in a data\
directory.
I got to the point where i will need to generate some json files. Can you update the documentation about what needs to be done to fix that