diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-20 09:36:52 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-20 09:36:52 +0100 |
commit | a5f105717444a349ed9598b017919651442ef8c5 (patch) | |
tree | 7035f7e5fe8635cc42cbe6253850e57ab132e867 /src/weather.py | |
parent | fix textconf (diff) | |
download | blueshift-a5f105717444a349ed9598b017919651442ef8c5.tar.gz blueshift-a5f105717444a349ed9598b017919651442ef8c5.tar.bz2 blueshift-a5f105717444a349ed9598b017919651442ef8c5.tar.xz |
doc weather
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/weather.py')
-rw-r--r-- | src/weather.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/weather.py b/src/weather.py index d5f8a2f..33e58ac 100644 --- a/src/weather.py +++ b/src/weather.py @@ -25,7 +25,7 @@ def weather(station): @param station:str The station's International Civil Aviation Organization airport code @return :(sky:str, visiblity:(:int, :float)?, weather:list<str>)? The sky condition, visiblity and weather. Sky condition values include - ‘clear’, ‘mostly clear’, ‘overcast’, ‘partly cloudy’, ‘mostly cloudy’ + ‘clear’, ‘mostly clear’, ‘partly cloudy’, ‘mostly cloudy’, ‘overcast’ and ‘obscured’. The visibility consists of two parameters: the first on indicates the the visiblity is a upper bound if the value is -1, a lower bound if +1, and approximate if 0; the second parameter is the |