Skip to content

Commit

Permalink
Minor: Fix doc for 2m temperature in proto specs
Browse files Browse the repository at this point in the history
  • Loading branch information
cwasicki committed Jan 3, 2024
1 parent da1f93b commit 0fa1aa7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions proto/frequenz/api/weather/weather.proto
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ enum ForecastFeature {
// Default value. When used, the API responds with all features listed below.
FORECAST_FEATURE_UNSPECIFIED = 0;

// Temperature at 2 m altitude. It is the temperature of the air at a height
// of 2 metres above the surface of land, sea or in-land waters.
// Temperature at 2 m above the earth's surface. It is the temperature of
// the air at a height of 2 metres above the surface of land, sea or
// in-land waters.
// Measured in Kelvin. To convert to Celsius, subtract 273.15.
FORECAST_FEATURE_TEMPERATURE_2_METRE = 1;

Expand Down

0 comments on commit 0fa1aa7

Please sign in to comment.