CrazeeIvan / python-weather-api

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

NOAA API - ADD Return data for sky and rainfall values #41

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Can you please add return values for the Sky Conditions like:

where: 
SKY_COVER = { "SKC":"clear",
              "CLR":"clear",
              "NSC":"clear",
              "NCD":"clear",
              "FEW":"a few ",
              "SCT":"scattered ",
              "BKN":"broken ",
              "OVC":"overcast",
              "///":"",
              "VV":"indefinite ceiling" }

And height of the clouds is:
 height = distance(int(height)*100,"FT"

FEW035, SKC, SCT120

 Can be a mix like: FEW004 SCT022 BKN03

The precipitation values for the last 1hr 3hr and 6hr

Heat index temp FAHRENHEIT.

Temperature history max min, FAHRENHEIT

See :http://w1.weather.gov/obhistory/KBOW.html for a reference of the values

Thanks.

Original issue reported on code.google.com by wemanage...@gmail.com on 31 Jul 2014 at 8:52