by Mahlia Merville
For the project in collaboration with Paul Mazas and Professor Soohyun Yang
The needed libraries are the following:
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import os
import sys
from scipy.stats import pearsonr
import matplotlib as mpl
import mpltern
from tqdm.auto import tqdm
from sklearn.linear_model import LinearRegression
All the datasets are to be found on NAS, an online storage server, at this address: https://urwaters.quickconnect.to/. You should download the following files: biol_data, phychem_data, geo_data and Qgis.
You should then place the files in the current repository, without pushing them on GitHub (they are too heavy).
The construction of the whole repository should be as follows.
Contains biological raw and processed data
Contains physico-chemical raw and processed data
Contains geographic raw and processed data divided in sub groups
- watershed data
- land use land cover (LULC) data
- population data
- river data
Contains all python codes used in the project
Contains files useful for Qgis
Saved figure and plots