BD Topage Hydrography Overlay#
Note
This page and its static assets are auto-generated by python -m tools.doc_gallery. The Sphinx build only reads committed PNG and JSON artifacts.
This case isolates one question: what HydroModPy actually displays when hydrography is loaded from BD Topage and only the hydrography panel is enabled. The figure is meant to document the loaded river network itself, without geology, stations, or time-series panels.
See also
Read the Data Overview walkthrough if you want the parameter mapping, a recommended reading order, and the first modifications to try.

Case Setup#
Launcher family: data-overview, stopped after setup, domain assembly, data loading, and figure rendering.
Primary editable file: examples/projects/05_nancon_data_overview/config_hydrography_only.toml.
Only one output figure is enabled: [overview.panels] map_hydrography = true.
What It Shows#
How the data-overview launcher renders the clipped BD Topage network directly on top of the DEM.
Which files and panels matter for a hydrography-only audit before any solver or meshing stage.
How a TOML can be reduced to one single figure when the goal is to audit the river-network input.
How To Read It#
Open the figure first to check whether the displayed network visually matches the expected valley bottoms and basin extent.
Then inspect the minimal config and the versioned gallery source asset to separate loading intent from display styling.
If channels appear missing, compare this panel with the watershed boundary and review the BD Topage source options before changing downstream algorithms.
Next Steps#
Use the broader watershed overview case on the previous page when you want geology, stations, and observation windows documented together.
Reuse this minimal TOML as the shortest reproducible example for hydrography-display audits.
Reproduce#
Run the underlying example or validation case with:
python -m hydromodpy run examples/projects/05_nancon_data_overview/config_hydrography_only.toml
Refresh the committed gallery artifacts with:
python -m tools.doc_gallery
Case Parameters#
Selected Parameters#
Field |
Meaning |
Value |
Source |
|---|---|---|---|
|
Watershed extraction mode used to derive the basin from the outlet definition. |
from_outlet_coord |
|
|
Projected x coordinate of the outlet used by watershed extraction. |
389286 |
|
|
Projected y coordinate of the outlet used by watershed extraction. |
6.81652e+06 |
|
|
Maximum snapping distance used to align the requested outlet with the drainage network. |
150 m |
|
|
Extra area kept around the watershed to preserve regional context in overview figures. |
20% |
|
|
Families of data loaded during the data-overview workflow. |
hydrography |
|
Loaded Data Families#
Field |
Meaning |
Value |
Source |
|---|---|---|---|
|
Ordered list of data families requested by the overview case. |
hydrography |
|
|
Configured providers used to load the hydrography family in this case. |
bdtopage |
|
Hydrography Source Options#
Field |
Meaning |
Value |
Source |
|---|---|---|---|
|
Hydrography provider used for the displayed river network. |
bdtopage |
|
|
Optional WFS typename used when the hydrography source is BD Topage. |
sa:CoursEau_FXX_Topage2025 |
|
|
Pagination size requested from the remote hydrography API when relevant. |
1000 |
|
|
Attribute used when rasterizing the clipped vector network to the watershed grid. |
FID |
|
Overview Panels#
Field |
Meaning |
Value |
Source |
|---|---|---|---|
|
Title injected into the generated overview panels. |
Nancon |
|
|
Panel toggles enabled for this overview run. |
map_hydrography |
|
|
Whether the map_dem panel is rendered for this overview case. |
false |
|
|
Whether the map_geology panel is rendered for this overview case. |
false |
|
|
Whether the map_hydrography panel is rendered for this overview case. |
true |
|
|
Whether the stats_card panel is rendered for this overview case. |
false |
|
Source Pointers#
tools/doc_gallery/manifests/geographic_cases.jsonexamples/projects/05_nancon_data_overview/config_hydrography_only.tomlexamples/projects/09_capability_gallery/geographic/README.mdexamples/projects/09_capability_gallery/geographic/bdtopage_hydrography_overlay/geographic_bdtopage_hydrography_overlay.png
Artifacts#
docs/source/_static/capability_gallery/geographic/geographic_bdtopage_hydrography_overlay.pngdocs/source/_static/capability_gallery/geographic/geographic_bdtopage_hydrography_overlay_summary.jsonstores the displayed metrics plus source hashes used bypython -m tools.doc_gallery --check.