johnbrussell / gtfs_parser

0 stars 0 forks source link

Improve structure of code #2

Closed johnbrussell closed 5 years ago

johnbrussell commented 5 years ago

This is a multifaceted change designed to improve the modularity of the script. Actual gtfs parsing functionality does not change.

  1. This creates a configuration file.
  2. The program now refers to the configuration file to determine what to analyze.
  3. I've also restructured how the code is organized to promote clarity. More work needs to be done on this front.