This is an example of the deck.gl trips layer for Boston BLue Bikes.
The application is written by github.com/stevekirks.
with few amendments from my side:
- Application is adjusted for different region and data
- Animation speed logic is changed to be able to adjust animation minutes per second of real time
- Initial functionality allowed to highlight bus trips passing through the selected list of stations Additional selection interface item and logic is added to allow to highlight incoming and outcoming bike trips for selected stations with different colors
- Minor interface adjustments
The source data - Bluebikes history data for October 2019. One wednesday and one sunday from this data are processed to appropriate for the application format.
Trips routes are calculated using Graphhopper routing engine.
To run the application use the content of build folder and put it to a webserver.
Sample data is stored in the public/data
folder.