MacOS:
python3 -m venv env
Windows:
python -m venv env
MacOS:
source ./env/bin/activate
Windows:
env\Scripts\activate
pip install -r requirements.txt
Need to have the data file in the following location:
<year>/Mosquito Count Graphs <year>.xlsx
example:
2023/Mosquito Count Graphs 2023.xlsx
sprays.csv
trap_sites.csv
weather.csv
MacOS:
python3 Data_Handler.py
Windows:
python Data_Handler.py