openstef 3.4.66__py3-none-any.whl → 3.4.67__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.
@@ -353,8 +353,11 @@ def add_additional_wind_features(
353
353
  for x in feature_names
354
354
  )
355
355
 
356
- # Add add_additional_wind_features
357
- if "windspeed" in data.columns and additional_wind_features:
356
+ if (
357
+ "windspeed_100m" not in data.columns
358
+ and "windspeed" in data.columns
359
+ and additional_wind_features
360
+ ):
358
361
  data["windspeed_100mExtrapolated"] = calculate_windspeed_at_hubheight(
359
362
  data["windspeed"]
360
363
  )
@@ -363,7 +366,6 @@ def add_additional_wind_features(
363
366
  data["windspeed_100mExtrapolated"]
364
367
  )
365
368
 
366
- # Do extra check
367
369
  if "windspeed_100m" in data.columns and additional_wind_features:
368
370
  data["windpowerFit_harm_arome"] = calculate_windturbine_power_output(
369
371
  data["windspeed_100m"].astype(float)
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: openstef
3
- Version: 3.4.66
3
+ Version: 3.4.67
4
4
  Summary: Open short term energy forecaster
5
5
  Home-page: https://github.com/OpenSTEF/openstef
6
6
  Author: Alliander N.V
@@ -46,6 +46,7 @@ Dynamic: description-content-type
46
46
  Dynamic: home-page
47
47
  Dynamic: keywords
48
48
  Dynamic: license
49
+ Dynamic: license-file
49
50
  Dynamic: provides-extra
50
51
  Dynamic: requires-dist
51
52
  Dynamic: requires-python
@@ -31,7 +31,7 @@ openstef/feature_engineering/holiday_features.py,sha256=CbolIP5bfiQkqDct-9TbD828
31
31
  openstef/feature_engineering/lag_features.py,sha256=Dr6qS8UhdgEHPZZSe-w6ibtjl_lcbcQohhqdZN9fqEU,5652
32
32
  openstef/feature_engineering/missing_values_transformer.py,sha256=o_zCVEOCPn2tWzvlY44XZuDysV0TuxqeVYhilYU54YY,5010
33
33
  openstef/feature_engineering/rolling_features.py,sha256=DTcrwJK1jf3-byg9ufiT7I5B-G8TFk4-VcK17AEdtYo,2160
34
- openstef/feature_engineering/weather_features.py,sha256=KOfrDaHaU-e05vqa4cm7i37XI0bgTQCY-PfLsW5O1cA,15695
34
+ openstef/feature_engineering/weather_features.py,sha256=RE4JNoeMej05dciT8EQ3tuPiiWcJc1N5Lnmvfy7dNMc,15708
35
35
  openstef/metrics/__init__.py,sha256=bIyGTSA4V5VoOLTwdaiJJAnozmpSzvQooVYlsf8H4eU,163
36
36
  openstef/metrics/figure.py,sha256=KDoezYem9wdS13kUx7M7FOy-4u88Sg3OX1DuhNT6kgQ,9751
37
37
  openstef/metrics/metrics.py,sha256=qV_EdzjKNiqEGKYUp4DL0KgsnCjTf4P9FqKcccFNF-o,15515
@@ -97,8 +97,8 @@ openstef/tasks/utils/predictionjobloop.py,sha256=Ysy3zF5lzPMz_asYDKeF5m0qgVT3tCt
97
97
  openstef/tasks/utils/taskcontext.py,sha256=L9K14ycwgVxbIVUjH2DIn_QWbnu-OfxcGtQ1K9T6sus,5630
98
98
  openstef/validation/__init__.py,sha256=bIyGTSA4V5VoOLTwdaiJJAnozmpSzvQooVYlsf8H4eU,163
99
99
  openstef/validation/validation.py,sha256=24GEzLyjVqaE2a-MppbFS-YQT5n739BxD7fH3LK5LEE,12133
100
- openstef-3.4.66.dist-info/LICENSE,sha256=7Pm2fWFFHHUG5lDHed1vl5CjzxObIXQglnYsEdtjo_k,14907
101
- openstef-3.4.66.dist-info/METADATA,sha256=L8J4MBiz55-LU8iettxkpAP4Nj5UF4kR7wi8WBlFvtY,8816
102
- openstef-3.4.66.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
103
- openstef-3.4.66.dist-info/top_level.txt,sha256=kD0H4PqrQoncZ957FvqwfBxa89kTrun4Z_RAPs_HhLs,9
104
- openstef-3.4.66.dist-info/RECORD,,
100
+ openstef-3.4.67.dist-info/licenses/LICENSE,sha256=7Pm2fWFFHHUG5lDHed1vl5CjzxObIXQglnYsEdtjo_k,14907
101
+ openstef-3.4.67.dist-info/METADATA,sha256=uXg1Ksq7LbHnmB3DLH4AuDiwqpPOKj47eVAGZCPLPqo,8838
102
+ openstef-3.4.67.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
103
+ openstef-3.4.67.dist-info/top_level.txt,sha256=kD0H4PqrQoncZ957FvqwfBxa89kTrun4Z_RAPs_HhLs,9
104
+ openstef-3.4.67.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (76.0.0)
2
+ Generator: setuptools (78.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5