Git Product home page Git Product logo

Comments (5)

emilyebba avatar emilyebba commented on June 19, 2024

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

from hurricane.

vannizhang avatar vannizhang commented on June 19, 2024

Here is the color for Wind Chart Line: #C5E7F2

from hurricane.

vannizhang avatar vannizhang commented on June 19, 2024

@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
  }
]

from hurricane.

emilyebba avatar emilyebba commented on June 19, 2024

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"
  }
]

from hurricane.

vannizhang avatar vannizhang commented on June 19, 2024

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

from hurricane.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.