https://github.com/pjsier/cta-gl-trips
Visualizing CTA GTFS data with Uber's deck.gl library
https://github.com/pjsier/cta-gl-trips
chicago cta deck-gl gtfs
Last synced: about 1 year ago
JSON representation
Visualizing CTA GTFS data with Uber's deck.gl library
- Host: GitHub
- URL: https://github.com/pjsier/cta-gl-trips
- Owner: pjsier
- License: mit
- Created: 2017-10-08T18:50:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-05T22:01:44.000Z (over 8 years ago)
- Last Synced: 2025-04-19T23:32:02.549Z (about 1 year ago)
- Topics: chicago, cta, deck-gl, gtfs
- Language: JavaScript
- Homepage: https://pjsier.github.io/cta-gl-trips
- Size: 3.99 MB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CTA GTFS WebGL Visualization
This is a modified version of the TripsLayer example on the [deck.gl](http://deck.gl) website.
### Usage
Clone this repository, create the trip data with `make all`, and then run
```
npm install
npm start
```
### Modifying Data
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`.