hydromodpy.data.variables.geology.custom#

Custom geology data loaders.

Supports: - SHP/GPKG: vector polygon files with geology codes in an attribute column - TIF: raster files with numeric geology classes - CSV: point data (x, y, geology_code) interpolated via Voronoi/nearest neighbor

Functions

load_custom_geology(source_cfg, *[, ...])

Load custom geology data from a user-provided path.