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

xcube-cmems hangs getting description for cmems_obs-si_arc_phy_nrt_l3_P1D #25

Open
pont-us opened this issue Mar 31, 2023 · 0 comments
Open
Labels
bug Something isn't working

Comments

@pont-us
Copy link
Member

pont-us commented Mar 31, 2023

To reproduce, set CMEMS credentials as environment variables, then run

from xcube.core.store import new_data_store
cmems = new_data_store('cmems')
desc = cmems.describe_data('cmems_obs-si_arc_phy_nrt_l3_P1D')
print(desc)

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

@pont-us pont-us added the bug Something isn't working label Mar 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant