sharppy / SHARPpy

Sounding/Hodograph Analysis and Research Program in Python
https://sharppy.github.io/SHARPpy/index.html
Other
219 stars 112 forks source link

Feature Request: Day of week on title #43

Closed rpdale closed 5 years ago

rpdale commented 9 years ago

It would be nice to have the day of the week in the upper-left, maybe between the timestamp and the () model info? capture

keltonhalbert commented 9 years ago

I know that @tsupinie has worked on implementing some user configuration type files that save settings (such as what insets you use) in a behind the scenes format. Perhaps something could be included to allow users to specify some sort of regex for the sounding titles that could be changed through the GUI?

Obviously the easier solution is just to hardcode the day of the week, but I'm thinking long term - what if other people desire other titles? Thoughts @wblumberg and Tim?

wblumberg commented 9 years ago

One idea I've been tossing around is working on a settings box for the picker that would allow you to change such a thing, especially since it's easy to pass a custom string using the % signs. This would also allow other things to be set easily, like default stations, etc. That's what I was thinking for solving this problem.

wblumberg commented 5 years ago

After reviewing this, I'm not sure adding the day of the week would be prudent. It would take up space in the title area which is needed for the other titles if soundings are overlaid. skew.py would be the place to revise this if others would like to so!