pywws.conversions
conversions.py - a set of functions to convert pywws native units (Centigrade, mm, m/s, hPa) to other popular units
Functions
|
Compute apparent temperature (real feel), using formula from http://www.bom.gov.au/info/thermal_stress/ |
|
Calculate Humidity Index as per Canadian Weather Standards |
|
Calculate cumulus cloud base in metres, using formula from https://en.wikipedia.org/wiki/Cloud_base or https://de.wikipedia.org/wiki/Kondensationsniveau#Konvektionskondensationsniveau |
|
Convert cloud base from metres to feet. |
|
Compute dew point, using formula from http://en.wikipedia.org/wiki/Dew_point. |
|
Approximate conversion of illuminance in lux to solar radiation in W/m2 |
|
Convert pressure from hectopascals/millibar to inches of mercury |
|
Convert pressure trend to a string, as used by the UK met office. |
|
Convert rainfall from millimetres to inches |
|
Multiply value by factor, allowing for None values. |
|
Convert temperature from Celsius to Fahrenheit |
|
Calculate Heat Index as per USA National Weather Service Standards |
|
Convert wind from metres per second to Beaufort scale |
|
Compute wind chill, using formula from http://en.wikipedia.org/wiki/wind_chill |
|
Convert wind from metres per second to kilometres per hour |
|
Convert wind from metres per second to knots |
|
Convert wind from metres per second to miles per hour |
|
Compute average wind direction (in degrees) for a slice of data. |
|
Convert wind direction from 0..15 to degrees |
|
Convert wind direction from 0..15 to compass point text |
Comments or questions? Please subscribe to the pywws mailing list http://groups.google.com/group/pywws and let us know.