`last_stop` not set
Closed this issue · 1 comments
bhelx commented
Running this sql:
select * from stop_times where last_stop != 0;
It appears that no stop_times have a last_stop of 1
. I think this is because of the code in the GtfsToSql exporter:
Perhaps it' not getting run? Setting this field will be helpful because if the closest stop is the last stop on a trip, we know not to show that direction as an option.
bhelx commented
I figured this out the other day, you have to pass in -o
to get the optimizer to run: