power-grid-model-io 1.2.113__py3-none-any.whl → 1.2.115__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of power-grid-model-io might be problematic. Click here for more details.
- power_grid_model_io/utils/uuid_excel_cvtr.py +6 -6
- {power_grid_model_io-1.2.113.dist-info → power_grid_model_io-1.2.115.dist-info}/METADATA +11 -9
- {power_grid_model_io-1.2.113.dist-info → power_grid_model_io-1.2.115.dist-info}/RECORD +6 -6
- {power_grid_model_io-1.2.113.dist-info → power_grid_model_io-1.2.115.dist-info}/LICENSE +0 -0
- {power_grid_model_io-1.2.113.dist-info → power_grid_model_io-1.2.115.dist-info}/WHEEL +0 -0
- {power_grid_model_io-1.2.113.dist-info → power_grid_model_io-1.2.115.dist-info}/top_level.txt +0 -0
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
# SPDX-License-Identifier: MPL-2.0
|
|
4
4
|
|
|
5
5
|
"""
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
6
|
+
This is a stand-alone conversion script that converts the GUID based Vision
|
|
7
|
+
excel files to a number based format. The script is designed to be used as
|
|
8
|
+
a light weight tool to run before running the PGM-IO conversion scripts.
|
|
9
|
+
Example usage:
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
new_file = convert_guid_vision_excel("vision_97_en.xlsx", number="Number", {"N1": "Grounding1"})
|
|
12
|
+
nieuw_bestand = convert_guid_vision_excel("vision_97_nl.xlsx", number="Nummer", {"N1": "Arding1"})
|
|
13
13
|
|
|
14
14
|
"""
|
|
15
15
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: power-grid-model-io
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.115
|
|
4
4
|
Summary: Power Grid Model Input/Output
|
|
5
5
|
Author-email: Contributors to the Power Grid Model project <powergridmodel@lfenergy.org>
|
|
6
6
|
License: MPL-2.0
|
|
@@ -18,7 +18,7 @@ Classifier: Operating System :: Microsoft :: Windows
|
|
|
18
18
|
Classifier: Operating System :: POSIX :: Linux
|
|
19
19
|
Classifier: Operating System :: MacOS
|
|
20
20
|
Classifier: Topic :: Scientific/Engineering :: Physics
|
|
21
|
-
Requires-Python: >=3.
|
|
21
|
+
Requires-Python: >=3.11
|
|
22
22
|
Description-Content-Type: text/markdown
|
|
23
23
|
License-File: LICENSE
|
|
24
24
|
Requires-Dist: numpy>=1.20
|
|
@@ -124,14 +124,14 @@ If you are using Power Grid Model IO in your research work, please consider citi
|
|
|
124
124
|
|
|
125
125
|
```bibtex
|
|
126
126
|
@software{Xiang_PowerGridModel_power-grid-model-io,
|
|
127
|
-
author = {Xiang, Yu and Salemink, Peter and Bharambe, Nitish and Govers, Martinus and van den Bogaard, Jonas and Stoeller, Bram and Wang, Zhen and Guo, Jerry and Jagutis, Laurynas and Wang, Chenguang and {Contributors to the LF Energy project Power Grid Model}},
|
|
127
|
+
author = {Xiang, Yu and Salemink, Peter and Bharambe, Nitish and Govers, Martinus G.H. and van den Bogaard, Jonas and Stoeller, Bram and Wang, Zhen and Guo, Jerry Jinfeng and Figueroa Manrique, Santiago and Jagutis, Laurynas and Wang, Chenguang and {Contributors to the LF Energy project Power Grid Model}},
|
|
128
128
|
doi = {10.5281/zenodo.8059257},
|
|
129
129
|
license = {MPL-2.0},
|
|
130
130
|
title = {{PowerGridModel/power-grid-model-io}},
|
|
131
131
|
url = {https://github.com/PowerGridModel/power-grid-model-io}
|
|
132
132
|
}
|
|
133
133
|
@software{Xiang_PowerGridModel_power-grid-model,
|
|
134
|
-
author = {Xiang, Yu and Salemink, Peter and Bharambe, Nitish and Govers, Martinus and van den Bogaard, Jonas and Stoeller, Bram and Wang, Zhen and Guo, Jerry and Jagutis, Laurynas and Wang, Chenguang and van Raalte, Marc and {Contributors to the LF Energy project Power Grid Model}},
|
|
134
|
+
author = {Xiang, Yu and Salemink, Peter and van Westering, Werner and Bharambe, Nitish and Govers, Martinus G.H. and van den Bogaard, Jonas and Stoeller, Bram and Wang, Zhen and Guo, Jerry Jinfeng and Figueroa Manrique, Santiago and Jagutis, Laurynas and Wang, Chenguang and van Raalte, Marc and {Contributors to the LF Energy project Power Grid Model}},
|
|
135
135
|
doi = {10.5281/zenodo.8054429},
|
|
136
136
|
license = {MPL-2.0},
|
|
137
137
|
title = {{PowerGridModel/power-grid-model}},
|
|
@@ -139,12 +139,14 @@ If you are using Power Grid Model IO in your research work, please consider citi
|
|
|
139
139
|
}
|
|
140
140
|
@inproceedings{Xiang2023,
|
|
141
141
|
author = {Xiang, Yu and Salemink, Peter and Stoeller, Bram and Bharambe, Nitish and van Westering, Werner},
|
|
142
|
-
booktitle
|
|
143
|
-
title
|
|
144
|
-
year
|
|
142
|
+
booktitle={27th International Conference on Electricity Distribution (CIRED 2023)},
|
|
143
|
+
title={Power grid model: a high-performance distribution grid calculation library},
|
|
144
|
+
year={2023},
|
|
145
145
|
volume={2023},
|
|
146
|
-
number
|
|
147
|
-
pages={
|
|
146
|
+
number={},
|
|
147
|
+
pages={1089-1093},
|
|
148
|
+
keywords={},
|
|
149
|
+
doi={10.1049/icp.2023.0633}
|
|
148
150
|
}
|
|
149
151
|
```
|
|
150
152
|
|
|
@@ -40,10 +40,10 @@ power_grid_model_io/utils/excel_ambiguity_checker.py,sha256=MqqmGKTVn_TJ0rNO0KSH
|
|
|
40
40
|
power_grid_model_io/utils/json.py,sha256=dQDRd2Vb8pfqLU2hTuWYv2cpSIBBbFhd0LOBP21YxJI,3327
|
|
41
41
|
power_grid_model_io/utils/modules.py,sha256=a4IdozSL-sOZcmIQON_aQS7-cpnCyt-3p7zs40wRFkU,928
|
|
42
42
|
power_grid_model_io/utils/parsing.py,sha256=XB1QSHnslIieFJBKFXZCtiydqpOqQBiX_CXDbItXgAQ,4522
|
|
43
|
-
power_grid_model_io/utils/uuid_excel_cvtr.py,sha256=
|
|
43
|
+
power_grid_model_io/utils/uuid_excel_cvtr.py,sha256=xYAYevGDuBd-TcgqcEMJJsISg3yv3uO_9mcUd7oj1qQ,7600
|
|
44
44
|
power_grid_model_io/utils/zip.py,sha256=VXHX4xWPPZbhOlZUAbMDy3MgQFzK6_l7sRvGXihNUY4,3875
|
|
45
|
-
power_grid_model_io-1.2.
|
|
46
|
-
power_grid_model_io-1.2.
|
|
47
|
-
power_grid_model_io-1.2.
|
|
48
|
-
power_grid_model_io-1.2.
|
|
49
|
-
power_grid_model_io-1.2.
|
|
45
|
+
power_grid_model_io-1.2.115.dist-info/LICENSE,sha256=7Pm2fWFFHHUG5lDHed1vl5CjzxObIXQglnYsEdtjo_k,14907
|
|
46
|
+
power_grid_model_io-1.2.115.dist-info/METADATA,sha256=x57nV0ULYLB4w8h1MeBsIn87JjIjkHK-P1hsdV1DYHY,8656
|
|
47
|
+
power_grid_model_io-1.2.115.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
48
|
+
power_grid_model_io-1.2.115.dist-info/top_level.txt,sha256=7sq9VveemMm2R0RgTBa4tH8y_xF4_1hxbufmX9OjCTo,20
|
|
49
|
+
power_grid_model_io-1.2.115.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{power_grid_model_io-1.2.113.dist-info → power_grid_model_io-1.2.115.dist-info}/top_level.txt
RENAMED
|
File without changes
|