Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Per Month Tables #215

Closed
Daveiano opened this issue Oct 28, 2023 · 1 comment · Fixed by #250
Closed

Per Month Tables #215

Daveiano opened this issue Oct 28, 2023 · 1 comment · Fixed by #250
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Milestone

Comments

@Daveiano
Copy link
Owner

Daveiano commented Oct 28, 2023

Provide per-month tables: E.g. for outTemp: Temperature per month (probably with min/max), like in GH-196

  • Configurable? Set which observations should get a table, and use stat_tiles_show_min/max/sum to determine what to show
  • Show on stats and year pages
Year Jan Feb Mar ... Average Min Max
2021 3.4°C 5.7°C 10.1°C ... X°C X°C X°C
2022 4.5°C 5.5°C 8.2°C ... X°C X°C X°C
Average X°C X°C X°C X°C ? ? ?
Min X°C X°C X°C X°C ? ? ?
Max X°C X°C X°C X°C ? ? ?

The fuzzy-archer skin has also a very good implementation: https://kainzbauer.net/weather/Rif/history.html

@Daveiano Daveiano added documentation Improvements or additions to documentation enhancement New feature or request labels Oct 28, 2023
@Daveiano Daveiano added this to the 3.5.0 milestone Oct 28, 2023
@gand07
Copy link

gand07 commented Nov 10, 2023

Great idea

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants