pastas.stressmodels.WellModel.to_dict ===================================== .. py:method:: pastas.stressmodels.WellModel.to_dict(series: bool = True) -> dict 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 True. :type series: bool, optional :returns: A dictionary containing the information of the stressmodel. :rtype: dict .. !! processed by numpydoc !!