Skip to content

PrioBike

The PrioBike app gives speed advisories to cyclists in Hamburg to catch green lights.

Download:

The PrioBike app allows you, as a cyclist in Hamburg, to receive traffic light information while riding. You can use this information to adjust your riding behavior. For example, you can slow down if you know the light will remain red, or speed up to catch the next green phase. The app is being developed as part of the PrioBike research project at TU Dresden to explore this innovative way of cycling in harmony with traffic lights.

Contributing

We invite you to improve our app and reuse our services. Almost all of our services are public under MIT license.

If you would like to understand how the app works in general, it is recommended to check out the architecture description below and the Flutter app repository first. This is also the best way to start when you want to fix a bug in the app or contribute a feature.

We are also happy to assist you, just open an issue here on GitHub or contact us directly.

Architecture

The best way to understand the app's architecture is by looking at the three key views: the home view, the routing view, and the ride view. The home view serves as an entrypoint when opening the app, providing users with their custom routes and also some important system status information. Transitioning to the routing view, users can freely plan a route through Hamburg. Finally, in the ride view, users obtain a speed advisory for the traffic lights along the planned route. To provide these services the app uses the following basic system architecture:

architecture-readme

At its foundation, the app uses real-time traffic light data from the Urban Data Platform in Hamburg and generates predictions based on this data. The availability of predictions is monitored, displaying a warning in the home view in case there is an outage.

The routing view is an essential part of the app, as it not only calculates accurate bike routes through Hamburg using our DRN GraphHopper but also matches all traffic lights to these routes in advance with our SG Selector. As in other cycling apps, additional path information is highlighted along routes and users can search for addresses, adding them to their planned route.

When a route is selected, the ride view determines the position of the user along the route, looking up which traffic lights will be passed next. The app connects to an MQTT broker that provides the generated traffic light predictions, highlighting them in a speedometer. When a ride is finished, the tracking data is uploaded to the tracking service.

More info

If you are interested in the scientific background, we encourage you to read the following publications:

D. Jeschor, P. Matthes, T. Springer, S. Pape, and S. Fröhlich, “Cloudy with a Chance of Green: Measuring the Predictability of 18,009 Traffic Lights in Hamburg,” in 2024 IEEE Intelligent Vehicles Symposium (IV), IEEE, 2024, pp. 1–8. DOI: https://doi.org/10.48550/arXiv.2403.18830

P. Matthes and T. Springer, “Matching Traffic Lights to Routes for Real-World Deployments of Mobile GLOSA Apps,” in 2022 IEEE International Smart Cities Conference (ISC2), IEEE, 2022, pp. 1–7. DOI: https://doi.org/10.1109/ISC255366.2022.9922560

P. Matthes, D. Jeschor, and T. Springer, “GeoAI-Powered Lane Matching for Bike Routes in GLOSA Apps,” in The 31st ACM International Conference on Advances in Geographic Information Systems (SIGSPATIAL ’23), ACM, 2023, pp. 1–4. DOI: https://doi.org/10.1145/3589132.3625583

P. Matthes, T. Springer, and D. Jeschor, “Accurate Bike Routing for Lane Prediction in GLOSA Apps via Infrastructure Reference Models,” in 2023 IEEE In- ternational Conference on Intelligent Transportation Systems (ITSC), IEEE, 2023, pp. 1–6. DOI: https://doi.org/10.1109/ITSC57777.2023.10422472

Acknowledgments

The PrioBike project is funded by the Federal Ministry for Digital and Transport (BMDV, FKZ: 16DKVM001B).

Popular repositories Loading

  1. priobike-flutter-app priobike-flutter-app Public

    A smartphone app for cyclists in Hamburg that provides bike navigation and speed advisories for traffic lights

    Dart 6

  2. priobike-sg-selector priobike-sg-selector Public

    Service that matches signal lane geometries to bike routes (IEEE ISC2 2022, ACM SIGSPATIAL 2023)

    Jupyter Notebook 3

  3. priobike-predictor priobike-predictor Public

    Prediction service for traffic lights in Hamburg

    Go 2

  4. priobike-map-data priobike-map-data Public

    Service that provides map data (overlays) to the PrioBike app such as accident hotspots

    Python 1

  5. priobike-predictability-study priobike-predictability-study Public

    Jupyter Notebook 1

  6. priobike-udp-mqtt-visualizer priobike-udp-mqtt-visualizer Public

    Debugging service to view traffic light predictions in comparison with real-time data

    Go

Repositories

Showing 10 of 44 repositories
  • priobike-flutter-app Public

    A smartphone app for cyclists in Hamburg that provides bike navigation and speed advisories for traffic lights

    priobike/priobike-flutter-app’s past year of commit activity
    Dart 6 MIT 0 8 5 Updated Jul 16, 2024
  • priobike-news-service Public

    Service that provides news articles to PrioBike users

    priobike/priobike-news-service’s past year of commit activity
    Python 0 MIT 0 0 9 Updated Jul 15, 2024
  • priobike-tracking-service Public

    Service that receives tracks from PrioBike users

    priobike/priobike-tracking-service’s past year of commit activity
    Python 0 MIT 0 0 7 Updated Jul 15, 2024
  • priobike-sg-selector Public

    Service that matches signal lane geometries to bike routes (IEEE ISC2 2022, ACM SIGSPATIAL 2023)

    priobike/priobike-sg-selector’s past year of commit activity
    Jupyter Notebook 3 MIT 0 1 1 Updated Jul 15, 2024
  • priobike-poi-service Public

    Service that matches points of interest along a given bike route

    priobike/priobike-poi-service’s past year of commit activity
    Python 0 MIT 0 1 1 Updated Jul 13, 2024
  • priobike-grafana Public

    Custom Grafana with our PrioBike dashboards and alerting

    priobike/priobike-grafana’s past year of commit activity
    Dockerfile 0 MIT 0 0 0 Updated Jul 11, 2024
  • priobike-promtail Public

    Custom Promtail

    priobike/priobike-promtail’s past year of commit activity
    Dockerfile 0 MIT 0 1 0 Updated Jul 11, 2024
  • priobike-frost-mirror-importer Public

    Script that imports and filters traffic lights from Hamburg's FROST server into our mirror

    priobike/priobike-frost-mirror-importer’s past year of commit activity
    Python 0 MIT 0 0 0 Updated Jul 10, 2024
  • priobike-traffic-service Public archive

    A microservice that fetches and predicts traffic in Hamburg.

    priobike/priobike-traffic-service’s past year of commit activity
    Jupyter Notebook 0 MIT 0 0 1 Updated Jul 10, 2024
  • priobike-data-exchange Public

    Service that exports PrioBike tracks in an anonymized format

    priobike/priobike-data-exchange’s past year of commit activity
    Jupyter Notebook 0 MIT 0 0 1 Updated Jul 10, 2024

Top languages

Loading…

Most used topics

Loading…