Skip to content

[Documentation] Document Structure of ExtraInfo Objects #3

@fril-soptim

Description

@fril-soptim

The Converter creates an ExtraInfo object that links elements in the PGM dataset with corresponding objects in the CGMES dataset. It also provides additional metadata, such as its name and the substation an element belongs to.

The contents of the ExtraInfo object depend on the type of the element. For example, each branch includes references to both of its terminals. Transformers include further attributes, such as electrical parameters extracted from the CGMES dataset.

The available attributes for each element type must be clearly documented.

Example

ExtraInfo of a transformer:

{
  "_type": "PowerTransformer-2W",
  "_name": "transformer-name", 
  "_term1": "http://localhost:3030/dataset/data#_uuid", 
  "_term2": "http://localhost:3030/dataset/data#_uuid", 
  "_mrid": "http://localhost:3030/dataset/data#_uuid",
  "_r": 0.0, 
  "_x": 18.6824, 
  "_g": 0, 
  "_b": 0.0, 
  "_sn": 300000000.0
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions