Skip to content

engineerchange/hack-the-bay

Repository files navigation

hack-the-bay

Overview

Submission for Challenge 2 of the Hack The Bay 2020 Hackathon. One of four winning teams.

In the News

Slides

How To

initialize.R (initalize the data locally)

  • This is to load data into a data/ folder, since the data is too big to store in GitHub.
  • Download from Hack the Bay the 'Water Quality' data and store 'Final_WATER.csv' into a /data directory.
  • Download HUC-12 boundary map from USGS WBD Data Store and store as 'wbdhu12_a_us.gdb' in a /data directory.
  • Run initialize.R to change 'Final_WATER.csv' to 'Final_WATER2.rds'

combined_huc_visual.R (initial EDA with HUCs)

  • Sources import.R, which brings in packages and data frames.
  • Visual for the combined huc comparison across both databases.
  • Example:
    Combined HUC Visual

huc_visuals.R

  • Sources import.R, which brings in packages and data frames.
  • Visuals for core of the presentation (tables, graphics).
  • Example:
    table graphic

Releases

No releases published

Packages

No packages published

Languages