-
Notifications
You must be signed in to change notification settings - Fork 0
download error #1
Description
Hi there,
I am trying your useful code, but facing an error when running the script and wonder what is error means and solution:
%runfile /Users/sarr/Downloads/cfs-forecast-data-main/CFS_climateForecastSystemData.py --wdir
Here is the URL for the data download
https://nomads.ncep.noaa.gov/dods/gfs_0p25/gfs20250114/gfs_0p25_00z
Here is the URL for the data information
https://nomads.ncep.noaa.gov/dods/gfs_0p25/gfs20250114/gfs_0p25_00z.info
CPLE_OpenFailedError Traceback (most recent call last)
File fiona/ogrext.pyx:136, in fiona.ogrext.gdal_open_vector()
File fiona/_err.pyx:291, in fiona._err.exc_wrap_pointer()
CPLE_OpenFailedError: /Users/sarr/Downloads/cfs-forecast-data-main/boundary_data/None: No such file or directory
During handling of the above exception, another exception occurred:
DriverError Traceback (most recent call last)
File /opt/anaconda3/envs/myenv/lib/python3.11/site-packages/spyder_kernels/customize/utils.py:209, in exec_encapsulate_locals(code_ast, globals, locals, exec_fun, filename)
207 if filename is None:
208 filename = ""
--> 209 exec_fun(compile(code_ast, filename, "exec"), globals, None)
210 finally:
211 if use_locals_hack:
212 # Cleanup code