Team Updates

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

miguel497Miguel Angel Ramirez Hernandez
# 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()
view raw NIG_POP.py hosted with ❤ by GitHub
miguel497Miguel Angel Ramirez Hernandez
Nigeria population, as shown in MATLAB
Nigeria population, as shown in MATLAB
miguel497Miguel Angel Ramirez Hernandez