Skip to content

smacmullan/chn-ghost-buses

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chi Hack Night Ghost Buses Breakout Group

This is the repo for the Chi Hack Night Ghost Buses breakout group! If you're interested in working on it, you're invited to join the breakout group by attending Chi Hack Night.

AWS architecture

Updated May 19, 2022

Currently, the AWS setup is based on this post with some references to the CPS Covid Dashboard back-end.

TODO: Describe how to make updates to the code in AWS

Getting started

Set up a virtual environment with python3 -m venv .venv and activate it with source .venv/bin/activate (.venv\Scripts\activate in Windows). Then run pip install -r requirements.txt to install the required packages.

To set environment variables, create a .env file in the top-level directory and add the following contents:

BUCKET_PUBLIC='chn-ghost-buses-public'
BUCKET_PRIVATE='chn-ghost-buses-private'

Note that there may be permissions issues when running rt_daily_aggregations.py with BUCKET_PUBLIC as the BUCKET_NAME.

About

"Ghost buses" analysis project through Chi Hack Night

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.4%
  • Other 0.6%