Alek-S / chicago-traffic-visualizer

Chicago Traffic Visualizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chicago Data Visualizer

Uses City of Chicago data to create multiple layers of 3D visualizations superimposed on top of a map of the Chicago area utilizing Uber's deck.gl.

Get Started

After cloning the repo, run the following commands in your terminal (For API token, register here):

  1. npm install

  2. export MapboxAccessToken=[API KEY]

  3. npm start

Primary Libraries/Packages Used

Folder Structure

  • πŸ“ components
    • React components
  • πŸ“ data
    • City of Chicago data
  • πŸ“ generateData
    • Data transformation python scripts
  • πŸ“ utils
    • πŸ“ enums
  • πŸ“ webgl
    • layers and shaders for use with webgl/deck.gl
  • πŸ“„ app.js
  • πŸ“„ theme.js

About

Chicago Traffic Visualizer


Languages

Language:JavaScript 96.0%Language:Python 4.0%