GithubHelp home page GithubHelp logo

watpet / kfts-insar Goto Github PK

View Code? Open in Web Editor NEW

This project forked from manondls/kfts-insar

0.0 0.0 0.0 1.35 MB

Kalman Filter Time series Analysis for InSAR

License: GNU General Public License v3.0

Shell 0.18% Python 99.82%

kfts-insar's Introduction

Kalman Filter for time series analysis of InSAR data

A library to iterativelly recover the phase evolution over time from interferograms (stored in HDF5 file)

v0.1.0 :DOI

Documentation

https://manondls.github.io/KFTS-InSAR/

Dalaison & Jolivet (2020)

Assumptions

  • Assuming python 3 is installed on your system.
  • H5py installed with gcc8 and openmpi variants for multiprocessing (py36-h5py @2.10.0_1+gcc8+openmpi)
  • Numpy installed with gcc8 and openblas variants for multiprocessing (py36-numpy @1.18.1_0+gcc8+openblas)

Install kf on your system using :

python -m pip install dist/KFTS_InSAR-0.1-py3-none-any.whl

Easy test

A sample dataset (set of unwrapped interferograms) is provided in testdata/ To run KFTS on this dataset :

python kfts.py -c configs/config_Etna.ini 

To quickly visualize outputs and plot metrics :

python kf2rms.py -c configs/config_Etna.ini 
python checkinnov.py -c configs/config_Etna.ini 
python plotoutput.py -c configs/config_Etna.ini  -geom ./ -rmsTh 2

Synthetics

To reproduce the synthetic data set in Dalaison & Jolivet (2020)

python synthetic_data.py

Prepare input H5file

A working script for ISCE is provided. If other software are used, adjustment of formats and file structure probably has to be done. Parameters in config file must be adjusted to your setting.

python prepare_input.py -c configs/config_prepareinput.ini 

Many options are not required by KFTS but help clean the interferogram stack. Examples include deramping, filtering out low coherence region, producing longitude and latitude files with the same geometry as interferograms, cutting interferogram edges. Referencing to a common region defined in all interferograms (not NaN) is compulsory. Zeros in interferograms are assumed to be NaNs.

kfts-insar's People

Contributors

manondls avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.