-
Notifications
You must be signed in to change notification settings - Fork 32

Description
I have noticed in Godiva3 (via TDS5) that the calendar utility does not limit the selectable temporal bounds to those of the dataset being viewed, like was done in TDS4/Godiva2. For example, our "tide_mhi" Hawaii tide model dataset is only available from 2023-12-01T00:00:00Z through 2024-12-31T23:00:00Z:
- TDS5: http://pae-paha.pacioos.hawaii.edu/thredds-dev/catalog/tide_mod.html?dataset=tide_mhi
- Godiva3: http://pae-paha.pacioos.hawaii.edu/thredds-dev/Godiva.html?server=http%3A%2F%2Fpae-paha.pacioos.hawaii.edu%2Fthredds-dev%2Fwms%2Ftide_mhi
The Godiva3 viewer, however, will allow you to select years and months before and after this time range. For a new user, it becomes a fishing expedition trying to figure out how far back a dataset goes (how far in the future a forecast goes). Unavailable dates are only signaled by the grayed-out and italicized calendar dates.
In contrast, the Godiva2 viewer (via TDS4) was smarter about limiting the year, month, and hour pull-down menus to within the dataset's available temporal coverage:
- TDS4: http://pae-paha.pacioos.hawaii.edu/thredds/tide_mod.html?dataset=tide_mhi
- Godiva2: http://pae-paha.pacioos.hawaii.edu/thredds/tide_mod.html?dataset=tide_mhi
This made it much simpler for a user to explore the available time range. Could these smarts be added back into Godiva3, I wonder? Thanks for giving this some thought!