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

bhom/wrapped plot methods: return useful information about the plot #217

Closed
Tom-Kingstone opened this issue Jul 3, 2024 · 1 comment · Fixed by #220
Closed

bhom/wrapped plot methods: return useful information about the plot #217

Tom-Kingstone opened this issue Jul 3, 2024 · 1 comment · Fixed by #220
Assignees
Labels
type:feature New capability or enhancement

Comments

@Tom-Kingstone
Copy link
Contributor

Tom-Kingstone commented Jul 3, 2024

Description:

When generating one of these plots, sometimes it is useful to have information about the data behind the plot (time of max temperature as an example). This could simply return some json that has said information contained.

@Tom-Kingstone Tom-Kingstone added the type:feature New capability or enhancement label Jul 3, 2024
@Tom-Kingstone Tom-Kingstone self-assigned this Jul 3, 2024
@Tom-Kingstone
Copy link
Contributor Author

Sunpath objects

  • Winter and summer solstice: azimuth and times of sunrise/sunset, altitude and time at peak
  • Spring (and autumn) equinox: as above

Special cases:

  • Within arctic circle, make sure winter and summer don't break it.
  • Within tropics, test it and see what happens.
  • Also test somewhere temperate in southern hemisphere.

Generic hourly collections

  • Min value, and datetime of occurrence
  • Max value, and datetime of occurrence
  • Median, and datetime of occurrence
  • Mean, and datetime of occurrence
  • Diurnal range for each month

Wind objects

  • 50th and 95th percentile wind speed for all data
  • Calm hours (% of year)
  • Prevailing wind direction, and 50th and 95th percentile of wind speed in this direction

UTCI

  • Number of hours and % for each comfort band. (Display cold vs no thermal stress vs heat, show % only)
  • Provide a 'use hours' input and provide the above, filtered for those hours. (Filter for 07:00-22:59 for now)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New capability or enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant