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 was trying to retrieve the Channel velocity data by using getCutout method and it keeps killing the python kernel. We tested with default api getCutout as well and it does the same. I think this is related to issue#30 and I will appreciate your help. A simple MWE is given as follows;
I'm still getting familiar with the dataset, but the error may be from JHTDB's switch to 1-indexing from 0-indexing in the space and time coordinates. If you think that's the case with your query, try something like
If you change t_start or one of the spatial starts to 0, it will fail with error
"System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Exception: JHTDB started using 1-based indexing from Sept 16. Please update your JHTDB library if you have not done so.
If you're using Jupyter, the error may not print but it should be in the console.
Hi,
I was trying to retrieve the Channel velocity data by using
getCutout
method and it keeps killing the python kernel. We tested with default apigetCutout
as well and it does the same. I think this is related to issue#30 and I will appreciate your help. A simple MWE is given as follows;I will appreciate your quick response.
Thanks!
EK
The text was updated successfully, but these errors were encountered: