You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an ETL script that wakes up every 10 minutes and downloads 10 minutes of lightning data using the goes_timerange() method. After about the 3rd or 4th call to goes_timerange() it throws the following exception:
File "/tmp/tmpeb9dvq54prefect/sce_omnisci/noaa_goes.py", line 479, in extract
file_list_ds = goes_timerange(satellite=self.goes_satellite, product=self.goes_product, domain=self.goes_domain,
File "/home/calvin.goodrich/mambaforge/envs/wvp_goes/lib/python3.9/site-packages/goes2go/data.py", line 421, in goes_timerange
_download(df, save_dir=save_dir, overwrite=overwrite, verbose=verbose)
File "/home/calvin.goodrich/mambaforge/envs/wvp_goes/lib/python3.9/site-packages/goes2go/data.py", line 208, in _download
with ThreadPoolExecutor(threads) as exe:
File "/home/calvin.goodrich/mambaforge/envs/wvp_goes/lib/python3.9/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
This is on Python 3.9 and goes2go 2023.4.2
The text was updated successfully, but these errors were encountered:
I have an ETL script that wakes up every 10 minutes and downloads 10 minutes of lightning data using the goes_timerange() method. After about the 3rd or 4th call to goes_timerange() it throws the following exception:
This is on Python 3.9 and goes2go 2023.4.2
The text was updated successfully, but these errors were encountered: