Monthly Normalised Difference Vegetation Index (NDVI) Anomaly

Date modified: March 2022

Aperçu du service

Description

Digital Earth Africa’s Monthly NDVI Anomaly service provides estimate of vegetation condition, for each caldendar month, against the long-term baseline condition measured for the month from 1984 to 2020 in the NDVI Climatology.

A standardised anomaly is calculated by subtracting the long-term mean from an observation of interest and then dividing the result by the long-term standard deviation. The equation below applies for monthly NDVI anomalies:

\begin{equation} \text{Standardised anomaly }=\frac{NDVI_{month, year}-NDVI_{month}}{\sigma} \end{equation}

where \(NDVI_{month, year}\) is the NDVI measured for a month in a year, \(NDVI_{month}\) is the long-term mean for this month from 1984 to 2020, and \(\sigma\) is the long-term standard deviation. A standarised anomaly therefore measures the direction and significance of vegeation change against normal conditions.

Positive NDVI anomaly values indicate vegetation is greener than average conditions, and are usually due to increased rainfall in a region. Negative values indicate additional plant stress relative to the long-term average. The NDVI anomaly service is therefore effective for understanding the extent, intensity and impact of a drought.

Abrupt and significant negative anomalies may also be caused by fire disturbance.

A Jupyter Notebook which demonstrates loading and using this dataset in the Sandbox is also available.

The product is available on DE Africa Maps, which loads the product at the continental scale.

Spécifications

Table 1: NDVI Anomaly specifications

Spécifications

Nom du produit

ndvi_anomaly

Taille de la cellule - X (mètres)

30

Taille de la cellule - Y (mètres)

30

Système de référence des coordonnées

EPSG : 6933

Résolution temporelle

Monthly

Plage temporelle

2017 - now

Ensemble de données parent

Landsat 8, 9, Sentinel-2

Fréquence de mise à jour

Monthly

From September 2022, the Monthly NDVI Anomaly is generated as a low latency product, i.e. anomaly for a month is generated on the 5th day of the following month. This ensures data is available shortly after the end of a month and all Landat 9 and Sentinel-2 observations are included. Not all landsat 8 observations for the month will be used, because the Landsat 8 Surface Refelectance product from USGS has a latency of over 2 weeks (see Landsat Collection 2 Generation Timeline).

From January 2017 to August 2022, all available Landsat 8, Landsat 9 and Sentinel-2 observations are used in the calculation of the anomalies.

Table 2: NDVI Anomaly measurements

ID de la bande

Description

Plage de valeurs

Type de données

Valeur NoData/Fill

ndvi_mean

Mean NDVI for a month

0 - 1

float32

nan

ndvi_std_anomaly

Standardised NDVI anomaly for a month

0 - 1

float32

nan

clear_count

Number of clear observations in a month

0 - ~10

int8

0

The specific temporal and geographic extents for the product can be explored as an interactive map on the Metadata Explorer. Data is available for the region shaded in blue.

Figure 1: The dataset coverage for the NDVI anomaly product

1ede7753563a4f5abf775a7b3195fd23

Médias et exemples d’images

Image 1: Mean NDVI(left image) and Standardised NDVI Anomaly(right image) product at the Continental Level

d20a7998130a4d8daca7c1883cb272d7

Image 2: Mean NDVI(left image) and Standardised NDVI Anomaly(right image) product at the Northern part of Egypt

bd94b5bbc78a4771aca6514944f88fdb

Image 3: Mean NDVI and NDVI anomaly for June 2022 over Uganda

ae90d7b4f7eb463cb2951a665680299e

Licence

Licence internationale CC BY Attribution 4.0

Accès aux données

Amazon Web Services S3

The NDVI Anomaly service is available in AWS S3 thanks to the Public Dataset Program.

Tableau 3 : Détails de l’accès aux données AWS.

Détails sur AWS S3

Seau ARN

arn:aws:s3:::deafrica-services

Nom du produit

ndvi_anomaly

The bucket is located in the region af-south-1 (Cape Town). Additional region specifications can be applied as follows:

aws s3 ls --region=af-south-1 s3://deafrica-services/ndvi_anomaly/

Les chemins d’accès aux fichiers suivent le format :

<productname>/<version>/<x>/<y>/<timeperiod>/<x><y>_<timeperiod>_<band>.<extension>

Tableau 4 : Convention de chemin d’accès aux fichiers AWS.

Élément de chemin d’accès au fichier

Description

Exemple

productname

Nom du produit

ndvi_anomaly

version

Version du produit

1.0.0

x

Numéro de tuile dans la direction « x ».

x17

y

Numéro de tuile dans la direction « y ».

y156

période de temps

Year and month of data collection followed by period of time and time unit in the format YYYY-MM--P<period><unit>. Time units are designated by capitalised letters, Y for years and M for months.

2022-06--P1M

bande_de_temps_x_y.extension

Nom de fichier. Combine x, y, timeperiod avec band, en utilisant les ID de bande, et les extensions de fichier. Pour la plupart des tuiles, l’extension de fichier est .tif.

Open Data Cube (ODC)

The NDVI Anomaly datasets can be accessed through the Digital Earth Africa ODC API, which is available through the Digital Earth Africa Sandbox.

ODC product name: ndvi_anomaly

Pour des exemples sur la façon d’utiliser l’API ODC, voir le dépôt DE Africa example notebook.

Services Web de l’OGC (OWS)

This service is available through DE Africa’s OWS.

Tableau 3 : Détails de l’accès aux données OWS.

Détails de l’OWS

Nom

DE Africa Services

URL des services cartographiques Web (WMS)

https://ows.digitalearth.africa/wms?version=1.3.0

URL du service de couverture Web (WCS)

https://ows.digitalearth.africa/wcs?version=2.1.0

Noms des couches

ndvi_anomaly

Les détails de Digital Earth Africa OWS peuvent être trouvés sur https://ows.digitalearth.africa/.

Pour obtenir des instructions sur la manière de se connecter à OWS, consultez ce tutoriel.

Informations techniques

Limites

Coverage and reliability of the NDVI Anomaly service depend on the availability and quality of both the NDVI Climatology and observations from the month of interest. Over equatorial Africa, the service is impacted by low quality of the long-term baseline and low number of cloud free images in a given month.

Currently, the NDVI Anomalies are calulated for locations with more than 10 clear historical observations.

Combining Sentinel-2 and Landsat

The mean NDVI value for a month of interest is calculated combining measurements from Landsat 8, Landsat 9 and Sentinel-2. For Landsat 8 and Landsat 9, NDVI is calculated using Band 5 (NIR) and Band 4 (Red). For Sentinel-2, NDVI is calculated using Band 8A (NIR narrow) and Band 4 (Red).

The code for reproducing the NDVI anomaly product is publicly availabe on github