ResolvedSimulationTimeWindow#
- class hydromodpy.simulation.ResolvedSimulationTimeWindow(start, end, step_value, step_unit, coverage_policy)[source]#
Bases:
objectNormalized runtime representation of
[simulation.time].Attributes are already validated and canonicalized: - datetimes parsed as
pandas.Timestamp, - step values normalized to positive integer + explicit unit token, - policy constrained toerror|warn|ignore.- Parameters: