We used data from the NASA at https://worldview.earthdata.nasa.gov to get the aerosol index in Nigeria, and information from worldpop.org to get the population density and the DPT vaccionation coverage of the region, all three of them in Geotiff format.
Using both MATLAB and python with the matplotlib, numpy and rasterio libraries, we loaded the raster images and converted them to numpy arrays, to then use an evolutive algorithm to find the weighed areas which represent the regions at the highest risk of infection spread.
Resources used:
worldview.earthdata.nasa.gov
https://www.worldpop.org/geodata/summary?id=6160
https://www.worldpop.org/geodata/summary?id=17020
Link to project: