home.social

#skyvector — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #skyvector, aggregated by home.social.

  1. I wrote a tool to convert a #SkyVector flight plan into a #GoogleEarth movie tour, to help prep for VFR cross-country flights. Free to use at jhchou.github.io/flight_plan_... Runs fully in the client from GitHub Pages thanks to the magic of #rstats, #webr and #shinylive. #aviation #studentpilot

  2. I wrote a tool to convert a #SkyVector flight plan into a #GoogleEarth movie tour, to help prep for VFR cross-country flights. Free to use at jhchou.github.io/flight_plan_... Runs fully in the client from GitHub Pages thanks to the magic of #rstats, #webr and #shinylive. #aviation #studentpilot

  3. I wrote a tool to convert a #SkyVector flight plan into a #GoogleEarth movie tour, to help prep for VFR cross-country flights. Free to use at jhchou.github.io/flight_plan_... Runs fully in the client from GitHub Pages thanks to the magic of #rstats, #webr and #shinylive. #aviation #studentpilot

  4. I wrote a tool to convert a #SkyVector flight plan into a #GoogleEarth movie tour, to help prep for VFR cross-country flights. Free to use at jhchou.github.io/flight_plan_... Runs fully in the client from GitHub Pages thanks to the magic of #rstats, #webr and #shinylive. #aviation #studentpilot

  5. I wrote a tool to convert a #SkyVector flight plan into a #GoogleEarth movie tour, to help prep for VFR cross-country flights. Free to use at jhchou.github.io/flight_plan_... Runs fully in the client from GitHub Pages thanks to the magic of #rstats, #webr and #shinylive. #aviation #studentpilot

  6. Pretty big update.
    I added the #Iridium #acars messages to the site search today.
    You can search for just them via the airport feeder ICAO -i. Check the screenshot for an example.
    Of course they will show up in organic searches as well.
    I will start adding them to #SkyVector and mission codes etc soon as I can.
    As usual, you can find out more on my #github thebaldgeek.github.io/

  7. I have been working on and off for a few weeks now filtering #LBand #ACARS messages for any that contain flight plans (#FPN) and then using #javascript to clean them up and convert them into #SkyVector URLs.
    Getting better results and its getting amazing!
    Classic example this week....
    We got this FPN via our bot, then about 1/2 hour latter the aircraft took off and few the exact plan.
    We are (for some flights) getting to the point of not just tracking/following, but KNOWING!

  8. I have been working on and off for a few weeks now filtering #LBand #ACARS messages for any that contain flight plans (#FPN) and then using #javascript to clean them up and convert them into #SkyVector URLs.
    Getting better results and its getting amazing!
    Classic example this week....
    We got this FPN via our bot, then about 1/2 hour latter the aircraft took off and few the exact plan.
    We are (for some flights) getting to the point of not just tracking/following, but KNOWING!

  9. I have been working on and off for a few weeks now filtering #LBand #ACARS messages for any that contain flight plans (#FPN) and then using #javascript to clean them up and convert them into #SkyVector URLs.
    Getting better results and its getting amazing!
    Classic example this week....
    We got this FPN via our bot, then about 1/2 hour latter the aircraft took off and few the exact plan.
    We are (for some flights) getting to the point of not just tracking/following, but KNOWING!

  10. I have been working on and off for a few weeks now filtering #LBand #ACARS messages for any that contain flight plans (#FPN) and then using #javascript to clean them up and convert them into #SkyVector URLs.
    Getting better results and its getting amazing!
    Classic example this week....
    We got this FPN via our bot, then about 1/2 hour latter the aircraft took off and few the exact plan.
    We are (for some flights) getting to the point of not just tracking/following, but KNOWING!

  11. I'm still tinkering with the 'auto-generation' of #SkyVector URL's from L-Band 'FPN' (Flight plan) ACARS messages.
    I saw this one come in and found it interesting in how I have not seen this sort of flight before.
    Data via #ADSC from our UK satellite dish.
    #3E854F

  12. I'm still tinkering with the 'auto-generation' of #SkyVector URL's from L-Band 'FPN' (Flight plan) ACARS messages.
    I saw this one come in and found it interesting in how I have not seen this sort of flight before.
    Data via #ADSC from our UK satellite dish.
    #3E854F

  13. I'm still tinkering with the 'auto-generation' of #SkyVector URL's from L-Band 'FPN' (Flight plan) ACARS messages.
    I saw this one come in and found it interesting in how I have not seen this sort of flight before.
    Data via #ADSC from our UK satellite dish.
    #3E854F

  14. So it turns out that the #javascript command 'new set' will de-duplicate an array. So I simply had to pass in the #ACARS flight plan waypoint list into that and get out the other end a very clean #SkyVector URL.
    Attached is a very long civil flight plan as an example.

  15. Huh. So turns out that the #JavaScript command 'new set' will de-duplicate an array.
    So I simply fed my #SkyVector waypoint list from the #ACARS message to it and ta-dah. We now have nice clean waypoint maps URLs.
    To build a URL like this flight by hand would have taken 15-20 minutes, now its just a click.
    To top it off, I have used #nodered #Telegram node to add the flight plan messages to a bot channel and so they just show up for the user.
    Just fantastic to see #flighttracking come together!