Skip to content

aresys-srl/sct_plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

194 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCT Product Format Plugins

License: MIT ASAR: GPL-3.0 Python 3.11+ Docs

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.

Available Plugins

Package PyPI CI Description
sct-sentinel1-reader PyPI CI Sentinel-1 (A/B/C/D) Level 1 products
sct-novasar1-reader PyPI CI NovaSAR-1 Level 1 products
sct-saocom-reader PyPI CI Saocom Level 1 products
sct-iceye-reader PyPI CI ICEYE Level 1 products
sct-radarsat2-reader PyPI CI RADARSAT-2 Level 1 products
sct-eos04-reader PyPI CI EOS-04 Level 1 products
sct-cosmo-reader PyPI CI COSMO-SkyMed Level 1 products
sct-asar-reader ⚠️ PyPI CI ENVISAT/ERS ASAR Level 1 products
sct-aresys-reader PyPI CI Aresys internal Level 1 product format
sct-strix-reader PyPI CI Synspective StriX Level 1 products
sct-terrasarx-reader PyPI CI TerraSAR-X Level 1 products
sct-biomass-reader TBD TBD Biomass Level 1 products

Documentation

Full documentation is available at https://aresys-srl.github.io/sct_plugins.

Installation

Each plugin is a standalone Python package available on PyPI and can be installed using pip:

pip install <package-name>

License

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.

Contributing

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

Copyright © 2026-present Aresys S.r.l. info@aresys.it

Contributors

Languages