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

Station and Storm Detail improvements #19

Open
sjbruce opened this issue Oct 4, 2024 · 3 comments
Open

Station and Storm Detail improvements #19

sjbruce opened this issue Oct 4, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@sjbruce
Copy link
Member

sjbruce commented Oct 4, 2024

Station & Storm Details

  • Convert displayed units of fields for better public engagement:
    • Date/time (convert from UTC to local time, using Timezone names)
    • Wind Speed (convert from m/s to kph and knots)
    • Air Pressure (add inHg inches of mercury)
    • Temperature (add degrees F)
    • Wave Heights (add feet)
  • Add visual cues for storm category, type and status to icons
  • Develop line of travel for storm based on chronological order of points
  • Add wind radii based on IBTRACS data points (complex)
    • there are 3 separate speeds (in knots)
    • values of these fields denote the radius of each quadrant per speed,
    • these would need to be drawn as separate polygons (would need to develop calculations for each arc)

Other items and revisions of the above can be added to this issue as time goes on but this will serve as a starting point

@sjbruce sjbruce added the enhancement New feature or request label Oct 4, 2024
@ceeboigbe
Copy link
Contributor

Convert displayed units of fields for better public engagement:

  • Date/time (convert from UTC to local time, using Timezone names)
  • Wind Speed (convert from m/s to kph and knots)
  • Air Pressure (add inHg inches of mercury)
  • Temperature (add degrees F)
  • Wave Heights (add feet)

I believe this part is already covered in the latest dev code

@sjbruce
Copy link
Member Author

sjbruce commented Nov 18, 2024

Largely complete except for visual cues for storm categories.

We should look at a gradient of colours as storm severity increases and decreases as well as different icons to represent different types of storms (disturbance vs depressions vs storms vs hurricane)

For accessibility reasons a list of different patterns or high-contrast colours could potentially be used in place of regular colour gradients to address issues like colour blindness.

@ceeboigbe
Copy link
Contributor

  • Add visual cues for storm category, type and status to icons
    This has mostly been covered except for the storm status.

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

No branches or pull requests

2 participants