Skip to content

Importer#

The Importer package serves as the gateway for loading power system grid models and associated data into the ToOp ecosystem. This package handles the complex task of importing electrical transmission grid models from industry-standard formats and tools, enabling integration with topology optimization.

Overview#

The Importer package provides capabilities for importing grid models from multiple sources and formats. It supports grid models from UCTE files, and CGMES standards (currently only PyPowSyBl), converting them into standardized formats suitable for power system analysis and optimization.

At its core, the package leverages two Python libraries as backends:

  1. PandaPower
  2. PyPowSyBl

Package Structure#

The Importer package is organized into several focused modules, each addressing specific aspects of the grid import process:

Main entry point: convert_file

TODO: add Importer example