During the initial reporting period, the project advanced significantly towards its objectives of enhancing arrival management through AI integration and human-machine interaction. Key activities focused on understanding operational environments, processing surveillance data, developing AI-based predictive models, and establishing a robust technical architecture to support future validation.
A detailed assessment was conducted on the operational characteristics of the final approach procedures at Barcelona (LEBL) and Lisbon (LPPT) airports. This analysis supported the development of the initial Operational Services and Environment Description (OSED).
Historical surveillance data was sourced from ENAIRE (LEBL) and NAV-PT (LPPT), covering three months of radar data for each airport. Relevant data segments were extracted, cleaned, and categorized for AI training and testing purposes. For LEBL, the focus was on Trombone operations to runway 24R in segregated mode (arrival only), while for LPPT, attention was given to Point Merge operations with runway 02 active in mixed mode. Datasets were split into 75% training and 25% testing subsets.
Using the prepared datasets, various machine learning techniques—including Linear Regression, Random Forest, and XGBoost—were explored. Linear Regression emerged as the most promising model, offering a balance between predictive accuracy and interpretability, aligning with the project's goal of Explainable AI (XAI).
For Barcelona (LEBL), two distinct models were developed:
Model 1: Predicting aircraft behavior during turn initiation (dynamic phase)
Model 2: Predicting behavior as aircraft stabilize on the localizer (steady phase)
For Lisbon (LPPT), two models were also developed, triggered based on the follower aircraft's assigned Point Merge Segment (Eastern vs. Western legs). Unlike Barcelona, the models for Lisbon operate in parallel, not sequentially.
To facilitate hybrid validation (Human-in-the-Loop and model-based), a service-oriented architecture was designed and implemented, enabling interoperability among all ORCI components through a publish-subscribe messaging system hosted on AWS. This architecture supports real-time data exchange and component orchestration across cloud infrastructure.
The RAMS Plus simulation tool was upgraded to automatically detect and process relevant aircraft pairs for analysis. Successful initial integration tests between the AI components and RAMS Plus for LEBL were completed in May 2025, with full validation testing planned for the next reporting period (Barcelona: June/July; Lisbon: Sept/Oct).