c-scale-community / use-case-return

0 stars 0 forks source link

Use Case: Monitoring Tropical Forest Recovery Capacity Using RADAR satellite data

Contact persons:

Alt text

This use case aims to (a) derive Amazon-wide disturbance magnitude and recovery time maps from the Sentinel-1 image time series and (b) analyze the functional relation between derived magnitude and disturbance time.

Implementation

The use case has been tested and deployed on the SURF computing infrastructure, i.e. the Spider cluster, and the analysis-ready data (the Amazon-wide S1 datacube) provided by EODC. Access to the datacube has been ensured through a license agreement between WUR and EODC. This GitHub repository contains an algorithm (Python code) developed by WUR to detect the disturbance magnitude and recovery time of the S1 backscatter intensity time series.

The use case workflow takes the S1 datacube as the input and applies the disturbance detection algorithm, providing the disturbance magnitude and recovery time per each pixel, i.e. x, y location. As the input datacube is a file-based image collection split in the 300 x 300 km2 Equi7Grid tiles (Bauer-Marschallinger et al. 2014), the output raster maps with disturbance magnitude values (in dB) and the recovery periods (in days) are also split in the 300 x 300 km2 tiles.

Examples

The folder Notebooks contains examples on how to: access Sentinel-1 data, make a data cube, plot time series and maps, and analyze the data mostly based on yeoda and xarray packages as well as some custom-defined helper functions. Below is the list of Python notebooks with short explanations.

References

Wagner, W.; Bauer-Marschallinger, B.; Navacchi, C.; Reuß, F.; Cao, S.; Reimer, C.; Schramm, M.; Briese, C. A Sentinel-1 Backscatter Datacube for Global Land Monitoring Applications. Remote Sens. 2021, 13, 4622. https://doi.org/10.3390/rs13224622

Bauer-Marschallinger, B.; Sabel D.; agner W. Optimisation of global grids for high-resolution remote sensing data, Computers & Geosciences, 2014, Volume 72, Pages 84-93, ISSN 0098-3004. https://doi.org/10.1016/j.cageo.2014.07.005.