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 issue you're hitting is that minimum temperature and maximum temperature are reported for alternating intervals of 12 hours, so if you request both for a 6 hour period, one won't have any data in range, which is what's causing the exception.
I think that there is some work to improve the behavior here, but in the meantime, this should work instead: If you change the request from a 6 hour interval to just a single time at time=present, it should return the same data, since none of these variables have multiple values within a 6 hour interval.
So instead of time_start and time_end, you can try "time=present".
We need to see what can be done with temperature to prevent this exception in the THREDDS request.
The text was updated successfully, but these errors were encountered:
This issue is resolved in the latest TDS snapshot, which will be available at thredds-test.unidata.ucar.edu within a couple hours.
thredds-test is an exact replica of the data hosted on our other domain, thredds.ucar.edu, but it runs our development releases. All of your catalog and datsets should exist there as well.
best,
Hailey
Ticket Details
Ticket ID: QFU-877120
Department: Support THREDDS
Priority: Critical
Status: Open
Need to test and remove temporary fix bf325a5 if working.
According to THREDDS support:
The issue you're hitting is that minimum temperature and maximum temperature are reported for alternating intervals of 12 hours, so if you request both for a 6 hour period, one won't have any data in range, which is what's causing the exception.
I think that there is some work to improve the behavior here, but in the meantime, this should work instead: If you change the request from a 6 hour interval to just a single time at time=present, it should return the same data, since none of these variables have multiple values within a 6 hour interval.
So instead of time_start and time_end, you can try "time=present".
We need to see what can be done with temperature to prevent this exception in the THREDDS request.
The text was updated successfully, but these errors were encountered: