From cycling data stored in a Solid pod, create a dashboard that shows aggregated routes from landmark to landmark.
Such a visualisation allows analysing which routes are taken between those landmarks and provides decision makers a tool to see where new bridges or bigger cycle lanes might have a big impact for cyclers.
Desired solution
A web application that visualises the routes between two points (A, B) on a map together with the number of users that have taken said route between A and B.
This application would query the pods of multiple users/request anonymized route aggregations as the decision makers MUST not have access to an individual its route.
Note: Possible some extra care has to go into creating such aggregations?
Acceptance criteria
A web application for the decision maker
Decision maker can select two landmarks into a map and different routes are shown and a time window
On each route between those two points, the number of cyclers are shown.
It must not be possible to know who took which route
A web application for a cycler
Can sign up for sharing its anonymized cycling data
upload its data via a cycling tracker app (e.g. strava)
Pitch
From cycling data stored in a Solid pod, create a dashboard that shows aggregated routes from landmark to landmark. Such a visualisation allows analysing which routes are taken between those landmarks and provides decision makers a tool to see where new bridges or bigger cycle lanes might have a big impact for cyclers.
Desired solution
A web application that visualises the routes between two points (A, B) on a map together with the number of users that have taken said route between A and B. This application would query the pods of multiple users/request anonymized route aggregations as the decision makers MUST not have access to an individual its route.
Note: Possible some extra care has to go into creating such aggregations?
Acceptance criteria
Scenarios