Skip to content

Latest commit

 

History

History
59 lines (44 loc) · 1.45 KB

power_grid_model_io.md

File metadata and controls

59 lines (44 loc) · 1.45 KB

power_grid_model_io

cli

.. automodule:: power_grid_model_io.cli.convert
.. automodule:: power_grid_model_io.cli.validate

converters

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

data_stores

.. automodule:: power_grid_model_io.data_stores.base_data_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.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.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.modules