SAR L1 Product Format plugins collection for SCT (SAR Calibration Toolbox).
This repository is a monorepo consisting of several standalone Python packages, each dedicated to reading and interpreting Level 1 product formats from a specific SAR sensor/mission. Plugins integrate with SCT via a unified protocol, enabling all analyses regardless of the input format.
Full documentation is available at https://aresys-srl.github.io/sct_plugins.
Each plugin is a standalone Python package available on PyPI and can be installed
using pip:
pip install <package-name>All plugins in this repository are licensed under the MIT License, except for the following:
| Package | License |
|---|---|
| sct-asar-reader | GNU General Public License v3.0 or later (GPL-3.0-or-later) |
Warning
Using the sct-asar-reader plugin in a project may require the 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.
Contributions are welcome! If you encounter a bug, have a feature request, or want to contribute code:
- Report bugs & request features: open an issue on GitHub. Include a clear description, steps to reproduce, and your environment details.
- Submit changes: fork the repository, create a feature branch, and open a pull request. Ensure your code passes the existing linting and test suite.
- Questions: use GitHub Discussions for general questions and discussions.
Copyright © 2026-present Aresys S.r.l. info@aresys.it