OneBusAway / onebusaway-gtfs-modules

A Java-based library for reading, writing, and transforming public transit data in the GTFS format, including database support.
Other
129 stars 106 forks source link

Add CalendarTruncationStrategy #105

Open kurtraschke opened 6 years ago

kurtraschke commented 6 years ago

Summary:

Adds CalendarTransformStrategy to truncate a GTFS feed to a specified service date.

Expected behavior:

If invoked as {'op':'truncate_calendars','calendar_end_date':'20180818'}, any service calendar whose end date was greater than 2018-08-18 would have its end date set to 2018-08-18, and any calendar exception whose occurrence was past that date would be deleted.

CLAassistant commented 6 years ago

CLA assistant check
All committers have signed the CLA.

sheldonabrown commented 6 years ago

Thanks Kurt!

Looks good. Are you able to sign the CLA?