kheuton / python-weather-api

Automatically exported from code.google.com/p/python-weather-api
MIT License
0 stars 0 forks source link

get_weather_from_noaa missing visibility #29

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It's a pretty easy fix to add the visibility field to data_structure tuple. 

@@ -559,6 +559,7 @@
                 'windchill_string',
                 'windchill_f',
                 'windchill_c',
+                'visibility_mi'
                 'icon_url_base',
                 'icon_url_name',
                 'two_day_history_url',
@@ -578,7 +579,7 @@

Original issue reported on code.google.com by danga...@gmail.com on 16 Sep 2013 at 6:24

GoogleCodeExporter commented 8 years ago
Thanks, didn't even notice this was missing. I added 'wind_kt' (windspeed in 
knots) as well. 

'wind_gust_mph' doesn't seem to be in any of their feeds; have you seen any 
recent reports with that field?

Original comment by jtas...@gmail.com on 2 Oct 2013 at 4:34

GoogleCodeExporter commented 8 years ago

Original comment by jtas...@gmail.com on 2 Oct 2013 at 4:35