ATMOS/pyatmos/utils/__init__.py

16 lines
327 B
Python
Raw Normal View History

2020-07-27 10:38:52 +08:00
'''
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.
'''