forked from powsybl/powsybl-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ODRE import postprocessor fixes (powsybl#3080)
* Record LineGeoData * Reading substations once instead of twice * Do one graph traversal instead of three * Use SimpleGraph instead of PseudoGraph * Not calling twice containsVertex when creating graph * Avoid duplication of same coordinates * Only create graph if needed * Fix substations not filled * Not opening twice the file * Avoid list duplication * Remove LineGeoData/SubstationGeoData classes * Not reversing coordinates in case of equal distances Signed-off-by: Florian Dupuy <[email protected]>
- Loading branch information
Showing
21 changed files
with
387 additions
and
573 deletions.
There are no files selected for viewing
59 changes: 0 additions & 59 deletions
59
iidm/iidm-geodata/src/main/java/com/powsybl/iidm/geodata/elements/LineGeoData.java
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
iidm/iidm-geodata/src/main/java/com/powsybl/iidm/geodata/elements/SubstationGeoData.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.