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.