import sott as otSott
Simple Pixel Offset Tracking Tool
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
Please refer to the Documentation for detailed usage.
Contact us
- Most discussion happens on GitHub. Feel free to open an issue or comment on any open issue or pull request.
- use github 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, 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.