| Home | Trees | Index | Help |
|
|---|
| Package weather :: Package units :: Module wind |
|
| Function Summary | |
|---|---|
Feet/minute (ft/min) to miles/hour (mph) | |
Feet/second (ft/s) to knots (kt) | |
Feet/second (ft/s) to miles/hour (mph) | |
Kilometers/hour (kph) to knots (kt) | |
Kilometers/hour (kph) to miles/hour (mph) | |
Knots (kt) to feet/second (ft/s) | |
Knots (kt) to kilometers/hour (kph) | |
Knots (kt) to meters/second (m/s) | |
Knots (kt) to miles/hour (mph) | |
Knots (kt) to nautical miles/hour (nmph) | |
Meters/second (m/s) to knots (kt) | |
Meters/second (m/s) to miles/hour (mph) | |
Miles/hour (mph) to feet/minute (ft/min) | |
Miles/hour (mph) to feet/second (ft/s) | |
Miles/hour (mph) to kilometers/hour (kph) | |
Miles/hour (mph) to knots (kt) | |
Miles/hour (mph) to meters/second (m/s) | |
Nautical miles/hour (nmph) to knots (kt) | |
| Variable Summary | |
|---|---|
str |
__author__ = 'Christopher Blunck'
|
str |
__email__ = 'chris@wxnet.org'
|
str |
__revision__ = '$Revision: 1.6 $'
|
str |
__usage__ = 'this module should not be run via the comma...
|
| Function Details |
|---|
ft_min_to_mph(ft)Feet/minute (ft/min) to miles/hour (mph) |
ft_sec_to_knots(ft)Feet/second (ft/s) to knots (kt) |
ft_sec_to_mph(ft)Feet/second (ft/s) to miles/hour (mph) |
km_hr_to_knots(km)Kilometers/hour (kph) to knots (kt) |
km_hr_to_mph(km)Kilometers/hour (kph) to miles/hour (mph) |
knots_to_ft_sec(kts)Knots (kt) to feet/second (ft/s) |
knots_to_km_hr(kts)Knots (kt) to kilometers/hour (kph) |
knots_to_m_sec(kts)Knots (kt) to meters/second (m/s) |
knots_to_mph(kts)Knots (kt) to miles/hour (mph) |
knots_to_nmph(kts)Knots (kt) to nautical miles/hour (nmph) |
m_sec_to_knots(m)Meters/second (m/s) to knots (kt) |
m_sec_to_mph(m)Meters/second (m/s) to miles/hour (mph) |
mph_to_ft_min(mph)Miles/hour (mph) to feet/minute (ft/min) |
mph_to_ft_sec(mph)Miles/hour (mph) to feet/second (ft/s) |
mph_to_km_hr(mph)Miles/hour (mph) to kilometers/hour (kph) |
mph_to_knots(mph)Miles/hour (mph) to knots (kt) |
mph_to_m_sec(mph)Miles/hour (mph) to meters/second (m/s) |
nmph_to_knots(mph)Nautical miles/hour (nmph) to knots (kt) |
| Variable Details |
|---|
__author__
|
__email__
|
__revision__
|
__usage__
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Mon Mar 27 23:18:47 2006 | http://epydoc.sf.net |