Code Monkey home page Code Monkey logo

waq's Introduction

WAQ

UC Berkeley MIDS Capstone - Water Air Quality Project

This repository contians the work though several interations in the creation of the waq.dog website as part of the Capstone project for the MIDS program.

To see this project in action please visit waq.dog


Creators: James King, Nina Kuklisova, Ashley Levato, Ankit Tharwani, Sean Underwood

Course Instructors: Coco Krumme, David Steier


Below is a quick summary of what is included in this repo

  • backend - Shell and Hive scripts for preparing processed data to load into the middleware.
  • documentation
    • air - Markdown files for the air pollutant information pages.
    • header - Html files for the site documentation and information pages.
    • water - Markdown files for the water pollutant information pages.
  • exploration - several iPython notebooks and and scripts that were used in data exploration, cleaning, processing, initial model building, etc
  • frontend - source code for the web application
  • middleware - REST API documentation and code
  • scripts - Python scripts for data downloading, processing, model building, etc.
    • annual_air_parse_api.py is used to download and clean the air data.
    • compile_markdown.py converts the Markdown documents in the documentation folder to HTML for use in the website.
    • model_predictor.py generates warning level predictions using a pickled machine learning model.
    • model_trainer.py trains the warning level prediction model and saves it to a pickle file.
    • water contains scripts for downloading and processing the water data. To use it, run the following scripts in order:
      • makeStructure.py creates the directory structure that will be used by subsequent scripts.
      • downloadWaterResult.py downloads the water measurement data from 2010 - present.
      • downloadWaterStation.py downloads data about the water monitoring locations.
      • processWaterFiles.py processes the downloaded data and consolidates it all into a single output file.
      • The rest are modules and accessory files used by the above scripts.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.