Geospatial Risk Analysis of Mosquitoes in Kenya (GRAMIK), a computational tool that quantifies the risk of mosquito occurrence across geographic locations. I built it during a software engineering role with Civicom Aid in Mombasa.
GRAMIK predicts mosquito-occurrence risk on a 1 (low) to 3 (high) scale across Kenyan localities, adapting to the way risk shifts month to month with the seasons. It pairs K-Nearest-Neighbors regression with spatio-temporal data and environmental factors such as elevation and proximity to water bodies, producing a fine-grained risk surface that public-health teams can act on.
The dataset characterizes 40 Kenyan localities, each with geographic coordinates, elevation, Köppen climate classification, distance from the nearest water body, and a monthly risk level for all twelve months. It integrates endemic-region and species data from NCBI, vector-density studies, seasonal-abundance research, and occurrence records from the GBIF database.
The result is an adaptive, spatially aware method for quantifying mosquito risk that uses both temporal and spatial signals. It produces fine-grained risk levels that help target vector-control resources, and the same framework carries over to other epidemiological studies. Outputs are mapped on an interactive Leaflet.js view.