Windy Community
    • Unread
    • Categories
    • Groups
    • Go to windy.com
    • Register
    • Login
    1. Home
    2. piotrbialek
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    piotrbialek

    @piotrbialek

    0
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    piotrbialek Unfollow Follow

    Latest posts made by piotrbialek

    • API's windWaves vs Waves

      Hello,

      we use gfsWave model and have two wave variables to choose from:

      • windWaves
      • waves

      do you have a recommendation, when should we use which? for example open water vs local waters?

      Thank you
      Piotr

      posted in Windy API v4
      P
      piotrbialek
    • Live wave data

      Hello,

      we are looking at getting wave heigh data with highest possible refresh rate. At the moment we use API call:

      curl --location 'https://api.windy.com/api/point-forecast/v2' \
      --header 'Content-Type: application/json' \
      --data '{
          "lat": 60.686,
          "lon": -2.551,
          "model": "gfsWave",
          "levels": ["surface"],
          "parameters": ["waves", "windWaves"],
          "key": "xxx"
      }'
      

      Because of our premium subscription, we get an update every 6 hours. Is there any other way to get more frequent update? Like for wind and temperature (every 1 hour)

      curl --location 'https://api.windy.com/api/point-forecast/v2' \
      --header 'Content-Type: application/json' \
      --data '{
          "lat": 60.686,
          "lon": -2.551,
          "model": "gfs",
          "levels": ["surface"],
          "parameters": ["temp", "wind", "windGust", "precip", "ptype"],
          "key": "xxx"
      }'
      

      Thanks!
      P.

      posted in Windy API v4
      P
      piotrbialek