This doc is intended to orient you to the WOAQ-WOEIP partnership and get you up and running as a contributor, if you so choose (we hope you choose).
West Oakland Air Quality (WOAQ) is a project of OpenOakland, a nonprofit Code for America brigade bridging technology and community for a thriving and equitable Oakland.
West Oakland Environmental Indicators Project (WOEIP) is an environmental justice nonprofit using collaborative, community-based participatory research to empower local residents so they can achieve their own vision for healthy neighborhoods.
WOEIP has collected Air Quality (AQ) data over several years. The current AQ database is difficult to manage. A team within OpenOakland has partnered with WOEIP in order to build a replacement. The project, known as WOAQ, will allow WOEIP to intuitively store, process, and visualize their data. Ultimately, this will empower local residents to drive change in their community.
- Understand the practical problems we're trying to solve through primary, secondary, and user research (current user group: staff and volunteers of WOEIP; in the future: possibly local residents, environmental advocates, and academic researchers).
- Translate research insights into product requirements.
- Translate product requirements into Trello cards and GitHub issues in this repo.
- Build.
- Test.
- Improve.
We're currently trying to consolidate the following code into this single repo for the sake of efficiency.
- Data upload tool (a flask app hosted on Heroku) repo and user interface
- Data Visualization tool: repo and user interface.
Initial data set:
- WOEIP collects air quality data with a DusTrak II mobile sensor and a coordinated GPS device. These produce two files per collection session, which need to be associated with each other. The DusTrak produces a CSV file, and the GPS device produces a log file.
- For current state of this data, see the associated Trello card.
- Some of the CSV and log files have been compiled into the data visualization tool referenced above under "Tech structure." Additional third-party (non-WOEIP) data sets have been compiled into that tool, as well. All of the compiled data needs to be re-evaluated, as we don't have a clear understanding of how it was originally processed (it's possible details are in the source repo linked under "Tech structure" above).
- We currently use the WOAQ Trello board for general project management. See the Instructions in Trello for how to get started on tasks listed there.
- Distinguish between contributing to the code or to the real-world application
- Those wishing to contribute to the code will link to the contributing.md
- Those wishing to contribute to the real-world application will link to whereever the team sees best.