jolivetr / mpits

Multi-Pixel InSAR Time Series

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MPITS

Multipixel InSAR time series

This python library implements the method described in Jolivet & Simons 2018 (Geophysical Research Letters). In short, this library allows to solve the InSAR time series problem considering all pixels simultaneously and accounting for long wavelength trends and complete covariances.

Installation

Sorry, there is no setup.py script...

  1. Start by installing the prerequisites:
  • openmpi (maybe mpich... should be okay... has not been tested...)
  • PETSc
  • HDF5 library with parallel support
  • Python (works only with 2.7 because based on GIAnT) with the following libraries:
    • numpy
    • scipy
    • mpi4py
    • h5py (linked with HDF5 with parallel support)
    • petsc4py
  1. Clone mpits in a directory
  2. Install GIAnT
  3. Add the appropriate directory to your PYTHONPATH

Examples

For examples, please visit R. Jolivet's website.

Manual

See TODO...

TODO

  • Make sure GIAnT is python3 compatible and check that mpits runs as well.
  • Write a manual...

About

Multi-Pixel InSAR Time Series

License:GNU General Public License v3.0


Languages

Language:Python 100.0%