This is a modified version of the TripsLayer example on the deck.gl website.
Clone this repository, create the trip data with make all
, and then run
npm install
npm start
To pull CTA data for a different time frame, change the START_TIME
and END_TIME
time strings,
delete the data/trip_line_segments.json
file, and run make all
.