An open API service indexing awesome lists of open source software.

https://github.com/kanglcn/sott

Simple Offset Tracking Tool
https://github.com/kanglcn/sott

deformation geophysics geoscience remote-sensing sar

Last synced: 5 months ago
JSON representation

Simple Offset Tracking Tool

Awesome Lists containing this project

README

          

Sott
================

> Simple Pixel Offset Tracking Tool

[Documentation](https://kanglcn.github.io/sott)

[![GitHub](https://img.shields.io/github/license/kanglcn/sott.svg?color=g)](https://github.com/kanglcn/sott/blob/main/LICENSE)
[![Conda](https://img.shields.io/conda/v/conda-forge/sott.svg)](https://anaconda.org/conda-forge/sott)
[![PyPI](https://img.shields.io/pypi/v/sott.svg)](https://pypi.org/project/sott/)
[![PythonVersion](https://img.shields.io/pypi/pyversions/sott.svg?color=blue)](https://pypi.org/project/sott/)

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

## Install

With conda:

``` bash
conda install -c conda-forge sott
```

With pip:

``` bash
pip install sott
```

In development mode:

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

## How to use

``` python
import sott as ot
```

Please refer to the [Documentation](https://kanglcn.github.io/sott) for
detailed usage.

## Contact us

- Most discussion happens on [GitHub](https://github.com/kanglcn/sott).
Feel free to [open an
issue](https://github.com/kanglcn/sott/issues/new) or comment on any
open issue or pull request.
- use github [discussions](https://github.com/kanglcn/sott/discussions)
to ask questions or leave comments.

## Contribution

- Pull requests are welcomed! Before making a pull request, please open
an issue to talk about it.
- We have notice many excellent open-source packages are rarely paid
attention to due to lake of documentation. The package is developed
with the [nbdev](https://nbdev.fast.ai/), a notebook-driven
development platform. Developers only needs to simply write notebooks
with lightweight markup and get high-quality documentation, tests,
continuous integration, and packaging automatically.