forked from e2nIEE/pandapower
-
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.
cim2pp converter: Using lxml to parse XML files (better performance) (e…
…2nIEE#2400) * - [FIXED] bug in :code:`cim2pp`: Changed zero prioritized generators with voltage controller to sgens (like PowerFactory does) - [ADDED] cim2pp: added description fields for each asset and added BusbarSection information to nodes * changed logging TopologicalNodes warning * changed logging TopologicalNodes warning * cim converter: Avoid huge logging output when ignore_erros = True * fixed some small bugs in the CGMES converter and improved its speed * cim2pp converter: Using lxml to parse XML files (better performance) * cim2pp converter: Using lxml to parse XML files (better performance) * cim2pp converter: Using lxml to parse XML files (better performance)
- Loading branch information
1 parent
75b80f4
commit e3fa0c6
Showing
3 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,7 @@ dependencies = [ | |
"tqdm", | ||
"deepdiff", | ||
"geojson", | ||
"lxml", | ||
"typing_extensions~=4.9", | ||
] | ||
keywords = [ | ||
|