Bakaano-Hydro Documentation¶
Bakaano-Hydro is a distributed hydrology-guided neural network model for streamflow prediction. The documentation below is organized by user task first, then by module reference.
Conceptual overview of the Bakaano-Hydro pipeline.¶
Start Here¶
Common tasks¶
I want to… |
Go here |
|---|---|
Set up a project and check required files |
|
Run one end-to-end minimal example |
|
Train a model |
|
Validate a trained model |
|
Simulate stations or lat/lon points |
|
Understand package layout and data flow |
|
Use scenario or flood extensions |
|
Migrate from older package paths |
Start with Colab¶
Recommended entry point for new users:
Advanced workflow notebooks:
Getting Started
- Installation
- Overview
- Project Setup
- Quick Start
- Training
- Evaluation
- Simulation
- Extensions
- Inputs and Outputs
- Model Configuration
- Troubleshooting
- Google Earth Engine authentication
- No stations found inside the basin
- Missing columns in CSVs
- Predictions are all zeros or flatlines
- Missing or empty raster inputs
- Observed streamflow dates out of range
- Mismatched routing method
- Unsupported climate data source
- VegET rerun starts from day 1 after interruption
- Model expects routed rainfall but simulation only has runoff
- AlphaEarth scaling or missing scaler
- Model outputs in unexpected units
- Migration