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

Feature Request: enable input of simple formulas in schedule editor #234

Closed estolze closed 8 years ago

estolze commented 8 years ago

If a dataset contains numerous stops, but only the departure time at the initial stop is given (the travelling time between one stop to the next is constant between one trip and another), it would be great if one could edit times for each stop as a simple formula:

time value of prior stop + travelling time = time value at actual stop

mattwigway commented 8 years ago

In the trip pattern editor you can set a default dwell and travel time. Then if you fill in one time you can drag the lower-right corner of the cell to the right to autofill the remaining times based on the pattern. You can also select a trip and use the o key to offset the times or the i key to insert a new trip based on the selected trip, but offset in time.

estolze commented 8 years ago

Thanks a lot for the hint, this is what I was looking for!