conveyal / gtfs-editor

A web-based GTFS editing framework. THIS PROJECT IS DEPRECATED. See https://github.com/ibi-group/datatools-ui for current version.
https://github.com/ibi-group/datatools-ui
MIT License
134 stars 63 forks source link

Importing schedule exceptions doesn't work #224

Open le-zell opened 9 years ago

le-zell commented 9 years ago

When we are importing a GTFS file with exceptions schedule, none of them are present in the application...It seems that all the data have been lost during the import process.

Calendars (all of them ? it seems..) have been imported but not the schedule exceptions.

GTFS file can be sent if asked,

All data are successfully loaded in an onebusaway instance application (project onebusaway-gtfs-hibernate-cli).

mattwigway commented 9 years ago

Schedule exceptions are not imported because the GTFS model does not directly map into the model used in GTFS Editor. In GTFS Editor, we have the concept of an exception that occurs on multiple days, with added and removed service, as a group. This can easily be disaggregated to the effect on various trips/service calendars (we just rewrite the entire calendar for that day) but cannot easily be imported, so that feature is not implemented.