|
|
|
|
Contents
3-D Visualization
|
|
The Evolution of 3-D Visualization Development at FSLBy Paula T. McCaslin, Philip A. McDonald, and Edward J. SzokeVisualization transforms numeric data into a visual form that enables users to conceptualize and understand the information. Three-dimensional (3-D) visualization is the ability to display, analyze, manipulate, and interact with 3-D data in 3 space. New visualization tools (3D in nature) are being designed to display meteorological datasets for use in operational forecasting. FSL has been supporting development of 3-D visualization software and applications since 1990. The emphasis has been on research applications until recently. Using a commercial visualization software called the Application Visualization System (AVS5), both analysis and forecast 3-D data were displayed and investigated. The software was used for visual analysis and scanning of data for the presence of desired features. For example, plotting of the station observations with forecast-generated data allows visual comparison of the two. Figure 1 shows 3-D images of weather parameters from the Local Analysis and Prediction System (LAPS) analysis output, which is created automatically on an hourly basis for the World Wide Web. Once 3-D visualization was successful in the research context, the next step was to determine if 3-D visualization offered added value in an operational setting. This required developing a 3-D visualization workstation application, conducting a forecast exercise using the system, and evaluating feedback from the exercise. An experimental workstation application, Display 3D (called D3D), was developed at FSL to investigate the complexities and 3-D structure of atmospheric parameters, and D3D's potential value added in an operational forecast setting. The D3D system was designed to be used with the WFO-Advanced D2D, which provides integrated access to meteorological data supplied by national and local services. The scope of this article covers the development of the D3D application, plus a brief description of the D3D real-time exercise (RT98). A future issue of the FSL Forum will feature an in-depth article on the results of the RT98 exercise. Building D3DEarly in 1997 a decision was made to use a software product known as Vis5D, developed at the University of Wisconsin, as the core of D3D. Our success with AVS5 encouraged use of AVS/Express, an object-oriented visualization development environment from AVS. Vis5D superseded AVS/Express as the core software for D3D because version 4.2 of Vis5D included the development of an Application Programmer's Interface (API). This was an attractive choice because the API is a division between the systems user interface and its main core, enabling system developers to include Vis5D as a visualization subsystem of other systems. The Vis5D software also had superior animation capabilities, and is an application specific to atmospheric science, eliminating the overhead necessary in a multi-disciplinary application. Animation and performance were weighted heavily because of the sensitivity of the human visual perception to motion, and the ease with which Vis5D can handle these tasks. Other reasons for choosing Vis5D were that it has established a user base in the meteorological community, it's free (with no licensing issues), and it comes with an optimized data structure for rendering objects quickly.Vis5D is being developed at FSL in collaboration with the University of Wisconsin. General purpose enhancements developed at FSL are integrated into the standard releases of Vis5D. This process minimizes the divergence between the two versions: theirs and ours.
Figure 1. An example of hourly three-dimensional LAPS analyses created automatically and available at Website http://laps.fsl.noaa.gov. Graphical Software DevelopmentBecause D3D is intended to be used as a component of the WFO-Advanced system in national Weather Forecast Offices (WFOs), it must coexist with the other WFO-Advanced applications, principally D2D, with a minimum impact on workstation resources. The first step in meeting this requirement was to modify Vis5D for accessing the WFO-Advanced database. This modification provides access to the D2D basic and derived gridded datasets without having to create intermediate Vis5D files.In a research environment, Vis5D is typically used to read one data file at a time, but in D3D it would need to be reloaded with model data without being restarted. Although this was a capability of Vis5D, its memory management and reinitialization functions needed to be refined. Since the D3D user interface was designed to operate as a process separate from Vis5D, the problem of communication between the two processes had to be addressed. The solution we chose was to incorporate an event-driven interprocess communication scheme in both the interface and Vis5D. After addressing the issue of compatibility, attention was directed toward refining and enhancing Vis5D's display capabilities. Every effort was made to accomplish the following list of enhancements using Vis5D's API whenever possible, and minimizing changes to Vis5D's core:
User Interface Software DevelopmentIt was a major undertaking to replace the original Vis5D user interface designed for research meteorologists with a more suitable one for forecast meteorologists.The Tool Command Language/Tool Kit (Tcl/Tk) was used to create a new D3D user interface similar to the one already familiar to forecasters using D2D. Even though D2D and D3D applications focus on 2-D and 3-D displays, respectively, it was suggested that, where possible, the applications have the same look, feel, and function. This design approach required significant prototype development, which became the foundation software for further development. An efficient result of writing both graphical user interfaces in Tcl/Tk was reusability. Some of the source code for the D2D user interface could then be directly used in D3D. To illustrate, a tool used to control the attributes of, say, the animation function (called Loop properties) is invoked from the Toolbar in both D2D and D3D. The Loop properties graphical interface has the same look, feel, and function in both applications. This is because the source code that creates the user interface differs only in the resource call, where D3D sends API messages to Vis5D to effect changes in the looping speed, direction, and delay intervals. By reusing source code where possible, we made faster progress in the software development, and it was easier for users already familiar with D2D to learn how to use the system. The D3D user interface (Figure 2) consists of a narrow window containing menu options at the top of the screen, one large display pane, and the D3D Volume Browser. The menu and icon buttons displayed along the second row of the menu options (the Toolbar) have the same function and appearance as the D2D Toolbar, with the addition of several view positioning buttons. The D2D and D3D Menu Bars may appear the same, but the options in the D3D system pull-down menus vary from those available in D2D. The Volume Browser, invoked from the Menu Bar, provides access to numerical models and gridded data sources (currently limited to volume radar). Through the Browser interface, the user can select the data source, fields, and rendering techniques to generate a customized list of graphics to display. The choice of rendering techniques sets the D2D and D3D Browsers apart. The rendering techniques available in D3D include isosurfaces, vertical and horizontal cross section contours and images, surface contours and images, volume visualization, a vertical sounding plot, and a virtual data probe.
Figure 2. A WFO-Advanced D3D application showing the narrow menu window, the large display pane, and the D3D Volume Browser. The image shows a 0-h Eta model forecast valid 1200 UTC 2 October 1998, as viewed from the south. Displayed is a 100-kt wind speed isosurface (dark gray), a vertical cross section of wind barbs centered through Denver, a 290-K potential temperature isosurface (white), l2.0 g/kg specific humidity isosurface (red), and a contoured and colored vertical cross section displaying heights. A key decision in the design of the D3D Browser's user interface was to pair field selection with rendering technique selection. To add a product to the list of graphics to display, specifically, the user presses the pointer over the desired rendering technique, then selects the desired field from the list of fields that appears. Coupling of the rendering technique and field selection eliminated the implicit redundancy in the customized list of graphics available to display (Figure 3). With the amount of information present in 3-D visualization, it is important to avoid automatically adding products to be generated that are not explicitly requested by the user (Figure 4). Also, as each selected item is added to the customized list, a Property Editor (Figure 5) is created that can be accessed by a click of the right mouse button on its name in the list. Opening the Property Editor for an item allows a user to modify the default data attributes, including the value, the value ranges, and the colors, and then generate a new object once Load is selected.
Figure 3. D2D Volume Browser showing redundancy in the customized list of graphics.
Figure 4. D2D Volume Browser showing no redundancy in the customized list of graphics.
Figure 5. D3D Volume Browser showing an opened isosurface Property Editor and the widgets used to change the isosurface attributes. Real-Time ExerciseA limited real-time forecast exercise, RT98, was conducted last year at FSL to evaluate D3D. The RT98 exercise involved 20 forecasters, each conducting five three-hour shifts scheduled morning and afternoon five days a week for a period of six weeks. Prior to the plans for a formal exercise, an effort began in the fall of 1997 to incorporate D3D into the regular FSL daily weather briefings. Volunteers from the briefing staff worked closely with the D3D meteorological staff to create displays for the briefing. This interaction helped introduce the D3D capabilities to FSL meteorologists, as well as visitors and other attendees at the briefings. This effort was useful in the development of new products to display, but it was difficult to get other meteorologists to spend enough time with D3D to adequately evaluate the products and the interface. This led to the decision that an exercise would be the next productive step in D3D development.Although development of the D3D Tcl/Tk interface had just begun, the time was right for meteorological evaluation. Developers worked closely with meteorologists who suggested specific areas of improvement and evaluated the changes. FSL's Evaluation Team was brought in to develop detailed evaluation plans, evaluation metrics, and schedules for the exercise. Training of the evaluators was an important aspect of the exercise. There was an initial meeting to introduce the application, followed by personalized training sessions for each participant. The D3D developers made sure that D3D capabilities were reliable throughout the exercise. They were called upon during the exercise to provide follow-up training and to give detailed explanations of the inner workings of D3D. Since the main focus of RT98 was to evaluate D3D, there were new 3-D datasets for participants to work with, such as products from a high-resolution local model and a 3-D radar volume product. Concluding Remarks and Future WorkThe development of D3D has been driven by the ideas and questions posed by meteorologists interested in spatial observations and investigation of numerical data. This has been true since LAPS modelers first looked at their output on FSL's Stardent 2000, circa 1990. Historically, the motivation for the development of 3-space visualization tools has been the enormous amount of data that one can analyze in a relatively short amount of time, especially when verifying model accuracy and diagnosing model problems. This contrasts with the 2-D sampling of a time series of several variables on both horizontal and vertical cross sections, at many pressure levels and spatial locations, respectively, to diagnose the model output.The principal development of D3D is, not surprisingly, still driven by the ideas and questions posed by meteorologists interested in spatial observations and investigation of numerical data. The D3D developers are often cued to a disguised request for a new 3-D tool or feature that starts with phrases such as: "It would be really neat if you could do...", or "Is it possible to look at the data in a way that shows...?". The response to the question of whether value is added by the use of 3-D visualization in an operational forecast setting is not a simple yes or no. The issue is more complex. Certain atmospheric variables lend themselves very well to 3-D visualization, such as cloud ice and moisture variables (as shown in Figure 1). Additionally, surface variables displayed on relief topography are also informative, especially when the influence of the topography on the variable(s) can be observed (also shown in Figure 1). In contrast, there are variables that do not lend themselves very well for presentation in 3D. There are also variables that when displayed convey information at certain threshold values, yet do not convey information at other threshold values. The graphical representation of a 10% relative humidity isosurface (a single valued contour in 3 space), for example, would create such a large object that it would almost completely obscure the whole domain, adding more noise than information. Perhaps a more plausible and well-grounded question could be phrased: "Is there value added by the use of displaying 3-D visualization of certain candidate variables and techniques in an operational forecast setting?". Components of D3D that are actually more 2D in nature but are more powerful in their capabilities within D3D have generated much interest and positive response. These include the capabilities of horizontal and vertical cross sections that were expanded through the use of an easy to access (and very popular) slider bar, which enables one to quickly move the cross sections through the data, stopping at any arbitrary location. When used with an isosurface, such functionality adds a level of quantitativeness to examining the data (that is, one would know more precisely at what level the isosurface existed, as well as its value). Another powerful feature is the sounding/parameter plot. In D3D a sounding (temperature and dewpoint plot with wind barbs) can be chosen, with up to three additional meteorological parameters plotted, and then the sounding site can be easily moved to any location with an instant update to the readout, quickly perusing (in a very quantitative manner) a great deal of data. The model data can also be looped through time when stopped at a particular location. Again, it is presumed that maximum benefit might arise from using such features in conjunction with more purely 3-D displays like an isosurface. It is noteworthy to mention that the value added by 3-D visualization of atmospheric data is directly related to the resolution of the data. As the temporal and spatial resolution of the datasets increase so does the value of the ability to more quickly make observations in the datasets that have the three recursive phases: detection, identification, and measurement and analysis. As long as support and funding are available, the development of D3D will continue. It has been proven through demonstration (i.e., at the last U.S. Olympics) that 3-D visualization offers a good deal of potential for its use in an operational setting. The development efforts will involve the technical aspect of adding new features, such as the ability to display multiple models in the same display context and a controllable cropping tool that would allow the viewer to peek behind objects that may obscure a perspective view at, say, Denver, Colorado, or elsewhere. The key development efforts also involve the analysis of the information generated during RT98, addressing how best to use 3-D capabilities, training issues, potential display variables and techniques, etc. A second exercise planned this year (RT99) should help us address some of these issues and refine the future direction of 3-D visualization development at FSL. ( Paula McCaslin and Edward Szoke are researchers in the Local Analysis and Prediction Branch, headed by Dr John McGinley. Philip McDonald is a researcher in the Systems Development Division, headed by Herb Grote.) |