Overview
Welcome to the official Product Format Plugins documentation for the SCT (SAR Calibration Toolbox) python ecosystem.
This documentation hub collects the documentation for all the input Product Format plugins developed so far, providing a small overview of the functionalities of input plugins, their structure and usage and the python API references.
Here you will find:
- A list of all the input plugins available in the ecosystem
- Description of the plugins system and architecture
- A guide to create your own plugins
Available Plugins
Here is an up-to-date list of the available plugins:
| Sensor Name | Package Name | Documentation |
|---|---|---|
| Sentinel-1 (A,B,C,D) | sct-sentinel1-reader | Sentinel-1 Plugin |
| Saocom | sct-saocom-reader | Saocom Plugin |
| NovaSAR1 | sct-novasar1-reader | NovaSAR1 Plugin |
| Cosmo Sky-Med | sct-cosmo-reader | Cosmo Plugin |
| RadarSAT-2 | sct-radarsat2-reader | RadarSAT-2 Plugin |
| ICEYE | sct-iceye-reader | ICEYE Plugin |
| ERS/ENVISAT | sct-asar-reader | ASAR Plugin |
| EOS-04 | sct-eos04-reader | EOS-04 Plugin |
| STRIX | sct-strix-reader | STRIX Plugin |
| TERRASAR-X | sct-terrasarx-reader | TERRASAR-X Plugin |
| Aresys-Format | sct-aresys-reader | Aresys Plugin |
Installation
Each plugin can be installed separately as it is a full fledged standalone python package. All plugins are available on
PyPI and can be installed using pip.
Refer to the installation page for more details.