Skip to content

Latest commit

 

History

History
62 lines (49 loc) · 1.85 KB

power_grid_model_io.md

File metadata and controls

62 lines (49 loc) · 1.85 KB

power_grid_model_io

converters

.. automodule:: power_grid_model_io.converters.base_converter
.. automodule:: power_grid_model_io.converters.pgm_json_converter
.. automodule:: power_grid_model_io.converters.tabular_converter
.. automodule:: power_grid_model_io.converters.pandapower_converter
.. automodule:: power_grid_model_io.converters.vision_excel_converter

data_stores

.. automodule:: power_grid_model_io.data_stores.base_data_store
.. automodule:: power_grid_model_io.data_stores.csv_file_store
.. automodule:: power_grid_model_io.data_stores.excel_file_store
.. automodule:: power_grid_model_io.data_stores.json_file_store
.. automodule:: power_grid_model_io.data_stores.vision_excel_file_store

data_types

.. automodule:: power_grid_model_io.data_types._data_types
.. automodule:: power_grid_model_io.data_types.tabular_data

functions

.. automodule:: power_grid_model_io.functions._functions
.. automodule:: power_grid_model_io.functions.phase_to_phase

mappings

.. automodule:: power_grid_model_io.mappings.field_mapping
.. automodule:: power_grid_model_io.mappings.multiplier_mapping
.. automodule:: power_grid_model_io.mappings.tabular_mapping
.. automodule:: power_grid_model_io.mappings.unit_mapping
.. automodule:: power_grid_model_io.mappings.value_mapping

utils

.. automodule:: power_grid_model_io.utils.auto_id
.. automodule:: power_grid_model_io.utils.dict
.. automodule:: power_grid_model_io.utils.download
.. automodule:: power_grid_model_io.utils.json
.. automodule:: power_grid_model_io.utils.modules
.. automodule:: power_grid_model_io.utils.regex
.. automodule:: power_grid_model_io.utils.zip