Create a speed estimation algorithm using GTFS data #3

Open
opened 2026-05-06 03:31:51 +02:00 by vlad · 0 comments
Owner

Since GTFS Live data is not provided, a speed estimator is required

The basic estimator logic should:

  1. Take the coordinates of the start station, where the train is currently located
  2. Compute the intersection points on that route
  3. Take the coordinates of the end station, where the train is supposed to go
  4. Compute distance between start station and end station
  5. Calculate the speed the trail will travel at from Start -> End using GTFS stop_time and distance
  6. Compute distance from start station to intersections
  7. Compute the time it will take a train to get from Start station to Intersection based on speed and distance
Since GTFS Live data is not provided, a speed estimator is required The basic estimator logic should: 1. Take the coordinates of the start station, where the train is currently located 2. Compute the intersection points on that route 3. Take the coordinates of the end station, where the train is supposed to go 4. Compute distance between start station and end station 5. Calculate the speed the trail will travel at from Start -> End using GTFS stop_time and distance 6. Compute distance from start station to intersections 7. Compute the time it will take a train to get from Start station to Intersection based on speed and distance
vlad self-assigned this 2026-05-06 03:31:51 +02:00
vlad added the due date 2026-05-31 2026-05-06 04:04:23 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

2026-05-31

Reference
vlad/TIMRRN#3
No description provided.