sarkit-assurance is a suite of SAR-related assurance tools in Python.
sarkit-assurance can be installed using pip:
$ python -m pip install sarkit-assurancesarkit-assurance can also be installed using conda and the conda-forge channel:
$ conda install --channel conda-forge sarkit-assuranceThis repository is licensed under the MIT license.
Contributions are welcome. A few tips for getting started using PDM are below:
$ pdm install -G:all # install SARkit-assurance with optional & dev dependencies
$ pdm run nox # run lint and tests