hydromodpy.watershed#
The historical hydromodpy.watershed package no longer ships as a concrete
runtime package in this repository. The old watershed-oriented API has been
split across the modern geographic, spatial-field, and data-manager packages.
Modern replacements#
hydromodpy.spatial.geographic.CatchmentDelineationhydromodpy.spatial.field.geology.GeologyFieldhydromodpy.data.variables.hydrometry.manager.HydrometryManagerhydromodpy.data.variables.intermittency.manager.IntermittencyManagerhydromodpy.data.variables.piezometry.manager.PiezometryManagerhydromodpy.data.variables.oceanic.manager.OceanicManager
Migration map#
Historical watershed delineation and setup now live under
hydromodpy.spatial.geographic.Geology field construction now lives under
hydromodpy.spatial.field.Hydrometry, intermittency, piezometry, oceanic, and climatic forcings now live under
hydromodpy.data.variables.The historical
hydromodpy.data.climatic.Climaticfacade no longer exists. Modern forcing data now uses dedicated variable managers such asprecipitation,etp,temperature,wind,humidity,radiation,soil_moisture,recharge, andrunoff.