OpenSprinkler › Forums › Hardware Questions › OpenSprinkler Pi (OSPi) › Builduing a linux service that gets weather data › Re: Re: Builduing a linux service that gets weather data
aleatorvb
Progress update
– 10 free services for current weather
– out of the 10, 5 have forecast data
– all services support a poll interval of at least 10 minutes (more than enough for private usage for a location)
– configuration options for all apis
– statistical analysis of current weather to produce a better result
– output to display, file, memcache, mysql database
Working on
– statistics code to produce a better aproximations of forecasts
Weather data has:
– temperature
– pressure
– humidity
– probability of rain or snow
Not sure if i should also gather wind speed and direction.