mmp / vice

Virtual air traffic control simulator
https://pharr.org/vice
GNU General Public License v3.0
23 stars 33 forks source link

Fix live weather #169

Closed checkandmate1 closed 6 months ago

checkandmate1 commented 6 months ago

Hopefully should be a fix to #168

mmp commented 6 months ago

Looking again at the AirportWeatherData code, should this be happening for all entries in data? i.e. for i := range data { if data[i].Wdir == "VRB" { ... ?

https://github.com/checkandmate1/AirportWeatherData/blob/2990799bfc802e1040b6573ed4885cc1df979727/main.go#L72

checkandmate1 commented 6 months ago

The length is always one, so I believe it's safe to do that.