Metadata-Version: 2.4
Name: sct_asar_reader
Version: 1.0.0
Summary: SCT (SAR Calibration Toolbox) plugin for reading ENVISAT/ERS Level 1 ASAR product format.
Project-URL: Homepage, https://github.com/aresys-srl/sct_plugins
Project-URL: Repository, https://github.com/aresys-srl/sct_plugins
Project-URL: Documentation, https://aresys-srl.github.io/sct_plugins
Author-email: "Aresys S.R.L." <info@aresys.it>
License: GPL-3.0-or-later
License-File: LICENSE.txt
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: numpy>2
Requires-Dist: perseo-core==1.0.0
Requires-Dist: perseo-quality==1.0.0
Requires-Dist: pyepr
Requires-Dist: scipy
Requires-Dist: sct
Requires-Dist: shapely>=2.1.0
Provides-Extra: dev
Requires-Dist: nox; extra == 'dev'
Requires-Dist: pylint; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Provides-Extra: docs
Requires-Dist: mkdocstrings-python; extra == 'docs'
Requires-Dist: zensical; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: sct[graphs]; extra == 'test'
Description-Content-Type: text/markdown

# SCT Plugin: ENVISAT/ERS ASAR format reader

[![PyPI version](https://img.shields.io/pypi/v/sct-asar-reader)](https://pypi.org/project/sct-asar-reader/)
[![Python 3.11+](https://img.shields.io/badge/python-3.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-blue)](https://python.org)
[![License: GPL-3.0](https://img.shields.io/badge/License-GPL--3.0-blue.svg)](LICENSE.txt)

[![CI](https://github.com/aresys-srl/sct_plugins/actions/workflows/asar.yml/badge.svg)](https://github.com/aresys-srl/sct_plugins/actions/workflows/asar.yml)

[SCT (SAR Calibration Toolbox)](https://github.com/aresys-srl/sct) plugin for reading ENVISAT/ERS
Level 1 ASAR products, both L1A (SLC) and L1B (GRD). This package integrates with SCT through
its input products plugin system, enabling all SCT analyses on ENVISAT/ERS ASAR data.

## Supported Acquisition Modes

- **Stripmap**
- **Scansar**

## Installation

```bash
pip install sct-asar-reader
```

SCT is automatically installed as a dependency.

## Compatibility

This plugin must be installed in the same Python environment as SCT. Once installed,
the plugin is automatically discovered and registered by SCT through its entry-point
based plugin system; no additional configuration is required.

## Documentation

- [SCT documentation](https://aresys-srl.github.io/sct/)
- [Plugins documentation](https://aresys-srl.github.io/sct_plugins)

## License

This project is licensed under the **GNU General Public License v3.0 or later (GPL-3.0-or-later)**.
See the [LICENSE.txt](LICENSE.txt) file for details.

> [!WARNING]
> Installing this plugin may require your combined work to comply with the terms of the
> GPL-3.0 license. Please review the GPL-3.0 license before integrating this package
> into your project.

Copyright &copy; 2026-present Aresys S.r.l. <info@aresys.it>
