PyWeather

Download real-time data from Davis Vantage Pro weather stations, upload weather data to sites (e.g. wunderground.com), and various meteorological conversion functions
Download

PyWeather Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Patrick C. McGinty and Christopher Blunck
  • Publisher web site:
  • http://oss.wxnet.org/

PyWeather Tags


PyWeather Description

Download real-time data from Davis Vantage Pro weather stations, upload weather data to sites (e.g. wunderground.com), and various meteorological conversion functions PyWeather is a Python library that contains weather related modules implemented in Python. This light weight package is designed to be straightforward and easy to use. Although many of the conversion algorithms are approximations, they are "good enough" for the average amateur meteorologist, as well as some professionals. The modules in PyWeather exist in 3 fundamental categories: * Conversion equations and functions * Console readers * Observation publishers Conversion Equations and FunctionsThe field of meteorology spreads many sciences, and many thousands of years. Accordingly, serveral scales and numerical systems are used for reporting observations. As an example, ambient temperature can be expressed in degrees Fahrenheit, Kelvin, and Rankine; barometric pressure can be expressed in atmospheres, inches of mercury at 32 degrees F, inches of mercury at 60 degrees F, millibars, pascals, kilopascals, and pounds per square inch.Equations exist for conversion to/from all of the units used in meteorology, and indeed many of the equations are very straightforward. However, most online references are designed for end-users, and not programmers. Multiple websites can convert "inches of mercury at 32 degrees F" to atmospheres, but seldom do they also provide the mathematical equations used to perform the converrsion.PyWeather helps programmers writing scientific and meteorological software by implementing many of the common conversion equations. These conversion functions are found in the weather.units package.Console ReadersPyWeather also contains modules that can be used to retrieve observations from weather consoles. These modules typically use the pyserial pacakge to connect to the weather console, and can be found in the weather.stations package. Currently support is limited to the following weather stations: * Davis Vantage Pro * Davis Vantage Pro2 (untested, but should work) If you have developed a Python module to retrieve observations from a weather console not listed above, please email the author in order to have your module added to PyWeather.Observation PublishersObservations read from the console readers can be published to weather services. The publishers are located in the weather.services package. Currently, support is provided for the following weather services: * Weather Underground (wunderground.com) If you have developed a Python module that can post observations to a weather service, please email the author in order to have your module added to PyWeather. Requirements: · Python


PyWeather Related Software