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

  1. Install the Python package and verify sarpyx --help.
  2. Install or locate SNAP GPT and pass it with --gpt-path.
  3. Prepare input products and grid files.
  4. Run sarpyx worldsar for product inference or sarpyx pipeline for explicit recipe dispatch.
  5. Inspect the declared output and tile directories.