Skip to content

Commit eaf5ce2

Browse files
committed
omit degrees and change precipitation little to light
1 parent 93f46ce commit eaf5ce2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

osi_environment.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ message EnvironmentalConditions
1818
/// Atmospheric pressure in Pascal
1919
optional double atmospheric_pressure = 3;
2020

21-
/// Temperature in degrees Kelvin
21+
/// Temperature in Kelvin
2222
optional double temperature = 4;
2323

2424
/// Precipitation
@@ -28,7 +28,7 @@ message EnvironmentalConditions
2828
enum Precipitation
2929
{
3030
/// Light intensity rain, when the precipitation rate is < 2.5 mm per hour
31-
PRECIPITATION_RAIN_LITTLE = 0;
31+
PRECIPITATION_RAIN_LIGHT = 0;
3232

3333
/// Medium intensity rain, when the precipitation rate is between 2.5 mm and 10 mm per hour
3434
PRECIPITATION_RAIN_MEDIUM = 1;

0 commit comments

Comments
 (0)