flight ID, and flight height, the information den-
sity increases even further.
In this paper, we present a visualization system for
air traffic that aims to address the above challenges.
In contrast to ATC systems that address more spe-
cific use-cases (Thales, Inc., 2013; Eurocontrol, 2013;
Gaspard-Boulinc et al., 2003; Hurter et al., 2009),
our goal is to efficiently and effectively visualize at-
tributed trails over large time and space intervals. We
achieve visual scalability by several level-of-detail, or
multiscale, techniques: animation, density maps, and
graph bundling. We achieve computational scalabil-
ity by implementing the above techniques efficiently
on the GPU. Overall, our contribution extends earlier
work in trail visualization (Scheepens et al., 2011;
Hurter et al., 2009; Hurter et al., 2013) with sev-
eral temporal attributes, on the one hand, and making
the visualization suitable for large data sets, on the
other hand. We demonstrate our visualization on both
medium-scale data sets (French air traffic, one week)
and very large data sets (the world, one month).
The structure of this paper is as follows. Section 2
overviews related work in the area of trail visualiza-
tion. Section 3 introduces the proposed visualization
techniques. Section 4 presents several visualization
results for the analysis of country-scale and world-
scale air traffic. Section 5 discusses our techniques.
Section 6 concludes the paper.
2 RELATED WORK
Visual air traffic analysis techniques and tools can be
roughly divided into two classes, as follows.
Decision support systems, such as ATC systems,
typically handle low-to-moderate size data sets, such
as the region over an airport or city (Fig. 1 b), or
thousands of trails over larger geographical areas.
These tools provide sophisticated query mechanisms
to support various ATC tasks. The Future ATM
Concepts Evaluation Tool (FACET) is capable of
quickly generating and analyzing thousands of air-
craft trajectories (Bilimoria et al., 2001). It provides
a simulation environment for the climb, cruise, and
descent phases of an aircraft’s flight. Traffic patterns
are shown in 2D and 3D, under various current and
projected conditions for specific airspace regions.
Similar systems have been developed by Eurocontrol,
the European Organization for the Safety of Air
Navigation. For example, the Network Strategic
Tool (NEST) (Eurocontrol, 2013) is a tool used
by air traffic practitioners for airspace structure
design and development, capacity planning and
post-operations analysis, the organization of traffic
flows, the preparation of scenarios for fast time
simulations, and ad-hoc studies at local and network
level. EPOQUES (Gaspard-Boulinc et al., 2003) is
a tool which gathers and analyzes radar recordings
and audio communications. It proposes underlying
techniques to treat Air Traffic Management (ATM)
safety occurrences, such as helping operators to
detect and analyze situations when two aircraft go
beyond safety distance. CoFlight (Thales, Inc., 2013)
is a flight data processing (FDP) open-architecture
framework for the storage, analysis, and visualization
of 4D (spatio-temporal) flight data. A comprehensive
list of over 50 ATC-related systems and tools is
given in (GAIN Group, 2004). While such systems
emphasize the importance of visualization for ATC
systems, they all lack high visual scalability and/or
the ability to show multiple data attributes at the same
time. Specifically, there is no way to continuously
navigate between the different levels of abstraction,
which makes it harder to link global and local scale
patterns.
Exploration systems, in contrast to decision support
systems, aim at showing as much traffic data to the
user as possible, without prior filtering, so the user
can spot unexpected behavior. By next detecting out-
lier and/or mainstream patterns in such visualizations,
users can focus on a subset of the data, and refine
their understanding thereof. Many such systems em-
ploy a space-filling (also called dense-pixel, or image-
based) metaphor (Mansmann et al., 2007): By try-
ing to use each screen pixel to convey data, users
can explore larger data sets on a wider range of lev-
els of abstraction, from fine-grained and local pat-
terns to coarse global patterns. Image-based tech-
niques also naturally map to GPU implementations,
which helps their computational scalability. For in-
stance, (Willems et al., 2010) use density maps to
show thousands of trajectories of nautical vessels on
2D maps and also to emphasize high-congestion ar-
eas. By next combining several density maps, a few
attributes can be analyzed simultaneously (Scheep-
ens et al., 2011). (Lambert et al., 2010b) use GPU
techniques to quickly compute uncluttered layouts of
large aircraft trajectories in both 2D and 3D (Lam-
bert et al., 2010a). The FROMDADY system allows
interactive linking and brushing of airplane trails to
support complex queries in the entire attribute space
recorded in the data set (Hurter et al., 2009). Density
maps are effective to tackle the visual scalability prob-
lem, by aggregating spatially close information for
DynamicMultiscaleVisualizationofFlightData
105