edisgo.io.ding0_import ====================== .. py:module:: edisgo.io.ding0_import Functions --------- .. autoapisummary:: edisgo.io.ding0_import.import_ding0_grid Module Contents --------------- .. py:function:: import_ding0_grid(path, edisgo_obj, legacy_ding0_grids=True) Import an eDisGo network topology from `Ding0 data `_. This import method is specifically designed to load network topology data in the format as `Ding0 `_ provides it via csv files. :param path: Path to ding0 network csv files. :type path: str :param edisgo_obj: The eDisGo data container object. :type edisgo_obj: :class:`~.EDisGo` :param legacy_ding0_grids: Allow import of old ding0 grids. Default: True. :type legacy_ding0_grids: bool