Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.
/ mansquito Public archive

Mansquito Data Handler for Salt Lake City

Notifications You must be signed in to change notification settings

UCD-DART/mansquito

Repository files navigation

README

First Time:

Setup python virtual enviroment

MacOS: python3 -m venv env

Windows: python -m venv env

Activate virtual environment

MacOS: source ./env/bin/activate

Windows: env\Scripts\activate

Install dependencies

pip install -r requirements.txt

Setup Directory structure

Need to have the data file in the following location:

Mosquito Data

<year>/Mosquito Count Graphs <year>.xlsx

example:

2023/Mosquito Count Graphs 2023.xlsx

Spray Data

sprays.csv

Trap sites

trap_sites.csv

Weather

weather.csv

Run the script

MacOS: python3 Data_Handler.py

Windows: python Data_Handler.py

About

Mansquito Data Handler for Salt Lake City

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages