https://github.com/GeoscienceAustralia/PyRate
Revision 929976d358803b5934010e05f4a7b70406c91cd7 authored by Matt Garthwaite on 04 May 2020, 00:21:13 UTC, committed by Matt Garthwaite on 12 May 2020, 01:36:38 UTC
1 parent 1cd9594
Raw File
Tip revision: 929976d358803b5934010e05f4a7b70406c91cd7 authored by Matt Garthwaite on 04 May 2020, 00:21:13 UTC
update Copyright to 2020
Tip revision: 929976d
README.rst
.. image:: docs/PyRate_logo_50.png

Python tool for InSAR Rate and Time-series Estimation
================================================================

.. image:: https://travis-ci.org/GeoscienceAustralia/PyRate.svg?branch=master
   :target: https://travis-ci.org/GeoscienceAustralia/PyRate
.. image:: https://coveralls.io/repos/github/GeoscienceAustralia/PyRate/badge.svg?branch=master
   :target: https://coveralls.io/github/GeoscienceAustralia/PyRate?branch=master
.. image:: https://codecov.io/gh/GeoscienceAustralia/PyRate/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/GeoscienceAustralia/PyRate
.. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
   :target: https://opensource.org/licenses/Apache-2.0
.. image:: https://img.shields.io/pypi/pyversions/Py-Rate 
   :target: https://pypi.org/project/Py-Rate/ 

PyRate is a Python tool for estimating the average 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.

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.

The full PyRate documentation is available at http://geoscienceaustralia.github.io/PyRate

back to top