16 lines
327 B
Python
16 lines
327 B
Python
'''
|
|
pyatmos utils subpackage
|
|
|
|
This subpackage defines the following functions:
|
|
|
|
# try_download.py
|
|
|
|
wraplon - Wrap a longitude in range of [0,360] to [-180,180]
|
|
|
|
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.
|
|
|
|
''' |