xcube-dev / xcube-viewer

A simple viewer component for xcube-server
https://xcube-dev.github.io/xcube-viewer/
MIT License
29 stars 10 forks source link

Update Statistics to reflect changes from xcube-issue #1066 #421

Closed b-yogesh closed 1 month ago

b-yogesh commented 1 month ago

Is your feature request related to a problem? Please describe.

Datasets and individual dataset variables published by xcube server are not forced to have a "time" dimension. An issue that deals with the backend part of it can be found here

We need to also allow the users to create statistics for data that do not contain the time dimension in it.

Describe Screenshot from 2024-09-10 16-21-49 the solution you'd like

  1. Remove the red text that shows if the time dimension is missing in the statistics panel.
  2. Make time dimension optional
  3. Update the logic in parts that involve the time dimension.