AequilibraE / aequilibrae

aequilibrae - Python package for transportation modeling
https://www.aequilibrae.com
Other
158 stars 38 forks source link

Modifies obligation of calendar file #534

Closed r-akemii closed 1 month ago

r-akemii commented 1 month ago

This PR is motivated by the changes in the presence of calendar and _calendardates files in the GTFS. According to the GTFS documentation, calendar.txt is optional if all service dates are available in _calendardates.txt, and _calendardates.txt is optional if calendar.txt exists. Currently, AequilibraE requires calendar.txt file for feed import.

In this PR we: