Using worldpop.org to find those at risk of developing Diphteria for the lack of a DTP vaccionation, coupled with the spacial distribution of population in Nigeria.
Chances of developing such an infection could increase due to external hazards provided by worldview.earthdata.nasa.gov
# Import libraries | |
importrasterio | |
importnumpyasnp | |
frommatplotlibimportpyplot | |
importmatplotlib | |
# Read datasets | |
dataset=rasterio.open('nigeria.tif') | |
dataset.indexes | |
band1=dataset.read(1) | |
pyplot.imshow(band1, vmin=0,vmax=1) | |
pyplot.show() |