Live weather conditions have been added to the airport information page. Eventually weather will affect flight delays, but as of right now that is not implemented.
Because this feature was just added, some airports will still show "undefined" as the weather status. As the game goes through and updates the airports, it will begin to define the actual weather conditions.
Due to limitations in the API I cannot update weather for all 1,600+ airports simultaneously. I am limited to batches of 60. The game checks weather conditions every 5 minutes 2 minutes for up to 60 airports. Only airports with weather data older than 20 minutes will be updated. Airports with the oldest weather data will be updated first.
Essentially what that means is that updates to weather conditions are a constantly rolling thing, there is no set time when the weather will update for a particular airport. Once 20 minutes has passed since the last weather update, the airport will be re-queued for another update.
Some time soon I will probably update the layout of the airport information page to make it nicer and flow a bit better.
Because this feature was just added, some airports will still show "undefined" as the weather status. As the game goes through and updates the airports, it will begin to define the actual weather conditions.
Due to limitations in the API I cannot update weather for all 1,600+ airports simultaneously. I am limited to batches of 60. The game checks weather conditions every 5 minutes 2 minutes for up to 60 airports. Only airports with weather data older than 20 minutes will be updated. Airports with the oldest weather data will be updated first.
Essentially what that means is that updates to weather conditions are a constantly rolling thing, there is no set time when the weather will update for a particular airport. Once 20 minutes has passed since the last weather update, the airport will be re-queued for another update.
Some time soon I will probably update the layout of the airport information page to make it nicer and flow a bit better.
I am the developer of Airline Enterprise
