WRI-Cities / static-GTFS-manager

GUI interface for creating, editing, exporting of static GTFS data for a public transit authority
GNU General Public License v3.0
147 stars 46 forks source link

Default Sequence: choose another trip #133

Open answerquest opened 5 years ago

answerquest commented 5 years ago

Problem description

Tool > "Default Route Sequence" page.

Suggested Flow

Two possible options :

answerquest commented 5 years ago

Obvious drawback of first option of taking middle/median trip : what if it's not the middle trip of the day, but another margin case? We have no control on how people sort their data before they import it into the tool.

answerquest commented 5 years ago

Another approach : Do it like transitfeed ScheduleViewer does it : Identify the unique trip patterns in the route and list them all. Let user pick the one they want. Then they can edit that pattern, give it a shape.

Or, let them create a new pattern.

If multiple patterns, then a default pattern will have to be set.

It would be nice to enable display of all the varying patterns on the map at the same time.

Man, this rabbit hole just keeps getting deeper.