Vector Visualizations

Using the Visualize Perspective you can quickly visualize vector data. The example in this section uses global wind vector data. You can do much more with the data once it is visualized. The second example shows this capability by adding a map projection and continental outlines to the visualization.

Vector Example

Note
This example assumes the default action definitions. Your results may be different if you have added new actions or changed the order of actions. To return all Tool Palette actions to their system default state, see Resetting the Default Actions.

  1. Make sure you are viewing the IDL Visualize Perspective. (Click the Visualize button (viz_button.gif) in the upper right of the Workbench.)
  2. At the IDL command line, type (or click on the command to run it in IDL):
  3. RESTORE, FILEPATH('globalwinds.dat', SUBDIR=['examples','data'])

    The four variables defined in this data appear in the Variables View:


    vector_variables.gif

  4. Select all four of the variables and drag them to the Vector tool.
    icons_vector.gif
  5. The iVector window opens, displaying the global wind vector data:

vector_streams.gif

Note
In this view, without a map projection, it is difficult to understand this data as it relates to locations on the globe.

  1. Leave the vector window open and proceed to the next example, which adds a map projection and continental outlines to the visualization.

Add a Map Projection to the Vector Visualization

First, add the vector data from the previous example.

  1. If you have not done so already, follow the steps in the Vector Example.
  2. In the iVector window, select Operations →  Map Projection.
  3. The Map Projection dialog appears.

  4. From the Projection drop-down list, select Mollweide, as shown below:
    vector_projection.gif
  5. Click OK.
  6. The vector data in the iVector window now warps to fit the Mollweide map projection.
    vector_globe.gif

  7. To add the continent outlines to the visualization, click on Insert →  Map →  Continents.
  8. The continent outlines now appear:

vector_continents.gif

For more information, see Vectors and Mapping.

Manipulating Vector Visualizations

Once you have visualized an image, you can perform many different kinds of operations on it, including:

For more information, please refer to Working with Vectors and Manipulating the Display.