power-grid-model-io 1.3.15__py3-none-any.whl → 1.3.17__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/converters/pandapower_converter.py +0 -2
- {power_grid_model_io-1.3.15.dist-info → power_grid_model_io-1.3.17.dist-info}/METADATA +1 -1
- {power_grid_model_io-1.3.15.dist-info → power_grid_model_io-1.3.17.dist-info}/RECORD +6 -6
- {power_grid_model_io-1.3.15.dist-info → power_grid_model_io-1.3.17.dist-info}/WHEEL +0 -0
- {power_grid_model_io-1.3.15.dist-info → power_grid_model_io-1.3.17.dist-info}/licenses/LICENSE +0 -0
- {power_grid_model_io-1.3.15.dist-info → power_grid_model_io-1.3.17.dist-info}/top_level.txt +0 -0
|
@@ -426,7 +426,6 @@ class PandaPowerConverter(BaseConverter[PandaPowerData]):
|
|
|
426
426
|
pgm_lines["x1"] = self._get_pp_attr("line", "x_ohm_per_km", expected_type="f8") * multiplier
|
|
427
427
|
pgm_lines["c1"] = c_nf_per_km * length_km * parallel * 1e-9
|
|
428
428
|
# The formula for tan1 = R_1 / Xc_1 = (g * 1e-6) / (2 * pi * f * c * 1e-9) = g / (2 * pi * f * c * 1e-3)
|
|
429
|
-
pgm_lines["tan1"] = 0.0
|
|
430
429
|
pgm_lines["tan1"] = np.divide(
|
|
431
430
|
self._get_pp_attr("line", "g_us_per_km", expected_type="f8", default=0),
|
|
432
431
|
c_nf_per_km * (2 * np.pi * self.system_frequency * 1e-3),
|
|
@@ -440,7 +439,6 @@ class PandaPowerConverter(BaseConverter[PandaPowerData]):
|
|
|
440
439
|
pgm_lines["r0"] = self._get_pp_attr("line", "r0_ohm_per_km", expected_type="f8", default=np.nan) * multiplier
|
|
441
440
|
pgm_lines["x0"] = self._get_pp_attr("line", "x0_ohm_per_km", expected_type="f8", default=np.nan) * multiplier
|
|
442
441
|
pgm_lines["c0"] = c0_nf_per_km * length_km * parallel * 1e-9
|
|
443
|
-
pgm_lines["tan0"] = 0.0
|
|
444
442
|
pgm_lines["tan0"] = np.divide(
|
|
445
443
|
self._get_pp_attr("line", "g0_us_per_km", expected_type="f8", default=0),
|
|
446
444
|
c0_nf_per_km * (2 * np.pi * self.system_frequency * 1e-3),
|
|
@@ -10,7 +10,7 @@ power_grid_model_io/config/excel/vision_en_9_8.yaml,sha256=yCa4v5VUK1xCZ0PrHG2Zf
|
|
|
10
10
|
power_grid_model_io/config/excel/vision_nl.yaml,sha256=0IOh5Ug9QwP2dgNMsl90RARV_v-xxcA6rv8Ya0WCPuI,21426
|
|
11
11
|
power_grid_model_io/converters/__init__.py,sha256=qng1-O8kfpgalPms_C_zAwBuiuKUoquf27u6JkVH-9k,487
|
|
12
12
|
power_grid_model_io/converters/base_converter.py,sha256=ifF-U1kmJIW9Tj9uW7d0XJlsBrmvpUZoi3WxNPAbKO4,6170
|
|
13
|
-
power_grid_model_io/converters/pandapower_converter.py,sha256=
|
|
13
|
+
power_grid_model_io/converters/pandapower_converter.py,sha256=1dyUauBBaumCRCozqCEfvlwIrGSbylSj2B-KCIBq21I,118611
|
|
14
14
|
power_grid_model_io/converters/pgm_json_converter.py,sha256=7Z1Qmoxn0qo4fkLXvmNTWNMHOJHhnyGTvxlRlcHbMLg,14210
|
|
15
15
|
power_grid_model_io/converters/tabular_converter.py,sha256=XmUDVthYyJQiHXxzspVCjUo3ZGsv4XXwZ_VRQLn4bvs,35666
|
|
16
16
|
power_grid_model_io/converters/vision_excel_converter.py,sha256=hiEOqXgfM3XbHDJ-ri-Os2a4Dh5lZFqF0m9_YFBaYs4,4166
|
|
@@ -43,8 +43,8 @@ power_grid_model_io/utils/modules.py,sha256=DJLmYKt9cV_GvqJI8wkXppNycqD4b8n5-o_8
|
|
|
43
43
|
power_grid_model_io/utils/parsing.py,sha256=cw6d3S89BvB8dncN0SeFHDhFG7ZlDNx9iGYWjZk5fVU,4684
|
|
44
44
|
power_grid_model_io/utils/uuid_excel_cvtr.py,sha256=FFsfnvELVTkIXE_qfEPjFlphsikAr7GyjnNwsDZ-AgY,7581
|
|
45
45
|
power_grid_model_io/utils/zip.py,sha256=VXHX4xWPPZbhOlZUAbMDy3MgQFzK6_l7sRvGXihNUY4,3875
|
|
46
|
-
power_grid_model_io-1.3.
|
|
47
|
-
power_grid_model_io-1.3.
|
|
48
|
-
power_grid_model_io-1.3.
|
|
49
|
-
power_grid_model_io-1.3.
|
|
50
|
-
power_grid_model_io-1.3.
|
|
46
|
+
power_grid_model_io-1.3.17.dist-info/licenses/LICENSE,sha256=7Pm2fWFFHHUG5lDHed1vl5CjzxObIXQglnYsEdtjo_k,14907
|
|
47
|
+
power_grid_model_io-1.3.17.dist-info/METADATA,sha256=iyikNiMjBnDhLE6PwebIC1g5roaJj1au359twopZkTM,8196
|
|
48
|
+
power_grid_model_io-1.3.17.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
49
|
+
power_grid_model_io-1.3.17.dist-info/top_level.txt,sha256=7sq9VveemMm2R0RgTBa4tH8y_xF4_1hxbufmX9OjCTo,20
|
|
50
|
+
power_grid_model_io-1.3.17.dist-info/RECORD,,
|
|
File without changes
|
{power_grid_model_io-1.3.15.dist-info → power_grid_model_io-1.3.17.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|