Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

com.powsybl.cgmes.model.CgmesModelException: nominalVoltage not found for BaseVoltage #43

Open
chadhat opened this issue Nov 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@chadhat
Copy link

chadhat commented Nov 4, 2024

Describe the current behavior

We are trying to run the convert-network functionality of itools. Our data is XML files from TYNDP 2020. We are trying to run the command as follows:

itools convert-network --input-file DE.xml --output-format XIIDM --output-file XIIDM\DE

However, we encounter the following error:

com.powsybl.cgmes.model.CgmesModelException: nominalVoltage not found for BaseVoltage 7891a026ba2c42098556665efd13ba94
at com.powsybl.cgmes.conversion.elements.VoltageLevelConversion.convert(VoltageLevelConversion.java:62)
at com.powsybl.cgmes.conversion.Conversion.convert(Conversion.java:460)
at com.powsybl.cgmes.conversion.Conversion.convert(Conversion.java:178)
at com.powsybl.cgmes.conversion.CgmesImport.importData1(CgmesImport.java:176)
at com.powsybl.cgmes.conversion.CgmesImport.importData(CgmesImport.java:170)
at com.powsybl.iidm.network.Network.read(Network.java:128)
at com.powsybl.iidm.network.tools.ConversionTool.run(ConversionTool.java:111)
at com.powsybl.tools.CommandLineTools.run(CommandLineTools.java:165)
at com.powsybl.tools.Main.main(Main.java:30)

There is no nominalVoltage in our TYNDP files. Any help or pointers are appreciated.

Describe the expected behavior

No response

Describe the steps

No response

Environment

  • Powsybl version powsybl-distribution-2024.3.0
  • OS: Windows 11

Relevant Log Output

No response

Extra Information

No response

@chadhat chadhat added the bug Something isn't working label Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant