Raster QC
High-performance raster statistics powered by Rust, with Python bindings and a fast CLI.
Install
Rust:
cargo add rasterqc
Python:
pip install rasterqc
Features
- Fast raster statistics (mean, std, min/max, histograms)
- Supports f32, f64, u8, u16, i16, i32
- Python bindings via PyO3
- CLI tool for batch processing
- Zero dependencies
Links