Add basic reporting on cancellations and annual (scheduled) trip totals.
authorChris Jaekl <chris@localhost>
Tue, 14 Feb 2023 03:43:36 +0000 (22:43 -0500)
committerChris Jaekl <chris@localhost>
Tue, 14 Feb 2023 03:43:36 +0000 (22:43 -0500)
commit16524c10423fe6573e24452359b34abc63077536
tree572c1f3a2636e4825d2f0c3135d006fca4689a39
parentc1c3b7569e6bc072d94d3c3007351f8edf2f60ec
Add basic reporting on cancellations and annual (scheduled) trip totals.
lib/cancellations.rb [new file with mode: 0644]
lib/cancellations_loader.rb
lib/database.rb [new file with mode: 0644]
lib/date_utils.rb [new file with mode: 0644]
lib/gtfs.rb
lib/gtfs_loader.rb
lib/stats.rb [new file with mode: 0644]