pywws.ZambrettiCore

Functions

ZambrettiCode(pressure, month, wind, trend) Simple implementation of Zambretti forecaster algorithm.
ZambrettiText(letter)
main([argv])
pywws.ZambrettiCore.ZambrettiCode(pressure, month, wind, trend, north=True, baro_top=1050.0, baro_bottom=950.0)[broncode]

Simple implementation of Zambretti forecaster algorithm. Inspired by beteljuice.com Java algorithm, as converted to Python by honeysucklecottage.me.uk, and further information from http://www.meteormetrics.com/zambretti.htm

pywws.ZambrettiCore.ZambrettiText(letter)[broncode]
pywws.ZambrettiCore.main(argv=None)[broncode]

Comments or questions? Please subscribe to the pywws mailing list http://groups.google.com/group/pywws and let us know.