hydromodpy.core.units.hydraulic_conductivity#

Hydraulic-conductivity unit helpers centered on SI (m/s).

Functions

convert_payload_to_m_per_s(value, *, unit[, ...])

Convert one scalar/sequence/mapping payload from unit to m/s.

convert_to_m_per_s(value, *, unit[, label])

Convert one numeric value from unit to m/s.

factor_to_m_per_s(unit)

Return multiplicative factor to convert one unit to m/s.

normalize_m_per_s_unit(unit)

Normalize one hydraulic-conductivity unit token to a canonical form.

parse_to_m_per_s(value, *, location[, ...])

Parse scalar + unit payload and convert to m/s.