TimeSAT
Satellite image time series and derived products are increasingly available thanks to the launch of Earth Observation missions which aim at providing a coverage of the Earth every few days with high spatial resolution. The high revisit time of Copernicus (Sentinel-1, Sentinel-2) and Landsat satellites allow for the setup of systematic calculation of ground motion products, opening the way to science and operational monitoring capacities of geohazards. Many services are deployed in order to offer to users systematic or on-demand calculation of optical and InSAR time series products representing ground deformation. Satellite-derived products and services (e.g. EGMS; EPOS satellite products; GEP, Comet and ARIA services, etc) for the processing of SAR and optical imagery allow accessing displacement/velocity time series over large areas and time periods. Exploiting these datasets (stacks of interferograms, PSInSAR time series, optical derived ground motion, possibly organized in datacubes) necessitates the development of post-processing tools in order to combine the datasets and investigate the spatial and temporal behavior of the studied variables.
TimeSAT is a service developed by CNRS-EOST (Strasbourg, France) for classifying ground motion displacement time series in specific behaviors/patterns, detect changes in the time series (increase, decrease, periodicity) and identify spatial clusters of homogeneous styles of ground motion. The service currently allows ingesting PSInSAR and SBAS InSAR time series and optical offset-tracking time series. It consists of:
- Mode 1 / supervised: The classification in pre-defined distinctive patterns (uncorrelated trend, linear trend, quadratic trend, bilinear trend) based on a sequence of conditional statistical tests,
- Mode 2 / unsupervised: The classification using a combination of principal component analysis (IPA) and independent component analysis (ICA) to detect and classify specific patterns.
TimeSAT allows the processing of time series non structured and unevenly distributed in time and in space. The workflow is computationally optimized and parallelised and is implemented on the Mésocentre/HPC infrastructure of the University of Strasbourg. Thanks to the parallelization and scaling of the code, the processing of about 1 million time series (pixel, PS/DS points) of 5 a years period lasts less than 2 hours.
TimeSAT Pre-processing is using Python librairies based on [1] and [2],
TimeSAT Mode 1 implements part of the supervised classification approach described in [3] using advanced statistical tests [4], [5], [6],
TimeSAT Mode 2 implements unsupervised classification approaches such as those used by [7], [8] and [9].
EO sources supported:
- PSInSAR (Snapping FullRes, SqueeSAR, or any other PSInSAR methods) and SBAS InSAR time series. Format: standard Comma-Separated Values (.csv) format in geographic coordinates.
- Optical offset-tracking time series (GDM-OPT-SLIDE, GDM-OPT-ICE, or any other offset tracking methods). Format: standard Comma-Separated Values (.csv) format in geographic coordinates.
Output specifications
- Mode 1 / supervised classification: Format: standard Comma-Separated Values (.csv) format in geographic coordinates.
- Mode 2 / unsupervised classification: Format: standard Comma-Separated Values (CSV) format in geographic coordinates.
- One report (*.pdf file) summarizing the processing and presenting statistics on the results.
Processing workflows
This tutorial introduces to the use of the ground motion classification service TimeSAT.
There are two versions available for the service (basic, advanced). This tutorial describes all the parameters and details the ones associated with the advanced version of the service.
This will display the service panel including several (22 for the advanced mode, 13 for the basic mode) pre-defined parameters which can be adapted.
This figure displays all the parameters; the advanced parameters are indicated in grey color.
Select My store from the Private pulldown menu:
Drop the archive in the field of the service panel named “Input file”:
Some processing parameters can be adjusted. When hovering over the parameter fields, you will see a short explanation for each of the parameters.
Non-expert users are advised to keep the default values or to use the basic version of the code.
Note
The pre-visualization in the Geobrowser is only a preview. To generate this preview the csv files are rasterized with a resolution of 0.0001°. For further analysis and post-processing, the results have to be donwloaded.
[1] | Savitzky, A, Golay, MJE (1964). Smoothing and Differentiation of Data by Simplified Least Squares Procedures, Anal. Chem., 36(8), 1627-1639 |
[2] | Davies, L., U. Gather, U. (1993). The identification of multiple outliers, Journal of the American Statistical Association, 88 (1993), pp. 782-792 |
[3] | Berti, M., Corsini, A., Franceschini, S., Iannacone, J.P. (2013): Automated classification of Persistent Scatterers Interferometry time series, Nat. Hazards Earth Syst. Sci., 13, 1945–1958, https://doi.org/10.5194/nhess-13-1945-2013. |
[4] | Davis, J. C.: Statistics and Data Analysis in Geology, John Wiley and Sons, New York, USA, 1986. |
[5] | Main, I.G., Leonard, T., Papasouliotis, O., Hatton, C. G., and Meredith, P.G. (1999). One slope or two? Detecting statistically significant breaks of slope in geophysical data with application to fracture scaling relationships, Geophys. Res. Lett., 26, 2801–2804. |
[6] | Schwarz, G.: Estimating the dimension of a model, Ann. Statistics, 6, 461–464, 1978. |
[7] | Gaddes, M.E., Hooper, A., Bagnardi, M., Inman, H., & Albino, F. (2018). Blind signal separation methods for InSAR: The potential to automatically detect and monitor signals of volcanic deformation. Journal of Geophysical Research: Solid Earth, 123, 226–251. https://doi.org/10.1029/2018JB016210 |
[8] | Gaddes, M.E., Hooper, A., & Bagnardi, M. (2019). Using machine learning to automatically detect volcanic unrest in a time series of interferograms. Journal of Geophysical Research: Solid Earth, 124, 12304– 12322. https://doi.org/10.1029/2019JB017519 |
[9] | Ebmeier, S.K. (2016). Application of independent component analysis to multitemporal InSAR data with volcanic case studies, J. Geophys. Res. Solid Earth, 121, 8970– 8986, doi:10.1002/2016JB013765. |