Skip to content
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

dott sharing stations missing #296

Open
richardforsterNVBW opened this issue Jan 16, 2025 · 0 comments
Open

dott sharing stations missing #296

richardforsterNVBW opened this issue Jan 16, 2025 · 0 comments
Assignees

Comments

@richardforsterNVBW
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants