com-pas / compas-cim-mapping

Service to Map CIM Data to SCL Data
Apache License 2.0
6 stars 5 forks source link

Fix UniqueID bug in Powertransformer CIM to IEC61850 transformation #89

Closed Sander3003 closed 3 years ago

Sander3003 commented 3 years ago

When I test a generic CGMES file and convert it 61850, and error occurs in the validation.

Example CGMES Grid.zip

image

dlabordus commented 3 years ago

The name is from the PowerTransformer in CGMES Model, but in the RDF File the name of the PowerTransformerEnd is also not unique.

so to fix the problem I saw the field EndNumber in the RDF Mapping. Proposal is to combine the Name and EndNumer (with underscore between them)