Stanislaus County Geologist have been acquiring data from four wells in Woodward Regional Park every three months since 2016 to measure possible contamination of groundwater from the campsite wastewater. Two wells check the composition of incoming groundwater and two wells sample for groundwater on the other side of the evaporation pond. We will develop a program to preprocess the data to compare the chemical analyses of both inbound and outbound groundwater.
python3 manage.py runserver
Might need to run pip3. The Mirgration uses a CSV file to import data to the database. Run
python3 manage.py load_well_data
Add additional notes about how to deploy this on a live system
This project is licensed under the MIT License - see the LICENSE.md file for details