Open
Description
reproduction steps
- Get data for siri vehicle location (recorded_at_time_from/to=
2022-04-03 10:00:08+03:00
, line_ref=5164
, operator_ref=3
)- https://open-bus-stride-api.hasadna.org.il/siri_vehicle_locations/list?recorded_at_time_from=2022-04-03%2010%3A00%3A08%2B03%3A00&recorded_at_time_to=2022-04-03%2010%3A00%3A08%2B03%3A00&order_by=id%20asc&siri_routes__line_ref=5164&siri_routes__operator_ref=3
- check the value of
siri_ride__scheduled_start_time
- Get the related siri snapshot from S3 (siri_snapshot__snapshot_id=
2022/04/03/07/00
)- download the snapshot
- extract (
brotli -d 00.br
) - look for the relevant vehicle location record in the snapshot, can search using the geo lon value
35.221676
cat 00 | jq | grep -C 15 35.221676
- Check the value of
OriginAimedDepartureTime
expected
- value of
siri_ride__scheduled_start_time
from DB should be the same as value ofOriginAimedDepartureTime
from the siri snapshot data
actual
- value of
siri_ride__scheduled_start_time
from DB:2022-04-03T04:00:00+00:00
- value of
OriginAimedDepartureTime
from the siri snapshot data (converted to same timezone):2022-04-03T03:54:00+00:00
Metadata
Metadata
Assignees
Labels
No labels
Activity