The Normalized Difference Vegetation Index (NDVI) is a indicator that quantifies vegetation cover and health by measuring the difference between near-infrared (strongly reflected by healthy plants) and red light (absorbed by chlorophyll). Its has the ability to capture environmental conditions that influence disease dynamics, nutrition, and overall well-being. For example, NDVI helps identify areas at risk of vector-borne diseases such as malaria, dengue, and leishmaniasis, since vegetation cover and humidity create favorable habitats for vectors like mosquitoes and sandflies. NDVI also supports urban health research by assessing the distribution of green spaces, which are linked to reduced air pollution exposure, better mental health, and mitigation of heat stress.
I created this dataset with NDVI averages for Brazilian municipalities using a zonal statistics procedure with data available from the Copernicus Land Monitoring Service.
First, the available data for each month was averaged, generating monthly NDVI files. Then, for each month, the following zonal statistics were computed for each Brazilian municipality: mean, maximum value, minimum value, standard variation.
The R scripts for download, processing and export data are available here.