gtfsdb icon indicating copy to clipboard operation
gtfsdb copied to clipboard

add route_pattern table (need a current_route_pattern table too?)

Open fpurcell opened this issue 6 years ago • 0 comments

calculate all the patterns belonging to a route into route_pattern

further, do we need a current_route_pattern? alt, do we really need a current_pattern table, ala #45 ?

I think we need current_route_pattern, since we currently have route_id 100 (which doesn't change over time), but the list of patterns for route_id 100 do change over time.

And with a current_route_pattern, do we need a current_pattern table?

fpurcell avatar Jul 12 '19 00:07 fpurcell