pastas.stressmodels.LinearTrend.to_dict ======================================= .. py:method:: pastas.stressmodels.LinearTrend.to_dict(series: bool = False) -> dict[str, Any] Export the stressmodel to a dictionary. :param series: Whether to include the time series in the dictionary. If False, only the metadata of the time series is included. Default is False since StepModel does not have a time series. :type series: bool, optional :returns: A dictionary containing the information of the stressmodel. :rtype: dict .. !! processed by numpydoc !!