Metadata-Version: 2.4
Name: sarkit-convert
Version: 0.4.0
Summary: Python library for converting SAR data to standard formats.
Author-Email: Valkyrie Systems Corporation <info@govsco.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 2 - Pre-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
Project-URL: Repository, https://github.com/ValkyrieSystems/sarkit-convert.git
Project-URL: Bug Tracker, https://github.com/ValkyrieSystems/sarkit-convert/issues
Project-URL: Changelog, https://github.com/ValkyrieSystems/sarkit-convert/blob/main/CHANGELOG.md
Requires-Python: >=3.12
Requires-Dist: lxml>=5.1.0
Requires-Dist: numpy>=2.0.0
Requires-Dist: pyproj>=3.6.1
Requires-Dist: sarkit>=1.4.0
Requires-Dist: scipy>=1.13.0
Provides-Extra: iceye
Requires-Dist: h5py>=3.11.0; extra == "iceye"
Requires-Dist: python-dateutil>=2.9.0; extra == "iceye"
Provides-Extra: cosmo
Requires-Dist: astropy>=6.0.0; extra == "cosmo"
Requires-Dist: h5py>=3.11.0; extra == "cosmo"
Requires-Dist: python-dateutil>=2.9.0; extra == "cosmo"
Requires-Dist: shapely>=2.0.6; extra == "cosmo"
Provides-Extra: terrasar
Requires-Dist: python-dateutil>=2.9.0; extra == "terrasar"
Provides-Extra: sentinel
Requires-Dist: python-dateutil>=2.9.0; extra == "sentinel"
Requires-Dist: tifffile>=2024.7.2; extra == "sentinel"
Provides-Extra: all
Requires-Dist: sarkit-convert[iceye]; extra == "all"
Requires-Dist: sarkit-convert[cosmo]; extra == "all"
Requires-Dist: sarkit-convert[terrasar]; extra == "all"
Requires-Dist: sarkit-convert[sentinel]; extra == "all"
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-convert)](https://pypi.org/project/sarkit-convert/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sarkit-convert)
[![PyPI - License](https://img.shields.io/pypi/l/sarkit-convert)](./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-convert/actions/workflows/test.yml/badge.svg)](https://github.com/ValkyrieSystems/sarkit-convert/actions/workflows/test.yml)

</div>

**sarkit-convert** is a Python library for converting SAR data to standard formats.

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

A few tips for getting started using [PDM](https://pdm-project.org/en/latest/) are below:


```shell
$ pdm install -G:all  # install SARkit-convert with optional & dev dependencies
$ pdm run nox  # run lint and tests
```
