Requires access to bigquery Create a service account with access to GCP BigQuery and download json.
Run: GOOGLE_APPLICATION_CREDENTIALS=./{file_name}.json python waterTemperaturePredictor.py
virtualenv --system-site-packages -p python3 ./venv
source ./venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt