Bixi trip data taken from:
which includes data from April 2016 to October 2016. Note that the November 2016
file listed on the page above is a copy of the July 2016 file and was ignored in
this project.
Relevant info about the trip data was taken from:
Station location data was taken from:
Technology used
- Node.js streams to efficiently
preprocess the raw csv data files.
- Fetch API to stream
a data from long csv into the browser frontend.
- Mapbox’s direction API
to find the most likely path by bike from start station to end station.
- Turf.js line-distance
module to compute the length of the bike trips’ segments.
- … and mapbox-gl to plot the
result as an
animation.
Usage
make index.html