pastas.model.Model.to_dict ========================== .. py:method:: pastas.model.Model.to_dict(series: bool = True, file_info: bool = True) -> dict Method to export a model to a dictionary. :param series: True to export the time series (default), False to not export them. :type series: bool, optional :param file_info: Export file_info or not. See method Model.get_file_info. :type file_info: bool, optional .. rubric:: Notes Helper function for the self.to_file method. To increase backward compatibility most attributes are stored in dictionaries that can be updated when a model is created. .. !! processed by numpydoc !!