hydromodpy.spatial.geographic.core.hydrographic_network_comparison#

Geometric comparison helpers for canonical hydrographic networks.

This module compares two line networks on a projected support and exposes:

  • length-based summary metrics,

  • tolerance-based matched / missing / extra segments,

  • a lightweight payload directly reusable by display figures.

Functions

compare_hydrographic_networks(reference, ...)

Compare two line networks using one tolerance buffer in metres.

Classes

HydrographicNetworkComparison(tolerance_m, ...)

Tolerance-based geometric comparison between two hydrographic networks.