Skip to content

Commit 7584fbc

Browse files
Merge pull request #926 from ie3-institute/ms/#849-column-name-validation-should-only-run-once
Improving column name validation
2 parents c8fa0e4 + 440a426 commit 7584fbc

File tree

115 files changed

+1132
-509
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+1132
-509
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- Adding JavaDoc to `EntitySource.safeMapGet` [#828](https://github.com/ie3-institute/PowerSystemDataModel/issues/828)
1818
- Abstracting some methods in `ValidationUtils` [#852](https://github.com/ie3-institute/PowerSystemDataModel/issues/852)
1919
- `EmInput` should not be connected to the grid [#955](https://github.com/ie3-institute/PowerSystemDataModel/issues/955)
20+
- Enhancing the error message for coordinate sources with invalid column names [#670](https://github.com/ie3-institute/PowerSystemDataModel/issues/670)
21+
- Allowing for additional unused columns in sources [#839](https://github.com/ie3-institute/PowerSystemDataModel/issues/839)
22+
- Improving column name validation to only run once per source [#849](https://github.com/ie3-institute/PowerSystemDataModel/issues/849)
2023

2124
## [4.1.0] - 2023-11-02
2225

docs/readthedocs/models/input/participant/bm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Type Model
2626
+---------------------+---------+------------------------------------------------------------+
2727
| sRated | kVA | Rated apparent power |
2828
+---------------------+---------+------------------------------------------------------------+
29-
| cosphiRated | -- | Rated power factor |
29+
| cosPhiRated | -- | Rated power factor |
3030
+---------------------+---------+------------------------------------------------------------+
3131
| etaConv | % | Efficiency of the assets inverter |
3232
+---------------------+---------+------------------------------------------------------------+

docs/readthedocs/models/input/participant/chp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Type Model
2828
+-------------+---------+---------------------------------------------------------+
2929
| sRated | kVA | Rated apparent power |
3030
+-------------+---------+---------------------------------------------------------+
31-
| cosphiRated | -- | Rated power factor |
31+
| cosPhiRated | -- | Rated power factor |
3232
+-------------+---------+---------------------------------------------------------+
3333
| pThermal | kW | Rated thermal power (at rated electrical power) |
3434
+-------------+---------+---------------------------------------------------------+

docs/readthedocs/models/input/participant/ev.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Type Model
2727
+-------------+----------+---------------------------------------------------------+
2828
| sRated | kVA | Rated apparent power |
2929
+-------------+----------+---------------------------------------------------------+
30-
| cosphiRated | -- | Rated power factor |
30+
| cosPhiRated | -- | Rated power factor |
3131
+-------------+----------+---------------------------------------------------------+
3232

3333
Entity Model

docs/readthedocs/models/input/participant/fixedfeedin.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Attributes, Units and Remarks
2525
+------------------+---------+--------------------------------------------------------------------------------------+
2626
| sRated | kVA | Rated apparent power |
2727
+------------------+---------+--------------------------------------------------------------------------------------+
28-
| cosphiRated | -- | Rated power factor |
28+
| cosPhiRated | -- | Rated power factor |
2929
+------------------+---------+--------------------------------------------------------------------------------------+
3030

3131
Caveats

docs/readthedocs/models/input/participant/hp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Type Model
2424
+-------------+---------+---------------------------------------------------------+
2525
| sRated | kVA | Rated apparent power |
2626
+-------------+---------+---------------------------------------------------------+
27-
| cosphiRated | -- | Rated power factor |
27+
| cosPhiRated | -- | Rated power factor |
2828
+-------------+---------+---------------------------------------------------------+
2929
| pThermal | kW | Rated thermal power (at rated electrical power) |
3030
+-------------+---------+---------------------------------------------------------+

docs/readthedocs/models/input/participant/load.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Attributes, Units and Remarks
3030
+---------------------+---------+--------------------------------------------------------------------------------------+
3131
| sRated | kVA | Rated apparent power |
3232
+---------------------+---------+--------------------------------------------------------------------------------------+
33-
| cosphiRated | -- | Rated power factor |
33+
| cosPhiRated | -- | Rated power factor |
3434
+---------------------+---------+--------------------------------------------------------------------------------------+
3535

3636
Caveats

docs/readthedocs/models/input/participant/pv.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Detailed model of a photovoltaic power plant.
3737
+------------------+---------+--------------------------------------------------------------------------------------+
3838
| sRated | kVA | Rated apparent power |
3939
+------------------+---------+--------------------------------------------------------------------------------------+
40-
| cosphiRated | -- | Rated power factor |
40+
| cosPhiRated | -- | Rated power factor |
4141
+------------------+---------+--------------------------------------------------------------------------------------+
4242

4343
Caveats

docs/readthedocs/models/input/participant/storage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Type Model
2626
+---------------------+---------+---------------------------------------------------------+
2727
| sRated | kVA | Rated apparent power |
2828
+---------------------+---------+---------------------------------------------------------+
29-
| cosphiRated | -- | Rated power factor |
29+
| cosPhiRated | -- | Rated power factor |
3030
+---------------------+---------+---------------------------------------------------------+
3131
| pMax | kW | | Maximum permissible active power |
3232
| | | | infeed or consumption |

docs/readthedocs/models/input/participant/wec.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Type Model
2424
+------------------+---------+----------------------------------------------------------------------+
2525
| sRated | kVA | Rated apparent power |
2626
+------------------+---------+----------------------------------------------------------------------+
27-
| cosphiRated | -- | Rated power factor |
27+
| cosPhiRated | -- | Rated power factor |
2828
+------------------+---------+----------------------------------------------------------------------+
2929
| cpCharacteristic | -- | Wind velocity dependent :ref:`Betz factors<wec_cp_characteristic>`. |
3030
+------------------+---------+----------------------------------------------------------------------+

0 commit comments

Comments
 (0)