Windy Community
    • Unread
    • Categories
    • Groups
    • Go to windy.com
    • Register
    • Login
    1. Home
    2. alknet
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Groups 0

    alknet

    @alknet

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

    alknet Unfollow Follow

    Best posts made by alknet

    • RE: Aircraft adsb

      Just glancing at data at adsb.fi (which seems to run in background of airplanes.live) and it looks like airline planes send the wind data in ADSB. Using plugin to parse the data seems to me as not feasible, but I can see server side processing ideally paired with adsb.fi feeder that allows to get data from all aircrafts in one request every 30 seconds.

      Processsing this data (probably not every 30 seconds, more like every few minutes) and extracting location, altitude and wind data is not looking to be hard task, question is how to get this data integrated into Windy plugin. Either by running own VPS and combining data from both, or if it is interresting idea to Ivo, they might even include it into Windy and use that data for Meteoblue/Windy themselves.

      posted in Windy Plugins
      alknetA
      alknet

    Latest posts made by alknet

    • RE: Aircraft adsb

      So I tried and found out and my JS/TS/Svelte skills are so poor that I gave up. Anyone skilled enough should be able to take example 03 (boat tracker) and plug the source data to be array "ac" from json downloaded from following URL: "https://opendata.adsb.fi/api/v3/lat/50/lon/14.5/dist/50", which returns following data structure:
      {"ac":[]
      ,"msg": "No error"
      ,"now": 1772178678001
      ,"total": 10
      ,"ctime": 1772178678001
      ,"ptime": 0
      }

      "ac" is array of aircraft located in "dist" distance from "lat" and "lon" and wind parameters are "wd" and "ws". Other interresting parameters could be "oat", "alt_baro", "alt_geom" and "nav_qnh".

      Hope someone more skilled can use this info to make it happen before I manage to learn Svelte/TS

      posted in Windy Plugins
      alknetA
      alknet
    • RE: Aircraft adsb

      Just glancing at data at adsb.fi (which seems to run in background of airplanes.live) and it looks like airline planes send the wind data in ADSB. Using plugin to parse the data seems to me as not feasible, but I can see server side processing ideally paired with adsb.fi feeder that allows to get data from all aircrafts in one request every 30 seconds.

      Processsing this data (probably not every 30 seconds, more like every few minutes) and extracting location, altitude and wind data is not looking to be hard task, question is how to get this data integrated into Windy plugin. Either by running own VPS and combining data from both, or if it is interresting idea to Ivo, they might even include it into Windy and use that data for Meteoblue/Windy themselves.

      posted in Windy Plugins
      alknetA
      alknet
    • Wrong menu icons position on iPadOS 26

      On iPadOS public beta menu icons are shown in middle of screen instead of right.
      IMG_0357.png

      posted in Bug Reports
      alknetA
      alknet