Metadata-Version: 2.4
Name: sarkit-processing
Version: 0.2.0
Summary: Interacting with SAR data in proven, but nonstandard ways in Python.
Author-Email: Valkyrie Systems Corporation <info@govsco.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.12
Requires-Dist: lxml>=5.1.0
Requires-Dist: networkx>=3.4
Requires-Dist: numba>=0.63.1
Requires-Dist: numpy>=2.0.0
Requires-Dist: sarkit>=1.10.0
Requires-Dist: scipy>=1.15.0
Requires-Dist: shapely>=2.1.0
Description-Content-Type: text/markdown

<div align="center">

<img src="https://raw.githubusercontent.com/ValkyrieSystems/sarkit/main/docs/source/_static/sarkit_logo.png" width=200>

[![PyPI - Version](https://img.shields.io/pypi/v/sarkit-processing)](https://pypi.org/project/sarkit-processing/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sarkit-processing)
[![PyPI - License](https://img.shields.io/pypi/l/sarkit-processing)](./LICENSE)
[![SPEC 0 — Minimum Supported Dependencies](https://img.shields.io/badge/SPEC-0-green?labelColor=%23004811&color=%235CA038)](https://scientific-python.org/specs/spec-0000/)
<br>
[![Tests](https://github.com/ValkyrieSystems/sarkit-processing/actions/workflows/tests.yml/badge.svg)](https://github.com/ValkyrieSystems/sarkit-processing/actions/workflows/tests.yml)

</div>

**sarkit-processing** is a suite of Synthetic Aperture Radar (SAR)-related tools in Python developed and maintained by
Valkyrie Systems Corporation to provide higher-level processing capability built atop
[`sarkit`](https://github.com/valkyriesystems/sarkit).

## Install
`sarkit-processing` can be installed using pip:

```sh
$ python -m pip install sarkit-processing
```

## License
This repository is licensed under the [MIT license](./LICENSE).
