Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seankwarren/water-quality-analysis

An examination of water quality in the Atlanta watershed with a focus on identifying neglected areas and potential strategies for improving water quality monitoring
https://github.com/seankwarren/water-quality-analysis

analytics data-analysis jupyter-notebook python

Last synced: 22 days ago
JSON representation

An examination of water quality in the Atlanta watershed with a focus on identifying neglected areas and potential strategies for improving water quality monitoring

Awesome Lists containing this project

README

        

# Proctor Creek Water Quality Analysis
## with the West Atlanta Water Alliance
![poster](Poster.jpg)

-----

Contents:

data/
Rivers_Streams_Atlanta_Region.shp #Atlanta Regional Commission data containing geospatial waterway information
Rivers_Streams_Atlanta_Region.cpg
Rivers_Streams_Atlanta_Region.dbf
Rivers_Streams_Atlanta_Region.prg
Rivers_Streams_Atlanta_Region.shx
DataSelectionTotalColiform.ipynb #Jupyter Python notebook that exports total coliform water data
DataSelectionEColi.ipynb #Jupyter Python notebook that exports e coli water data
1D_analysis.ipynb #Jupyter Python notebook that conducts preliminary one dimensional analysis
AnalysisModel.ipynb #Jupyter Python notebook that conducts detailed feature analysis

To re-run the Proctor Creek Water Quality Analysis, run each Jupyter Python Notebook individually in the following order:

1) DataSelectionTotalColiform.ipynb

2) DataSelectionEColi.ipynb

3) 1D_analysis.ipynb

4) AnalysisModel.ipynb

*Note: Some libraries used in the analysis may not be currently installed. The geopandas, plotly, and pingouin libraries are not common in base python library collections. If errors are encountered begin troubleshooting by running a !pip install command for libraries causing errors