Metadata-Version: 2.1
Name: sott
Version: 0.0.3
Summary: Simple Offset Tracking Tool
Home-page: https://github.com/kanglcn/sott
Author: kanglcn
Author-email: kanglcn@gmail.com
License: GNU General Public License v3
Keywords: nbdev jupyter notebook python
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

sott
================

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

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

## Install

    conda install -c conda-forge sott

## How to use

``` python
import sott as ot
```

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


