Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GLDAS Data Download #35

Open
ghost opened this issue Dec 30, 2021 · 0 comments
Open

GLDAS Data Download #35

ghost opened this issue Dec 30, 2021 · 0 comments

Comments

@ghost
Copy link

ghost commented Dec 30, 2021

Hi ,

I have created the required env and installed the required dependencies.
However, as I run the gldas_download command I get this error:

Downloading data from 2019-05-23T00:00:00 to 2019-05-25T00:00:00 into folder C://Users//computop//Desktop//GLDAS.
Traceback (most recent call last):
File "C:\Users\computop\anaconda3\envs\gldas\lib\runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "C:\Users\computop\anaconda3\envs\gldas\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "C:\Users\computop\anaconda3\envs\gldas\Scripts\gldas_download.exe_main
.py", line 7, in
File "C:\Users\computop\anaconda3\envs\gldas\lib\site-packages\gldas\download.py", line 353, in run
main(sys.argv[1:])
File "C:\Users\computop\anaconda3\envs\gldas\lib\site-packages\gldas\download.py", line 349, in main
recursive=True)
File "C:\Users\computop\anaconda3\envs\gldas\lib\site-packages\datedown\interface.py", line 68, in download_by_dt
download_fn(urls, fnames)
File "C:\Users\computop\anaconda3\envs\gldas\lib\site-packages\datedown\down.py", line 74, in download
p.map_async(dlfunc, zip(urls, targets)).get(9999999)
File "C:\Users\computop\anaconda3\envs\gldas\lib\multiprocessing\pool.py", line 651, in get
self.wait(timeout)
File "C:\Users\computop\anaconda3\envs\gldas\lib\multiprocessing\pool.py", line 648, in wait
self._event.wait(timeout)
File "C:\Users\computop\anaconda3\envs\gldas\lib\threading.py", line 552, in wait
signaled = self._cond.wait(timeout)
File "C:\Users\computop\anaconda3\envs\gldas\lib\threading.py", line 300, in wait
gotit = waiter.acquire(True, timeout)
OverflowError: timeout value is too large

How could I resolve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants