Skip to content

lukasValentin/SENSECO-WG2_UncertaintyPhenologicalStages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DOI

About

This repository contains scripts and data to create scenarios of Sentinel-2 (S2) Normalized Difference Vegetation Index (NDVI) time series data to account for radiometric uncertainty. The objective of this small exercise is to give a first rough estimate of the impact of radiometric uncertainty on the timing of key phenological stages such as start (SOS), peak (POS), and end of season (EOS).

The project is the result of a summer school student project jointly accomplished by Paulo Bernardina, Zaib un Nisa, Stefanie Steinhauser, and Lukas Graf at the SENSECO Eo-Sense 2.0 summer school in Plovidiv, Bulgaria in September 2021. It has been carried out within the scope of SENSECO Working Group 2 ("Closing the temporal gap: from daily observations to seasonal trends") and has also received valuable inputs from SENSECO Working Group 4 ("Establishing data quality through traceability and uncertainty").

The research was supported by the Action CA17134 SENSECO (Optical synergies for spatiotemporal sensing of scalable ecophysiological traits) funded by COST (European Cooperation in Science and Technology, www.cost.eu).

Workflow

S2 NDVI Data Acquisition

S2 NDVI data were acquired for a whole growing season period (August 2017 to August 2018) for an agricultural field parcel in northern Bulgaria, where winter rapeseed (Brassica Napus L.) was cultivated. To obtain the data, a Jupyter Notebook running on Google Colab (requires a Google account), can be used. The Jupyter Notebook was provided by Matias Salinero Delgado from the University of Valencia - many thanks for sharing!

Scenario and Time Series Generation

For each NDVI image, we discarded the lower and upper 5% percentile and averaged the remaining values. We then assumed an uncertainty of 2% in the NDVI values and draw samples from a normal distribution $\mathcal{N}(0,\sigma)$, where $\sigma$ denotes the standard deviation. In total, 10,000 samples were generated following this procedure, to reflect the potential impact of radiometric uncertainty on NDVI values. To reproduce this step, the R-script written by Paulo Bernardino can be used.

The 10,000 NDVI time series generated were put into DATimeS which is a stand-alone toolbox that can be acquired via the ARTMO toolbox. DATimeS is a stand-alone image processing GUI toolbox that enables to perform different advanced time series tasks for:

(1) generating spatially continuous maps from discontinuous data using conventional fitting and smoothing functions and advanced machine learning regression algorithms, and (2) quantifying phenological indicators (e.g., SOS, EOS, and POS) throughout multiple seasons.

Using DATimeS, we interpolated and smoothed the data to extract SOS, POS, EOS, and the length of the growing season using a 30% threshold of the seasonal amplitude.

Finally, we analyzed the spread among the 10,000 time series simulations in terms of these phenological stages and reported the standard uncertainty as a measure of the standard uncertainty in days, alongside the min. and max. spread among the simulations. For that step, a short Python script was developed.

Project Structure

In scripts, you can find the R script for generating the Monte Carlo simulations and the Python script used to analyse the outcomes of DATimeS.

In data, you can find a series of GeoTiff files with the extracted NDVI values for the field studied. The images can be reproduced (or generated for another region) using teh Jupyter notebook by Matias Salinero Delgado.

Citation