Skip to content

Commit

Permalink
fix(irradiance): change unit to W/m^2 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbe-Haegeman authored Jul 3, 2024
1 parent 42bed45 commit a039ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flexmeasures_openweathermap/sensor_specs.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
dict(
fm_sensor_name="irradiance", # in save_forecasts_to_db, we catch this name and do the actual computation to get to the irradiance
owm_sensor_name="clouds",
unit="kW/m²",
unit="W/m²",
event_resolution=timedelta(minutes=60),
attributes=weather_attributes,
),
Expand Down

0 comments on commit a039ba4

Please sign in to comment.