-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
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
Missing data #43
Comments
there are siri rides for those dates, please try to pinpoint the specific problem
|
When running:
we can see array of zeroes. Also, when running: select
agg.gtfs_route_id,
agg.gtfs_route_hour,
agg.num_planned_rides,
agg.num_actual_rides,
rt.operator_ref
from gtfs_rides_agg_by_hour agg, gtfs_route rt
where
agg.gtfs_route_id = rt.id
and agg.gtfs_route_date >= '2024-06-18 00:00:00+00'
and agg.gtfs_route_date <= '2024-06-19 00:00:00+00' the |
thanks, so this is the definition of the
|
When querying some dates, is seems like there are missing SIRI rides:
https://open-bus-stride-api.hasadna.org.il/gtfs_rides_agg/group_by?date_from=2024-06-18&date_to=2024-06-19&group_by=operator_ref,gtfs_route_date&exclude_hour_from=23&exclude_hour_to=2
The text was updated successfully, but these errors were encountered: