Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,25 @@

<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).
Loading