SARdine - Experimental SAR Processing Package
🛰️ SARdine
Experimental Sentinel-1 SAR Backscatter Pipeline
SARdine is a research-focused toolkit for processing Sentinel-1 SAR backscatter, built for experimentation and learning. Not for production use.
- High-performance Rust core (SARdine/src/)
- Python interface via PyO3 (SARdine/python/)
- End-to-end backscatter pipeline
- Strict metadata validation
- Example scripts and scientific documentation
Install (dev mode):
cd SARdine/SARdine
pip install -e .Run pipeline:
python -m sardine.cli backscatter <SAFE_dir> <output_dir> --sequentialSee docs/ for algorithm details, scientific references, and usage notes.
- Python:
pytest tests/ - Rust:
cargo test
Experimental. Not for production use. No support guaranteed.