pywws.service.pwsweather
Upload weather data to PWS Weather.
PWS Weather is a site run by AerisWeather that “brings together personal weather station data worldwide from locales not served by primary weather services.”
Create account: http://www.pwsweather.com/register.php
API based on WU protocol: http://wiki.wunderground.com/index.php/PWS_-_Upload_Protocol
Additional dependency: http://docs.python-requests.org/
Example
weather.ini
configuration:[pwsweather] station = ABCDEFGH1 password = xxxxxxx [logged] services = ['pwsweather', 'underground']
Classes
|
Comments or questions? Please subscribe to the pywws mailing list http://groups.google.com/group/pywws and let us know.