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
The describe_data method hangs while downloading large amounts of data over the network. I don't know if it would actually return, given sufficient time: I killed the process after about 20 minutes of continuous downloading at ~6 MB/s.
I'll attach the traceback from the interrupted process, which was somewhere in the xcube function new_grid_mapping_from_dataset when it was killed. (So the actual problem might be in xcube rather than xcube-cmems.)
To reproduce, set CMEMS credentials as environment variables, then run
The
describe_data
method hangs while downloading large amounts of data over the network. I don't know if it would actually return, given sufficient time: I killed the process after about 20 minutes of continuous downloading at ~6 MB/s.I'll attach the traceback from the interrupted process, which was somewhere in the xcube function
new_grid_mapping_from_dataset
when it was killed. (So the actual problem might be in xcube rather than xcube-cmems.)traceback.txt
The text was updated successfully, but these errors were encountered: