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've trying to download data from the historical server from the following coordinates (-32.77946054543407, -70.9403806772067), so i've been running the next line:
but i've got the following error:
Downloading 20200101 00... [20200101 00] AttributeError: 'str' object has no attribute 'data'
Traceback (most recent call last):
File "get_gfs_hist.py", line 347, in main
verbose=args.verbose,
File "get_gfs_hist.py", line 234, in save_dataset
for time in time_list
File "get_gfs_hist.py", line 234, in
for time in time_list
File "get_gfs_hist.py", line 79, in get_sequential
for var in dataset
File "get_gfs_hist.py", line 79, in
for var in dataset
AttributeError: 'str' object has no attribute 'data'
So... i was wondering if i can get any help here with this download.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Sorry for the late reply. The NOAA keeps changing the archived data every few months, so the scripts break from time to time. Right now I've just uploaded an example script where you can get some historical data, get_gfs_hist_xarray.py. You have some more information on what data is available where on this issue: #9 (comment)
Hi, hope you're doing well.
I've trying to download data from the historical server from the following coordinates (-32.77946054543407, -70.9403806772067), so i've been running the next line:
but i've got the following error:
Downloading 20200101 00... [20200101 00] AttributeError: 'str' object has no attribute 'data'
Traceback (most recent call last):
File "get_gfs_hist.py", line 347, in main
verbose=args.verbose,
File "get_gfs_hist.py", line 234, in save_dataset
for time in time_list
File "get_gfs_hist.py", line 234, in
for time in time_list
File "get_gfs_hist.py", line 79, in get_sequential
for var in dataset
File "get_gfs_hist.py", line 79, in
for var in dataset
AttributeError: 'str' object has no attribute 'data'
So... i was wondering if i can get any help here with this download.
Thanks in advance.
The text was updated successfully, but these errors were encountered: