stl_support_repro
Reconstruct expected transit stop data for a given stop and time, using stored snapshots to diagnose incorrect or missing predictions.
Instructions
Reconstruct exactly what the app should have shown at a stop and instant.
This is how "stop 15111 showed nothing at 11:47 last Tuesday" gets answered without a device and without waiting for Tuesday. When the answer is empty it also returns WHY it is empty, rather than leaving you to guess.
Args: stop: stop_code (the number on the sign) or stop_id. at: ISO-8601 instant; naive values read as America/Chicago. rt_snapshot: a stored realtime snapshot id to merge in, for reproducing a complaint about a wrong prediction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| at | No | ||
| stop | Yes | ||
| snapshot | No | ||
| rt_snapshot | No | ||
| window_minutes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |