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

    alexwitherspoon

    @alexwitherspoon

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

    alexwitherspoon Unfollow Follow

    Best posts made by alexwitherspoon

    • Aviation Weathercam Network - AviationWX.org

      Howdy Windy devs,

      I saw the form for individual submission, but I have a growing network of Aviation/Airport cameras with an average update time of 60s. It's a free resource, if other airports want to get involved they can. They can be programatically added to a project like windy;

      Project: aviationwx.org
      API Docs: https://api.aviationwx.org
      Example Dashboard: https://kspb.aviationwx.org

      List All Airports:

      GET https://api.aviationwx.org/v1/airports?maintenance=false&limited_availability=false
      

      Airport Metadata:

      GET  https://api.aviationwx.org/v1/airports/kspb
      

      List All Weathercams at airport:

      GET  https://api.aviationwx.org/v1/airports/{id}/webcams
      

      Grab a camera frame:

      GET  https://api.aviationwx.org/v1/airports/kspb/webcams/1/image?fmt=webp
      

      EXIF can be used to verify time of observation.

      contact@aviationwx.org if you'd like to discuss further, I can get you an API key for higher access limits.

      posted in Windy Webcams
      A
      alexwitherspoon
    • RE: Aviation Weathercam Network - AviationWX.org

      @WinnieMP

      Thanks for getting back to me, When I have time to manually add them I'll come back to that. Thank you for pointing out the link.

      Best,
      -Alex

      posted in Windy Webcams
      A
      alexwitherspoon

    Latest posts made by alexwitherspoon

    • RE: Aviation Weathercam Network - AviationWX.org

      @WinnieMP

      Thanks for getting back to me, When I have time to manually add them I'll come back to that. Thank you for pointing out the link.

      Best,
      -Alex

      posted in Windy Webcams
      A
      alexwitherspoon
    • Aviation Weathercam Network - AviationWX.org

      Howdy Windy devs,

      I saw the form for individual submission, but I have a growing network of Aviation/Airport cameras with an average update time of 60s. It's a free resource, if other airports want to get involved they can. They can be programatically added to a project like windy;

      Project: aviationwx.org
      API Docs: https://api.aviationwx.org
      Example Dashboard: https://kspb.aviationwx.org

      List All Airports:

      GET https://api.aviationwx.org/v1/airports?maintenance=false&limited_availability=false
      

      Airport Metadata:

      GET  https://api.aviationwx.org/v1/airports/kspb
      

      List All Weathercams at airport:

      GET  https://api.aviationwx.org/v1/airports/{id}/webcams
      

      Grab a camera frame:

      GET  https://api.aviationwx.org/v1/airports/kspb/webcams/1/image?fmt=webp
      

      EXIF can be used to verify time of observation.

      contact@aviationwx.org if you'd like to discuss further, I can get you an API key for higher access limits.

      posted in Windy Webcams
      A
      alexwitherspoon