Mosquito Trap Counts
The Norfolk Department of Public Health's Vector Control Division operates year-round to manage mosquito populations and safeguard residents from mosquito-borne diseases, while enhancing overall quality of life in Norfolk. Their efforts include placing mosquito traps at hundreds of locations across the city. Each morning, Vector Control staff retrieve the traps, analyze them in the lab, and record the number and species of mosquitoes, as well as test for any potential viruses or diseases.
This dataset provides detailed information on mosquito captures, including date, location, trap type, and species. It covers data from 2015 to the present and is updated weekly.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"norfolk-gov/mosquito-trap-counts-wafq-k26c\".\"mosquito_trap_counts\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.