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 executed the 23_data_access_lazy_loading.ipynb exercise, but the wait time for datacube.execute()) command took more than 5 minutes. Is it expected, or an error in my configuration ?
Valentin
The text was updated successfully, but these errors were encountered:
Hi @vprint, it is expected to take some time, since it creates a view of a huge datacube composed by thousands of STAC Items. We can anyway try to speed it up.
Hi @clausmichele, thanks for the answer. If you can make it faster, why not, but I think at least the user should be inform that the operation may take a long time, for example with a message like 'This may take up to 5 minutes' in the Lazy data loading part of the 23_data_access_lazy_loading.ipynb file or a message in the 2.3 Data Access part of the course.
Hello,
I have executed the 23_data_access_lazy_loading.ipynb exercise, but the wait time for
datacube.execute())
command took more than 5 minutes. Is it expected, or an error in my configuration ?Valentin
The text was updated successfully, but these errors were encountered: