Don't try to convert wind direction to m/s ya dingus
This commit is contained in:
parent
c5c7778772
commit
14b06f9667
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ class RAOBObs():
|
|||
|
||||
value = float(100.0 * v100 + 10.0 * v10 + v1)
|
||||
|
||||
wind_dir = meters_second(value + base_dir)
|
||||
wind_dir = value + base_dir
|
||||
|
||||
if token[3:5] == '//':
|
||||
wind_speed = None
|
||||
|
|
Loading…
Add table
Reference in a new issue