comments update
This commit is contained in:
parent
4d2fb6a315
commit
21a4056ee4
@ -3,14 +3,15 @@ pyatmos utils subpackage
|
|||||||
|
|
||||||
This subpackage defines the following functions:
|
This subpackage defines the following functions:
|
||||||
|
|
||||||
# try_download.py
|
Const.py - Defines some basic physical constants at sea level.
|
||||||
|
|
||||||
wraplon - Wrap a longitude in range of [0,360] to [-180,180]
|
try_download.py
|
||||||
|
tqdm_request - Try to download files from a remote server by request with a colored progress bar.
|
||||||
hms2s - Convert hour/minute/second to seconds
|
|
||||||
|
|
||||||
hms2h - Convert hour/minute/second to hours
|
|
||||||
|
|
||||||
tqdm_request - Try to download files from a remote server by request.
|
|
||||||
|
|
||||||
|
utils.py
|
||||||
|
vectorize - Vectorize a number(int, float) or a list to a numpy array.
|
||||||
|
wraplon - Wrap a longitude in range of [0,360] to [-180,180]
|
||||||
|
hms_conver - Convert the form of hour/minute/second to hours and seconds.
|
||||||
|
alt_conver - Fulfill conversions between geometric altitudes and geopotential altitudes.
|
||||||
|
check_altitude - Checks if altitudes are inside a valid range.
|
||||||
'''
|
'''
|
Loading…
x
Reference in New Issue
Block a user