we need a better UI #622
Replies: 5 comments 1 reply
-
right now the default UI fetch the dataset metadata (info + stats) when openning a new dataset. This helps when we are dealing with non-byte data (rescaling the value from min/max found in the stats) I think we should make FYI: I've implemented some of this in developmentseed/rio-viz#38 Edit: ☝️ was done in 473c37d |
Beta Was this translation helpful? Give feedback.
-
Hey @vincentsarago. This issue is pretty old, but I'd be interested in taking it on. Do you have any other ideas on how you'd like to improve the UI, or has most of the work for this been done already? Also, I'm not sure I fully understand how the UI here interfaces with rio-viz - should it be all one codebase (in titiler.local like this issue says), or should development be done in |
Beta Was this translation helpful? Give feedback.
-
titiler and rio-viz are two different project but they share a lot (well now rio-viz depends on titiler.core 😅) titiler.extensions's viewers are really close to the one in rio-viz and I usually experiment first in rio-viz before changing the UI in titiler. About my last comment, I already made the change in titiler's viewer (we now only fetch the That's said, the viewers are pretty old and written in Note: Designing a frontend for titiler client is going to be quite complex so if we really want to do this I should also check internally if some of our designers want to help (👋 @LanesGood @ricardoduplos) but I feel you have a great knowledge of titiler already so I'm eager to ear what you have in mind 😃 |
Beta Was this translation helpful? Give feedback.
-
Perhaps this would be better suited in Discussions, rather than Issues? I'll draft up a few possibilities that might work - there are lots of options ranging from small UI tweaks to large overhauls. |
Beta Was this translation helpful? Give feedback.
-
So I had a think over the weekend, and here are some relatively unstructured ideas for features/approaches, roughly in order of complexity: New Features
Cosmetic Changes
Wider Changes
I'd love to hear your thoughts. Do you want there to be a fully graphical twin for Titiler that can do everything Titiler does? Something even more fully fledged, with data exploration (via STAC Browser)? Or just a small graphical upgrade to make the endpoint look pretty? Loads of options 😅 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions