LACMTA / lacmta-gtfs

Repository for automation of gtfs feeds for Metro.
0 stars 0 forks source link

Create automated calendar_dates.txt integration on new branch #1

Open matikin9 opened 2 years ago

matikin9 commented 2 years ago

Follow instructions here to download the Java JAR file from MobilityData. Use this to validate GTFS zip files.

matikin9 commented 2 years ago

Cleaned up the code by separating several functions into modules that get imported and changed the import to the format import * instead of from * import *. This way, calls to functions within the module will need to reference the module name, helping us keep track of where the functions are defined.