Technical Documentation

Architecture, API, validation, sensitivity, testing, and CF compliance.

This section is for people implementing against the framework, reviewing it, or extending it.

Architecture - Module map, data flow, and the contract between config.yml, src/, and the notebooks.

API Reference - Auto-generated from src/*.py docstrings via quartodoc. One page per module, signatures and docstrings.

Validation - How the framework was validated against held-out BMKG stations on the full-Indonesia run. Cross-references to the companion paper.

Sensitivity Analysis - Behaviour of the pipeline under variation of the three exposed parameters (blend_alpha, gpd_threshold_percentile, saturation_count), measured on the Bali subdomain across fifteen settings.

Testing - The synthetic-data smoke suite and the continuous-integration workflow that gates every push.

CF Compliance - NetCDF attribute conventions, encoding, and reproducibility conventions.

Back to top