RSRF¶
RSRF is a repository-backed Python toolkit for canonical optical sensor response definitions.
It is designed for workflows where the code and the curated spectral-response repository evolve together:
- ingest official sampled curves and band-parameter metadata
- normalize them into stable parquet-backed canonical forms
- inspect and validate sensor definitions from Python or the CLI
- publish documentation and package releases from CI
- keep manifests, source artifacts, and planning documents organized in a predictable layout
Core concepts¶
sampled_curve: a band has an explicit wavelength grid and response samplesband_spec: a band has metadata such as center wavelength and FWHM, but not an official full sampled curverealized_curve: an optional derived approximation, typically Gaussian fromband_spec
What this repo covers today¶
- broad multispectral coverage across Sentinel, Landsat, MODIS, VIIRS, OLCI, SLSTR, ASTER, Planet, PROBA-V, and legacy ocean-colour families
- hyperspectral or metadata-driven band specs for PACE OCI, EnMAP, EMIT, PRISMA, Satellogic NewSat, and several public interval-metadata families
- registry-backed QA and validation exports
- interactive docs visualizations for band curves and wavelength-overlap discovery
What the package does not ship¶
The published Python package still ships code separately from the repository snapshot, but installed-package workflows can now bootstrap the matching GitHub release data automatically on first use. Use --root or RSRF_ROOT only when you want to override that default with your own prepared root.
Continue with Getting Started, explore the Interactive Visualizations, or review the Repository Layout.