We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the case that Event is a GPS position
Event
delta = 0
In the case that Event is a stop time update
e.stop_index
When commencing an iteration
delta_ahead
delta
departure_time > _timestamp
Other
departure_time
The text was updated successfully, but these errors were encountered:
Particles continue travel up until event (#18)
7bfb1ff
No branches or pull requests
In the case that
Event
is a GPS positiondelta = 0
In the case that
Event
is a stop time updatedelta = 0
e.stop_index
When commencing an iteration
delta_ahead
fromdelta
to wait for vehicle to catch up to particledeparture_time > _timestamp
, randomise remaining dwell time (allows resampled particles to diversify)Other
departure_time
when leaving stopThe text was updated successfully, but these errors were encountered: