Static website created to show results of Spring 2020 Mosquito Population Analysis independent study for the CDC's Midwest Center of Excellence for Vector-Borne Diseases (MCEVBD).
The focus of this project was digitizing catch-basins and mosquito traps in Milwaukee County, as well as creating a relational database tracking mosquito larvae levels. The static website was created to display the findings. Because the focus of the project was GIS, in the interest of time creating the website, the bulk of the text was formated using Microsoft Word-converted html documents. Those documents (index_page.html and maps_page.html) were then referenced from index.html and maps.html.
Project site was hosted using Amazon Web Services (AWS) Simple Storage Service (S3).
The objective of this semester-long independent study was to work with the Center for Disease Control and Prevention’s (CDC) Upper Midwest Center of Excellence for Vector-Borne Disease (MCEVBD) Mosquito Team to identify and map existing catch basins (storm drains) and mosquito trap sites within four separate study areas in Milwaukee County. I was tasked with producing maps the Mosquito Team could carry in the field to better locate sampled catch basins and mosquito traps, calculate the most efficient routes the team could take to visit each catch basin and trap, and build a geodatabase that would allow additional analysis to be preformed on the collected data.
Catch-Basin (CB) Table Attributes:
There is a unique CB table for each of the four study areas.
Object IDgenerated by ArcMapShapepointCB NumberLocationstudy areaAdditional location commentsKeyunique identifier for each CB, used to relate to Mosquito Larvae Data TableLatitudeLongitude
Trap Table Attributes:
There is a unique Trap table for each of the four study areas.
Object IDgenerated by ArcMapShapepointTrap NumberCDC trapboolean value: indicates use of CDC trapGravid trapboolean value: indicates use of Gravid trapLocationstudy areaAdditional location commentsaddresses, resident contact information, etc.Yearyear trap was utlizedLatitudeLongitude
Mosquito Larvae Data Table Attributes:
Contains all the mosquito Larvae data collected - referenced via the Key field from the CB tables.
Object IDgenerated by ArcMapDateEpidemiological WeekSitestudy areaCB numberTreatmentTreatment DateEarlyLatePupaeNumber pupaePass/FailDays post treatmentWeeks post treatmentKeyunique identifier for each CB, used to relate with CB Tables
Example of Maintained Data Connection:
Using ArcMap’s Network Analyst extension, a shortest path analysis was conducted for each of the study areas. The shortest route for visiting each CB and the shortest route for visiting each trap were calculated for each study area.
Route Analysis Settings:
- Reorder Stops to Find Optimal Route
- Preserve First Stop
- Preserve Last Stop
- Accumulate on Length
Thank you to the Upper Midwest Center of Excellence for Vector-Borne Disease for the project.
Site navigation bar adapted from w3schools.com/css/css_navbar.
Site map slideshow containers adapted from w3schools.com/howto/js_slideshow.

