<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Aircraft adsb]]></title><description><![CDATA[<p dir="auto">Can't somone Develop a plugin that can take actual data from Aircraft ADSB such as Wind direction speed temperature etc .. Or does something already exist ?</p>
]]></description><link>https://community.windy.com/topic/42332/aircraft-adsb</link><generator>RSS for Node</generator><lastBuildDate>Mon, 18 May 2026 02:42:48 GMT</lastBuildDate><atom:link href="https://community.windy.com/topic/42332.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 24 Oct 2025 08:08:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Aircraft adsb on Sat, 14 Mar 2026 16:01:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alknet" aria-label="Profile: alknet">@<bdi>alknet</bdi></a></p>
<p dir="auto">Have a look at this SvelteKit app: <a href="https://github.com/ISmillex/adsb-flight-map.git" rel="nofollow ugc">https://github.com/ISmillex/adsb-flight-map.git</a> - worked on first try for me, maybe a base for you</p>
<p dir="auto">This renders in 3D using Cesium and not 2D/Leaflet but the fetch/decode/display logic should apply</p>
<p dir="auto">it cleverly uses <a href="https://github.com/ISmillex/adsb-flight-map/blob/main/src/lib/Fetcher.js#L30-L80" rel="nofollow ugc">several open sources of ADS-B data</a></p>
<p dir="auto"><img src="/assets/uploads/files/1773504090205-b59a6272-6c11-4e6e-87d1-f6d796a34164-image-resized.png" alt="b59a6272-6c11-4e6e-87d1-f6d796a34164-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.windy.com/post/225910</link><guid isPermaLink="true">https://community.windy.com/post/225910</guid><dc:creator><![CDATA[mhaberler]]></dc:creator><pubDate>Sat, 14 Mar 2026 16:01:56 GMT</pubDate></item><item><title><![CDATA[Reply to Aircraft adsb on Fri, 27 Feb 2026 08:33:09 GMT]]></title><description><![CDATA[<p dir="auto">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:  "<a href="https://opendata.adsb.fi/api/v3/lat/50/lon/14.5/dist/50" rel="nofollow ugc">https://opendata.adsb.fi/api/v3/lat/50/lon/14.5/dist/50</a>", which returns following data structure:<br />
{"ac":[]<br />
,"msg": "No error"<br />
,"now": 1772178678001<br />
,"total": 10<br />
,"ctime": 1772178678001<br />
,"ptime": 0<br />
}</p>
<p dir="auto">"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".</p>
<p dir="auto">Hope someone more skilled can use this info to make it happen before I  manage to learn Svelte/TS</p>
]]></description><link>https://community.windy.com/post/225234</link><guid isPermaLink="true">https://community.windy.com/post/225234</guid><dc:creator><![CDATA[alknet]]></dc:creator><pubDate>Fri, 27 Feb 2026 08:33:09 GMT</pubDate></item><item><title><![CDATA[Reply to Aircraft adsb on Sat, 14 Feb 2026 18:49:07 GMT]]></title><description><![CDATA[<p dir="auto">Just glancing at data at <a href="http://adsb.fi" rel="nofollow ugc">adsb.fi</a> (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 <a href="http://adsb.fi" rel="nofollow ugc">adsb.fi</a> feeder that allows to get data from all aircrafts in one request every 30 seconds.</p>
<p dir="auto">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.</p>
]]></description><link>https://community.windy.com/post/224850</link><guid isPermaLink="true">https://community.windy.com/post/224850</guid><dc:creator><![CDATA[alknet]]></dc:creator><pubDate>Sat, 14 Feb 2026 18:49:07 GMT</pubDate></item><item><title><![CDATA[Reply to Aircraft adsb on Wed, 11 Feb 2026 09:16:42 GMT]]></title><description><![CDATA[<p dir="auto">I'm not aware of any Meteo app which actually uses the ADS-B wind speed and wind direction data as a source of measurement, if you will.</p>
<p dir="auto">It would certainly be interesting to compare those vectors to forecast vectors at the flight's altitude - it would give some confidence to the likelihood of a forecast being close to reality.</p>
<p dir="auto">That said, I have no bearing on the reliability of these reported vectors. Maybe some pilots could comment?</p>
<p dir="auto">This is what Grok has to say on the issue:  <a href="https://grok.com/share/bGVnYWN5_3d13d62e-fb05-4320-8037-6ac4a98fec86" rel="nofollow ugc">https://grok.com/share/bGVnYWN5_3d13d62e-fb05-4320-8037-6ac4a98fec86</a></p>
]]></description><link>https://community.windy.com/post/224748</link><guid isPermaLink="true">https://community.windy.com/post/224748</guid><dc:creator><![CDATA[mhaberler]]></dc:creator><pubDate>Wed, 11 Feb 2026 09:16:42 GMT</pubDate></item><item><title><![CDATA[Reply to Aircraft adsb on Wed, 11 Feb 2026 08:13:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gkikas-lgpz" aria-label="Profile: Gkikas-LGPZ">@<bdi>Gkikas-LGPZ</bdi></a> No, I was referring to standard ADS-B messages like the ones in <a href="https://airplanes.live" rel="nofollow ugc">https://airplanes.live</a></p>
<p dir="auto">they use the same decoding software <a href="https://github.com/wiedehopf/readsb/blob/dev/README-json.md" rel="nofollow ugc">readsb</a> like most other ADS feeding service (adsbexchange, fr24, flightaware etc) so the fields are pretty much standard.</p>
<p dir="auto">Some of the data fields like wd and ws might be nteresting: <a href="https://airplanes.live/rest-api-adsb-data-field-descriptions/" rel="nofollow ugc">https://airplanes.live/rest-api-adsb-data-field-descriptions/</a></p>
<p dir="auto">Airplanes.live is one of several community-based sources, like <a href="https://adsb.fi" rel="nofollow ugc">https://adsb.fi</a> and <a href="https://www.adsb.lol" rel="nofollow ugc">https://www.adsb.lol</a></p>
<p dir="auto">OpenSky might be a feed alternative, but they discourage live tracking and seem more research-oriented: <a href="https://openskynetwork.github.io/opensky-api/" rel="nofollow ugc">https://openskynetwork.github.io/opensky-api/</a></p>
<p dir="auto">If I were to integrate ADS-B into Windy core, I would go for  an arrangement with <a href="https://www.adsbexchange.com/data/" rel="nofollow ugc">ADSBexchange</a>.</p>
<p dir="auto">Michael</p>
]]></description><link>https://community.windy.com/post/224739</link><guid isPermaLink="true">https://community.windy.com/post/224739</guid><dc:creator><![CDATA[mhaberler]]></dc:creator><pubDate>Wed, 11 Feb 2026 08:13:42 GMT</pubDate></item><item><title><![CDATA[Reply to Aircraft adsb on Tue, 10 Feb 2026 10:18:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ivo" aria-label="Profile: ivo">@<bdi>ivo</bdi></a><br />
<a class="plugin-mentions-user plugin-mentions-a" href="/user/taarnby" aria-label="Profile: taarnby">@<bdi>taarnby</bdi></a><br />
<a class="plugin-mentions-user plugin-mentions-a" href="/user/mhaberler" aria-label="Profile: mhaberler">@<bdi>mhaberler</bdi></a><br />
Do you mean AMDAR (Aircraft Meteorological Data Relay)?<br />
<a href="https://community.wmo.int/site/knowledge-hub/programmes-and-initiatives/wmo-iata-collaborative-amdar-programme/what-amdar" rel="nofollow ugc">https://community.wmo.int/site/knowledge-hub/programmes-and-initiatives/wmo-iata-collaborative-amdar-programme/what-amdar</a></p>
]]></description><link>https://community.windy.com/post/224708</link><guid isPermaLink="true">https://community.windy.com/post/224708</guid><dc:creator><![CDATA[Gkikas LGPZ]]></dc:creator><pubDate>Tue, 10 Feb 2026 10:18:31 GMT</pubDate></item><item><title><![CDATA[Reply to Aircraft adsb on Tue, 10 Feb 2026 07:33:56 GMT]]></title><description><![CDATA[<p dir="auto">LOVE THE IDEA</p>
]]></description><link>https://community.windy.com/post/224700</link><guid isPermaLink="true">https://community.windy.com/post/224700</guid><dc:creator><![CDATA[ivo]]></dc:creator><pubDate>Tue, 10 Feb 2026 07:33:56 GMT</pubDate></item><item><title><![CDATA[Reply to Aircraft adsb on Sun, 08 Feb 2026 09:13:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/taarnby" aria-label="Profile: taarnby">@<bdi>taarnby</bdi></a> <a href="https://airplanes.live/api-guide/" rel="nofollow ugc">https://airplanes.live/api-guide/</a> would be a starting point.</p>
]]></description><link>https://community.windy.com/post/224665</link><guid isPermaLink="true">https://community.windy.com/post/224665</guid><dc:creator><![CDATA[mhaberler]]></dc:creator><pubDate>Sun, 08 Feb 2026 09:13:59 GMT</pubDate></item></channel></rss>