Skip to content

Commit 8203989

Browse files
Matt GarthwaiteMatt Garthwaite
Matt Garthwaite
authored and
Matt Garthwaite
committed
add details about SNAP software to doco [ci skip]
1 parent b1aaa62 commit 8203989

File tree

3 files changed

+32
-9
lines changed

3 files changed

+32
-9
lines changed

README.rst

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Python tool for InSAR Rate and Time-series Estimation
1414
:target: https://pypi.org/project/Py-Rate/
1515

1616
PyRate is a Python tool for estimating the average displacement rate (velocity) and cumulative displacement time-series of surface movements for every pixel in a stack of geocoded unwrapped interferograms generated by Interferometric Synthetic Aperture Radar (InSAR) processing. PyRate uses a "Small Baseline Subset" (SBAS) processing strategy and currently supports input data in the GAMMA or ROI_PAC software formats.
17+
Additionally, the European Space Agency `SNAP software <https://step.esa.int/main/download/snap-download/>`_ version 8 has a "PyRate export" capability that prepares SNAP output data in the GAMMA format for use with PyRate.
1718

1819
The PyRate project started in 2012 as a partial Python translation of "Pirate", a Matlab tool developed by the University of Leeds and the Guangdong University of Technology.
1920

docs/index.rst

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ geocoded unwrapped interferograms generated by Interferometric Synthetic
99
Aperture Radar (InSAR) processing. `PyRate` exploits distributed scatterers
1010
using a "Small Baseline Subset" (SBAS) processing strategy and currently
1111
supports input data in the `GAMMA` or `ROI\_PAC` software formats.
12+
Additionally, the European Space Agency SNAP_ software version 8 has a
13+
"PyRate export" capability that prepares `SNAP` output data in the `GAMMA`
14+
format for use with `PyRate`.
15+
16+
.. _`SNAP`: https://step.esa.int/main/download/snap-download/
1217

1318
.. note::
1419

docs/usage.rst

+26-9
Original file line numberDiff line numberDiff line change
@@ -407,15 +407,10 @@ in order as a single job. This could be useful for batch processing runs.
407407
Input Files
408408
-----------
409409

410-
`PyRate` currently supports input files generated by the `GAMMA` and `ROI\_PAC`
411-
interferometry softwares. `PyRate` will determine the input format from the
412-
``processor:`` parameter in the configuration file (``0``: `ROI\_PAC`;
413-
``1``: `GAMMA`).
414-
415-
.. note::
416-
417-
- Support and development of `ROI\_PAC` has been discontinued.
418-
- `ROI\_PAC` support in `PyRate` will be deprecated in a future release.
410+
`PyRate` currently supports input files generated by the `GAMMA`, `ROI\_PAC`
411+
and `SNAP` interferometry softwares. `PyRate` will determine the input
412+
format from the ``processor:`` parameter in the configuration file
413+
(``0``: `ROI\_PAC`; ``1``: `GAMMA` (and `SNAP`)).
419414

420415
`GAMMA`
421416
^^^^^^^
@@ -430,6 +425,23 @@ matching based on date epochs given in the filenames.
430425
A DEM with matching size and geometry to the interferograms can also be processed.
431426
The DEM absolute path and filename are set with the ``demfile`` parameter.
432427

428+
`SNAP`
429+
^^^^^^
430+
431+
The European Space Agency SNAP_ software has supported PyRate since version
432+
8.0.0. Users can convert their output data in to `GAMMA` format by
433+
using the "PyRate export" function in `SNAP`. Then users should follow the
434+
`PyRate` instructions for `GAMMA`-formatted data.
435+
436+
.. note::
437+
438+
- The capability to generate SBAS interferogram networks that are needed
439+
for time series analysis of large InSAR stacks in `PyRate` is planned
440+
for a future version of `SNAP`.
441+
442+
.. _SNAP: https://step.esa.int/main/download/snap-download/
443+
444+
433445
`ROI\_PAC`
434446
^^^^^^^^^^
435447

@@ -442,6 +454,11 @@ from the DEM header file.
442454
A DEM with matching size and geometry to the interferograms can also be processed.
443455
The DEM absolute path and filename are set with the ``demfile`` parameter.
444456

457+
.. note::
458+
459+
- Support and development of `ROI\_PAC` has been discontinued.
460+
- `ROI\_PAC` support in `PyRate` will be deprecated in a future release.
461+
445462
.. _parallel_label:
446463

447464
Parallel Processing

0 commit comments

Comments
 (0)