Quick Start
CLI Discovery
sarpyx --help
sarpyx worldsar --help
sarpyx pipeline --help
sarpyx pipeline --list
Minimal WorldSAR Run
sarpyx worldsar \
--input /data/product.SAFE \
--output /data/out/worldsar \
--grid-path /data/grid/grid_10km.geojson \
--gpt-path /opt/esa-snap/bin/gpt
Minimal Pipeline Run
sarpyx pipeline s1_tops \
--input /data/product.SAFE \
--output /data/out/s1_tops \
--grid-path /data/grid/grid_10km.geojson \
--gpt-path /opt/esa-snap/bin/gpt
Common Workflow
- Install the Python package and verify
sarpyx --help.
- Install or locate SNAP GPT and pass it with
--gpt-path.
- Prepare input products and grid files.
- Run
sarpyx worldsar for product inference or sarpyx pipeline for explicit recipe dispatch.
- Inspect the declared output and tile directories.