SciQLop / tscat_gui

Time series catalogue - Graphical User Interface library
Other
4 stars 2 forks source link

show catalog "meta data" #63

Closed nicolasaunai closed 1 year ago

nicolasaunai commented 1 year ago

users want to know some information about catalogs such as the number of events, the min start and max start dates, missions concerned if any given in attributes, etc. (TBD)

these info should be accessible in several ways:

pboettch commented 1 year ago

Display meta-data in a TabWidget in the editor-section maybe. How does the user select which meta-data and statistic is to be shown?

Implementing an extendable Widget showing at least some of the values: 1 day

jeandet commented 1 year ago

meta_data = 
{
    "events count" : my_function,
     "Global start/stop" : my_function2,
}
def my_function(catalog:Catalog)-> str or List[str] or...  # -> compatible avec les widgets de la vue.

A priori à afficher tout en haut du "vidget" "Edit"