ecmwf / ecpoint-calibrate

Interactive GUI (developed in Python) for calibration and conditional verification of numerical weather prediction model outputs.
GNU General Public License v3.0
21 stars 8 forks source link

See all the thrL and thrH for all the variables when we have many variables #129

Closed EstiGascon closed 3 years ago

EstiGascon commented 3 years ago

When we load many variables ( ~ more than 10), the software does not allow you to see the whole list of variables with the corresponding thrH and thrL for each weather type. It would be nice to have an "arrow" or a tool to be able to move to the right and see all the variables. See picture as an example of the issue. WT_code_thrL_thrH

ATimHewson commented 3 years ago

I agree with the suggestion of Esti to make this scrollable with an arrow or equivalent. However in addition we could potentially drop the letters "thr" from the threshold column names to narrow the space taken by each column, so that e.g. SWVL3_thrL becomes SWVL3_L. Fatima thinks this would be OK!

onyb commented 3 years ago

The excel-like sheet is something that's very hard to control, but this is the best I could come up with. Note that in the case with few columns, the full grid will take the smallest shape possible. It might look a bit odd, but it was necessary because the table-width now adjusts dynamically based on the number of columns.

With few columns

Screenshot 2020-12-11 at 02 07 28

With many columns

Screenshot 2020-12-11 at 02 08 40
EstiGascon commented 3 years ago

Many thanks! I think this could be fine, what do you think @ATimHewson @AugustinVintzileos , @FatimaPillosu? An important question, can we see the "arrow" or tool to merge different weather types when we move to the right of the table? That was one of the most critical part, as when we had so many variables, we could not merge weather types.

onyb commented 3 years ago

can we see the "arrow" or tool to merge different weather types when we move to the right of the table

Yes, absolutely. You just have to scroll to the right of the table.

EstiGascon commented 3 years ago

Many thanks! This is exactly what we wanted.

onyb commented 3 years ago

Fixed in v0.17.0.