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

    fkrauthan

    @fkrauthan

    0
    Reputation
    2
    Profile views
    5
    Posts
    1
    Followers
    0
    Following
    Joined Last Online
    Website fkrauthan.ca

    fkrauthan Unfollow Follow

    Latest posts made by fkrauthan

    • METEOGRAM opens in sidebar on Desktop

      It looks like since a recent update the METEOGRAM sidebar (when clicking on an airport) opens in a sidebar. At least on my screen there is very little room which makes it very hard to read. The regular weather forecast still opens across the full width. I hope this is just a bug and can be changed easily.

      Regular weather forecast
      63346dc3-58a3-44f8-8a2a-fd1ca54c279d-image.png

      METEOGRAM
      Screenshot 2024-05-15 203614.png

      posted in Bug Reports
      fkrauthanF
      fkrauthan
    • RE: Windy Webcam API V3 - URL issue + Bounding Box Validation

      @caldrjir Perfect I can confirm the URL is now working. However it seems like the new cluster endpoint returns a lot less points on the map than previously.

      Would be great if that potentially could be fine-tuned a bit more.

      posted in Webcams API
      fkrauthanF
      fkrauthan
    • RE: Question about V3 response inconsistency

      @caldrjir that makes sense. Personally still would have loved to have a consistent response body as that helps keep my integration code clean :)

      posted in Webcams API
      fkrauthanF
      fkrauthan
    • Question about V3 response inconsistency

      Is there a reason why the /map/clusters endpoint returns as payload response an array of webcam objects while the /webcams endpoint returns an object that contains as key webcams which in return hold the array of webcam objects. It would be great if the API would use a consistent response body shape.

      posted in Webcams API
      fkrauthanF
      fkrauthan
    • Windy Webcam API V3 - URL issue + Bounding Box Validation

      Sorry for double post I missed that there is a area specific to webcam API.

      I just upgraded my code from Windy Webcam API V2 to V3 but run into the following issue:

      I am requesting the urls section but the URLs provided (e.g. this one here https://webcams.windy.com/webcams/1680794205 show a 404 error page. This seem to be valid for all urls returned (not just a problem for a single webcam).

      My second issue is with using the /map/cluster endpoint. When providing my bounding box (right out of Leaflet) and the Leaflet zoom level I get the Maximal distance between west and east longitudes on the zoom level 12, should be 0.17578125! error. The exact same data worked on V2 API. I pretty much have to remove two zoom levels (e.g. 12 I need to request as 10) for the API call to work (it feels like that ether zoom level has changed and/or the validation is slightly to strict. My full API query is for example: https://api.windy.com/webcams/api/v3/map/clusters?northLat=49.24855560361254&eastLon=-122.48485827914439&southLat=49.17813370208243&westLon=-122.89993548861705&zoom=12&include=location,images,player,urls

      Hope someone can help out with the urls (as that is currently broken) and provide some insight in the clusters API.

      posted in Webcams API
      fkrauthanF
      fkrauthan