You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The scooter sharing map and the bicycle sharing map do not show any stations for dott feeds.
The table sharing_station_status in the ipl_db database server does not contain any station related to dott, while the table sharing_stations does.
I assume, that the python script filters the stations before they can be written into the table sharing_station_status.
By analyzing the script, I see the following filters in the responsible function def get_station_status_by_form_factor_as_frame:
feeds without station_status.json or vehicle_types.json are not considered -> false for dott feed
feeds with empty vehicle_types.json or station_status.json are not considered -> false for dott feed
merge station_status.json and vehicle_type.json -> should be possible since both feeds have corresponding IDs
rented or uninstalled stations are filtered --> false for dott feed
... and so on
Probably, num_scooters_standing_available could not be attached to the station. But I have difficulties to identify, where exactly it failed.
Can you please have a look on this issue?
The text was updated successfully, but these errors were encountered:
The scooter sharing map and the bicycle sharing map do not show any stations for dott feeds.
The table
sharing_station_status
in the ipl_db database server does not contain any station related to dott, while the tablesharing_stations
does.I assume, that the python script filters the stations before they can be written into the table
sharing_station_status
.By analyzing the script, I see the following filters in the responsible function
def get_station_status_by_form_factor_as_frame
:station_status.json
orvehicle_types.json
are not considered -> false for dott feedvehicle_types.json
orstation_status.json
are not considered -> false for dott feedstation_status.json
andvehicle_type.json
-> should be possible since both feeds have corresponding IDs... and so on
Probably,
num_scooters_standing_available
could not be attached to the station. But I have difficulties to identify, where exactly it failed.Can you please have a look on this issue?
The text was updated successfully, but these errors were encountered: