aaronhans / water-challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Oakland CA Water Safety Challenge Hack Project

Data

Python data processing code is in /notebooks and /src directories

Frontend

Map that makes it easy to see the severity of contamination levels

The frontend source is in the /html directory and is browseable via github pages at https://aaronhans.github.io/water-challenge/html/index.html

The original data source is the Human Right to Water Regulatory (including Enforcement Actions) Information which we processed into a deduplicated list of violations geotagged at their PWID location with a glitch node.js script. Then we used the python code in this repo to further process that data adding a new field to represent the severity of the contamination over the allowed thresholds.

About

License:MIT License


Languages

Language:Jupyter Notebook 74.0%Language:HTML 25.3%Language:JavaScript 0.6%Language:Python 0.1%