You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: paper/paper.bib
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,18 @@ @article{ZHANG2022102847
36
36
keywords = {Model-backfeed InSAR deformation estimation, Multiple Hypothesis Testing, Geolocation uncertainty, Monte Carlo methods, Multi-platform SAR data integration},
37
37
abstract = {The Groningen gas field, the largest natural gas field in Europe, was discovered in 1959 and started its production in 1963. The Earth surface above it experienced subsidence over the past six decades because of gas extraction activities. To accurately reveal this surface movement with satellite SAR data, our study first proposes and demonstrates a model-backfeed (MBF) InSAR deformation estimation method to improve InSAR deformation time series modeling. This method allowed us to include a priori knowledge and to iteratively optimize functional and stochastic models. Using this method and employing a spatio-temporal SAR data integration method based upon Monte Carlo and Multiple Hypothesis Testing methods, we retrieved the 20-year subsidence history of the Groningen gas field by integrating 32 ERS-1/2, 68 Envisat and 82 Radarsat-2 SAR images. The results show that the maximum cumulative surface subsidence in this gas field has been as much as 15.5cm between 1995 and 2015. In terms of precision and accuracy, our MBF method offered a better result than the standard Multi-Temporal InSAR analysis method: the Ensemble Coherence increased by 10%–19% and Spatio-Temporal Consistency decreased by 2%–20%. In terms of accuracy, our results better concur with the external GNSS reference observations. We further show that the spatio-temporal SAR data integration method has better links with multi-platform SAR data if the uncertainties of the InSAR geolocation and temporal deformation are included. The study demonstrates that the MBF method optimized the estimation of deformation parameters and mitigated unwrapping errors.}
38
38
}
39
+
@book{hanssen01,
40
+
key = {insar defo atmos delftsar rfh_book},
41
+
author = {R. F. Hanssen},
42
+
title = {Radar Interferometry: Data Interpretation and Error Analysis},
43
+
year = {2001},
44
+
publisher = {Kluwer Academic Publishers},
45
+
address = {Dordrecht},
46
+
mailto = {r.f.hanssen@tudelft.nl},
47
+
available = {photocopy},
48
+
doi = {10.1007/0-306-47633-9},
49
+
ISBN = {978-0-7923-6945-5}
50
+
}
39
51
40
52
@article{fokker2016application,
41
53
title = {Application of an ensemble smoother with multiple data assimilation to the Bergermeer gas field, using PS-InSAR},
@@ -51,6 +63,14 @@ @article{fokker2016application
51
63
publisher = {Elsevier},
52
64
number = {March},
53
65
}
66
+
@article{ozer2018applicability,
67
+
title={Applicability of satellite radar imaging to monitor the conditions of levees},
68
+
author={{\"O}zer, I{\c{s}}{\i}l E and van Leijen, Freek J and Jonkman, Sebastiaan N and Hanssen, Ramon F},
Copy file name to clipboardExpand all lines: paper/paper.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,27 +20,27 @@ authors:
20
20
affiliations:
21
21
- name: Netherlands eScience Center, Netherlands
22
22
index: 1
23
-
- name: Delft University of Technology, Netherlands
23
+
- name: Department of Geoscience and Remote Sensing, Delft University of Technology, Netherlands
24
24
index: 2
25
25
date: 22 Dec 2024
26
26
bibliography: paper.bib
27
27
---
28
28
29
29
## Summary
30
30
31
-
Satellite-based Synthetic Aperture Radar (SAR) provides invaluable image data for Earth observation. The Interferometric SAR (InSAR) technique, which utilizes a stack of SAR images in Single Look Complex (SLC) format, plays a significant role in various surface motion monitoring applications, e.g. civil-infrastructure stability [@chang2014detection; @chang2017railway], and hydrocarbons extraction [@fokker2016application; @ZHANG2022102847]. To facilitate advanced data processing for InSAR communities, we developed `SARXarray`, a Xarray extension for handling SLC SAR stacks.
31
+
Satellite-based Synthetic Aperture Radar (SAR) provides invaluable data for Earth Observation. The Interferometric SAR (InSAR) technique[@hanssen01], which utilizes a stack of SAR images in Single Look Complex (SLC) format, plays a significant role in various surface motion monitoring applications, e.g. civil-infrastructure stability [@chang2014detection; @chang2017railway;ozer2018applicability], and hydrocarbons extraction [@fokker2016application; @ZHANG2022102847]. To facilitate advanced data processing for InSAR communities, we developed `SARXarray`, a Xarray extension for handling SLC SAR stacks.
32
32
33
33
## Statement of Need
34
34
35
-
Satellite-based SAR generates data stacks with long temporal coverage, broad spatial coverage, and high spatio-temporal resolution.[@moreira2013tutorial] Handling SAR data stacks in an efficient way is a common challenge within InSAR communities. To address this challenge, High-Performance Computing (HPC) is often used to process data in a parallel and distributed manner. However, to fully leverage HPC capabilities, data processing workflows need to be customized for each specific use-case.
35
+
Satellite-based SAR generates data stacks with long temporal coverage, wide spatial coverage, and high spatio-temporal resolution [@moreira2013tutorial]. Handling SAR data stacks in an efficient way is a common challenge within the InSAR community. To address this challenge, High-Performance Computing (HPC) is often used to process data in a parallel and distributed manner. However, to fully leverage HPC capabilities, data processing workflows need to be customized for each specific use-case.
36
36
37
-
To facilitate efficient processing of SLC SAR stacks and minimize code customization, we developed `SARXarray` for SLC SAR stack.
37
+
To facilitate efficient processing of SLC SAR stacks and minimize code customization, we developed `SARXarray`.
38
38
39
39
`SARXarray` leverages two well-established Python libraries `Xarray` and `Dask` from the [Pangeo community](https://www.pangeo.io/). It utilizes Xarray’s support on labeled multi-dimensional datasets to stress the space-time character of an SLC SAR stack. `Dask` is used to perform lazy evaluation of operations and block-wise computations. SARXarray can be integrated into existing Python workflows of InSAR processing and deployed on a variety of computational infrastructures.
40
40
41
41
## Tutorial
42
42
43
-
We provided a tutorial as a Jupyter notebook to demonstrate the functionalities of `SARXarray`:
43
+
We provide a tutorial as a Jupyter notebook to demonstrate the functionalities of `SARXarray`:
@@ -51,13 +51,13 @@ The tutorial includes the following steps:
51
51
- Attaching attributes to the loaded stack
52
52
- Applying common SAR operations on the loaded stack such as:
53
53
- Multi-Looking
54
-
-Create Mean-Reflection-Map (MRM)
55
-
-Calculate complex coherence
54
+
-Creation of a Mean-Reflectivity-Map (MRM)
55
+
-Calculation of coherence
56
56
57
57
## Acknowledgements
58
58
59
-
The authors express sincere gratitude to the Dutch Research Council (Nederlandse Organisatie voor Wetenschappelijk Onderzoek, NWO) for their generous funding of the `SARXarray` development through the Collaboration in Innovative Technologies (CIT 2021) Call, grant NLESC.CIT.2021.006. Special thanks to SURF for providing valuable computational resources for `SARXarray` testing via grant EINF-2051, EINF-4287 and EINF-6883.
59
+
The authors express sincere gratitude to the Dutch Research Council (Nederlandse Organisatie voor Wetenschappelijk Onderzoek, NWO) for their generous funding of the `SARXarray` development through the Collaboration in Innovative Technologies (CIT 2021) Call, grant NLESC.CIT.2021.006. Special thanks to SURF for providing valuable computational resources for `SARXarray` testing via grants EINF-2051, EINF-4287 and EINF-6883.
60
60
61
-
We would also like to thank Dr. Francesco Nattino and Dr. Meiert Willem Grootes for the insightful discussions, which are important contributions to this work.
61
+
We would also like to thank Dr. Francesco Nattino and Dr. Meiert Willem Grootes of the Netherlands eScience Center for the insightful discussions, which are important contributions to this work.
0 commit comments