pastas.stressmodels.WellModel.to_dict ===================================== .. py:method:: pastas.stressmodels.WellModel.to_dict(series: bool = True) -> dict Export the stress model to a dictionary. :param series: Whether to include the time series data of the stresses in the dictionary. Default is False. :type series: bool, optional :returns: Dictionary with base settings to reconstruct the stress model object. :rtype: dict[str, Any] .. !! processed by numpydoc !!