From aa7956ae4cc33ce824bec0c770df67db74781377 Mon Sep 17 00:00:00 2001 From: Quinten Goens Date: Tue, 1 Sep 2026 11:12:19 +0200 Subject: [PATCH] Add competition: PRC Data Challenge 2026 Predict aircraft taxi-out time at 11 major European airports, run by the EUROCONTROL Performance Review Commission with OpenSky Network. Runs 1 Sep - 11 Oct 2026, EUR 5,000 prize pool (~$5,800). --- competitions.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/competitions.json b/competitions.json index 27d5251..309ef73 100644 --- a/competitions.json +++ b/competitions.json @@ -1,5 +1,34 @@ { "data": [ + { + "name": "Predict Aircraft Taxi-Out Time at European Airports", + "url": "https://ansperformance.eu/study/data-challenge/dc2026/", + "tags": [ + "supervised", + "regression", + "tabular", + "timeseries", + "measurable", + "science", + "transportation" + ], + "deadline": "11 Oct 2026", + "prize": "$5,800", + "platform": "Independent", + "sponsor": "EUROCONTROL Performance Review Commission (PRC)", + "launched": "1 Sep 2026", + "additional_urls": [ + "https://ansperformance.eu/study/data-challenge/", + "https://ansperformance.eu/study/data-challenge/dc2026/eligibility.html", + "https://ansperformance.eu/study/data-challenge/dc2026/rationale.html", + "https://ansperformance.eu/study/data-challenge/dc2026/data.html", + "https://ansperformance.eu/study/data-challenge/dc2026/ranking.html", + "https://ansperformance.eu/study/data-challenge/dc2026/teams.html", + "https://opensky-network.org/", + "https://www.eurocontrol.int/air-navigation-services-performance-review" + ], + "added": "1 Sep 2026" + }, { "name": "Project Omnibus: Optimise School Bus Routes", "url": "https://competition.bcamlc.com?ref=mlcontests",