Geology-Driven Conductivity Transfer#
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 reuses the Brittany geology subset shipped with the repository and the generic geology-to-field pipeline. A compact figure shows geology zones, the value table keyed by zone, and the mapped conductivity field.

Case Setup#
Local Brittany window extracted from the committed GEO1M subset.
Heterogeneous K values loaded from a versioned CSV keyed by geology codes.
Property transfer computed on a compact structured mesh for documentation stability.
What It Shows#
How one CSV keyed by geology codes turns into a mesh-ready K field.
How HydroModPy keeps the zone legend and the mapped property view aligned on the same local window.
What a deterministic geology-driven property transfer looks like on versioned demo data.
Key Metrics#
Polygons: 23
Unique zones: 13
Mesh cells: 400
Maximum K: 7.21e-05 m/s
Reproduce#
Refresh the committed gallery artifacts with:
python -m tools.doc_gallery
Case Parameters#
Selected Parameters#
Field |
Meaning |
Value |
Source |
|---|---|---|---|
|
Hydraulic-property rendering mode used to build this gallery figure. |
geology_transfer_demo |
|
|
Hydraulic parameters illustrated by the case. |
K |
|
|
Parameterization modes intentionally demonstrated by the case. |
csv, heterogeneous |
|
|
Spatial supports used to render the field or compare variants. |
vector_local, structured |
|
Configuration Values#
Field |
Meaning |
Value |
Source |
|---|---|---|---|
|
Identifier used by FieldParam for the illustrated hydraulic property. |
K |
|
|
Homogeneous or heterogeneous assignment mode used by the field parameter. |
heterogeneous |
|
|
How heterogeneous values are supplied to the field parameter. |
csv |
|
|
CSV file used to map zone keys to property values when the case is CSV-driven. |
geology_K_dummy_demo.csv |
|
|
Vertical-profile mode applied to the field when depth dependence is active. |
none |
|
|
Identifier of the geology field used to spatialize the property mapping. |
field_geology |
|
|
Sampling density used when rasterizing geology polygons onto the support. |
6 |
|
|
Source type used to load the geology layer shown by the property demo. |
vector |
|
|
Attribute used as the geology code when transferring values onto the support. |
CODE_LEG |
|
Displayed Values#
Field |
Meaning |
Value |
Source |
|---|---|---|---|
|
Metric displayed on this page. |
23 |
|
|
Metric displayed on this page. |
13 |
|
|
Metric displayed on this page. |
400 |
|
|
Metric displayed on this page. |
7.21e-05 m/s |
|
Source Pointers#
hydromodpy/data/variables/geology/cases/run_geology_property_case.pyhydromodpy/data/variables/geology/cases/gallery_geology_config_brittany.tomlhydromodpy/data/variables/geology/cases/gallery_field_param_brittany.tomlexamples/data/geology/GEO1M_brittany.shpexamples/data/geology/GEO1M_brittany.dbfexamples/data/geology/GEO1M_brittany.shxexamples/data/geology/GEO1M_brittany.prjexamples/data/geology/geology_K_dummy_demo.csvexamples/data/dem/regional_dem_naizin.tiftests/unit/data_managers/geology/test_geology_property_demo.py
Artifacts#
docs/source/_static/capability_gallery/hydraulic_properties/hydraulic_conductivity_geology_transfer_brittany.pngdocs/source/_static/capability_gallery/hydraulic_properties/hydraulic_conductivity_geology_transfer_brittany_summary.jsonstores the displayed metrics plus source hashes used bypython -m tools.doc_gallery --check.