kanglcn / sott

Simple Offset Tracking Tool
GNU General Public License v3.0
1 stars 0 forks source link
deformation geophysics geoscience remote-sensing sar

Sott

Simple Pixel Offset Tracking Tool

Documentation

GitHub Conda PyPI PythonVersion

sott implements pixel offset tracking method based on amplitude of SAR images or optical images.

Install

With conda:

conda install -c conda-forge sott

With pip:

pip install sott

In development mode:

git clone git@github.com:kanglcn/sott.git ./sott
cd ./sott
pip install -e '.[dev]'

How to use

import sott as ot

Please refer to the Documentation for detailed usage.

Contact us

Contribution