You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Interpolate stop times between timepoints" ignores all non-timepoint pattern info. The timepoint timings are assumed to be in realation *to the previous timepoint*.
91
+
92
+
"Only update blank stop times" only updates blank stop times. Datatools will use shape data and non-blank stop times to calculate likely stoptimes. Stop times with values will be ignored.
93
+
87
94
### Calculate timings
88
95
The average speed for the route can be used to calculate all the time gaps between stops in one go. A few parameters can be specified before calculating times:
89
96
@@ -101,6 +108,8 @@ Specific timings for each pattern stop can be set by either clicking on the stop
101
108
-**Travel time:** the time it took to get from the previous station (should be 00:00 on the first stop of the sequence)
102
109
-**Dwell time:** the time the vehicle rests at the stop
103
110
111
+
###### When using timepoint interpolation, these timings are assumed to be in relation to the previous timepoint. Otherwise, they are assumed to be in relation to the previous stop.
112
+
104
113
### Tutorial Video: Editing/Creating Patterns
105
114
The following video demonstrates how to create patterns as outlined above, in a step by step manner.
0 commit comments