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

wind speed graph #5

Closed
vannizhang opened this issue May 24, 2019 · 5 comments
Closed

wind speed graph #5

vannizhang opened this issue May 24, 2019 · 5 comments

Comments

@vannizhang
Copy link
Owner

vannizhang commented May 24, 2019

We would like to have MPH for the wind speed graph instead of descriptions

@emilyebba
Copy link
Collaborator

Yes please convert to this instead of the text (gale, light breeze, etc). Thank you!

@vannizhang
Copy link
Owner Author

Here is the color for Wind Chart Line: #C5E7F2

@vannizhang
Copy link
Owner Author

@emilyebba Please update the lookup table below by adding the wind speed to it (I left them as empty for now) as I don't see the wind speed from the drawing info of the wind gust service

uniqueValueInfos: [
{
	"value": "0",
	"label": "Calm",
	"description": "",
	"speed": 0
  },
  {
	"value": "1",
	"label": "Light Air",
	"description": "",
	"speed": 0
  },
  {
	"value": "2",
	"label": "Light Breeze",
	"description": "",
	"speed": 0
  },
  {
	"value": "3",
	"label": "Gentle Breeze",
	"description": "",
	"speed": 0
  },
  {
	"value": "4",
	"label": "Moderate Breeze",
	"description": "",
	"speed": 0
  },
  {
	"value": "5",
	"label": "Fresh Breeze",
	"description": "",
	"speed": 0
  },
  {
	"value": "6",
	"label": "Strong Breeze",
	"description": "",
	"speed": 0
  },
  {
	"value": "7",
	"label": "Moderate Gale",
	"description": "",
	"speed": 0
  },
  {
	"value": "8",
	"label": "Fresh Gale",
	"description": "",
	"speed": 0
  },
  {
	"value": "9",
	"label": "Strong Gale",
	"description": "",
	"speed": 0
  },
  {
	"value": "10",
	"label": "Storm",
	"description": "",
	"speed": 0
  },
  {
	"value": "11",
	"label": "Violent Storm",
	"description": "",
	"speed": 0
  },
  {
	"value": "12",
	"label": "Cat-1 Hurricane",
	"description": "",
	"speed": 0
  },
  {
	"value": "13",
	"label": "Cat-2 Hurricane",
	"description": "",
	"speed": 0
  },
  {
	"value": "14",
	"label": "Cat-3 Hurricane",
	"description": "",
	"speed": 0
  },
  {
	"value": "15",
	"label": "Cat-4 Hurricane",
	"description": "",
	"speed": 0
  },
  {
	"value": "16",
	"label": "Cat-5 Hurricane",
	"description": "",
	"speed": 0
  }
]

@emilyebba
Copy link
Collaborator

emilyebba commented Jun 11, 2019

Here you go. I got these directly from Paul. Thank you!

uniqueValueInfos: [
{
	"value": "0",
	"label": "Calm",
	"description": "<1 mph"
  },
  {
	"value": "1",
	"label": "Light Air",
	"description": ">=1 <=3 mph"
  },
  {
	"value": "2",
	"label": "Light Breeze",
	"description": ">3 <=7 mph"
  },
  {
	"value": "3",
	"label": "Gentle Breeze",
	"description": ">7 <=12 mph"
  },
  {
	"value": "4",
	"label": "Moderate Breeze",
	"description": ">12 <=17 mph"
  },
  {
	"value": "5",
	"label": "Fresh Breeze",
	"description": ">17 <=24 mph"
  },
  {
	"value": "6",
	"label": "Strong Breeze",
	"description": ">24 <=30 mph"
  },
  {
	"value": "7",
	"label": "Moderate Gale",
	"description": ">30 <=38 mph"
  },
  {
	"value": "8",
	"label": "Fresh Gale",
	"description": ">38 <=46 mph"
  },
  {
	"value": "9",
	"label": "Strong Gale",
	"description": ">46 <=54 mph"
  },
  {
	"value": "10",
	"label": "Storm",
	"description": ">54 <=63 mph"
  },
  {
	"value": "11",
	"label": "Violent Storm",
	"description": ">63 <=73 mph"
  },
  {
	"value": "12",
	"label": "Cat-1 Hurricane",
	"description": ">73 <=95 mph"
  },
  {
	"value": "13",
	"label": "Cat-2 Hurricane",
	"description": ">95 <=110 mph"
  },
  {
	"value": "14",
	"label": "Cat-3 Hurricane",
	"description": ">110 <=130 mph"
  },
  {
	"value": "15",
	"label": "Cat-4 Hurricane",
	"description": ">130 <=155 mph"
  },
  {
	"value": "16",
	"label": "Cat-5 Hurricane",
	"description": ">155 mph"
  }
]

@vannizhang
Copy link
Owner Author

@emilyebba Thanks, this is exactly what we need. I also formatted it a bit...

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

No branches or pull requests

2 participants