Anisotropy

Natural phenomena are created by physical processes. Often these physical processes have preferred orientations. For example, at the mouth of a river the coarse material settles out fastest, while the finer material takes longer to settle. Thus, the closer one is to the shoreline the coarser the sediments while the further from the shoreline the finer the sediments. When interpolating at a point, an observation 100 meters away but in a direction parallel to the shoreline is more likely to be similar to the value at the interpolation point than is an equidistant observation in a direction perpendicular to the shoreline. Anisotropy takes these trends in the data into account during the gridding process for some gridding methods.

 

Usually, points closer to the grid node are given more weight than points farther from the grid node. If, as in the example above, the points in one direction have more similarity than points in another direction, it is advantageous to give points in a specific direction more weight in determining the value of a grid node. The relative weighting is defined by the anisotropy ratio. The underlying physical process producing the data as well as the sample spacing of the data are important in the decision of whether or not to reset the default anisotropy settings.

 

Anisotropy is also useful when data sets use fundamentally different units in the X and Y dimensions. For example, consider plotting a flood profile along a river. The X coordinates are locations, measured in miles along the river channel. The Y coordinates are time, measured in days. The Z values are river depth as a function of location and time. Clearly in this case, the X and Y coordinates would not be plotted on a common scale, because one is distance and the other is time. One unit of X does not equal one unit of Y. While the resulting map can be displayed with changes in scaling, it may be necessary to apply anisotropy as well.

 

Another example of when anisotropy might be employed is an isotherm map of average daily temperature over the upper Midwest. Although the X and Y coordinates (Easting and Northing) are measured using the same units, along the east-west lines (X lines) the temperature tends to be very similar. Along north-south lines (Y lines) the temperature tends to change more quickly (getting colder as you head north). When gridding the data, it would be advantageous to give more weight to data along the east-west axis than along the north-south axis. When interpolating a grid node, observations that lie in an east-west direction are given greater weight than observations lying an equivalent distance in the north-south direction.

 

The anisotropy settings include a Ratio and an Angle setting. The Ratio is the maximum range divided by the minimum range. An anisotropy ratio less than two is considered mild, while an anisotropy ratio greater than four is considered severe. Typically, when the anisotropy ratio is greater than three its effect is clearly visible on grid-based maps. The Angle is the preferred orientation (direction) of the major axis in degrees.

 

NOTE: Unless there is a good reason to use an anisotropy ratio, you should accept the default value of 1.0.

 

For each different gridding method, anisotropy might be specified in a slightly different manner. In the most general case, anisotropy can be visualized as an ellipse. The ellipse is specified by the lengths of its two orthogonal axes and by an orientation angle. In MapViewer, the lengths of the axes are called Radius 1 and Radius 2. The orientation angle is defined as the counterclockwise angle between the positive X axis and Radius 1. Since the ellipse is defined in this manner, an ellipse can be defined with more than one set of parameters. For example,

 

Radius 1 = 2

Radius 2 = 1

Angle = 0

 

is the same ellipse as

 

Radius 1 = 1

Radius 2 = 2

Angle = 90

 

image\aniso-el.gif

 

For most of the gridding methods in MapViewer, the relative lengths of the axes are more important than the actual length of the axes. The relative lengths are expressed as a Ratio in the Anisotropy group. The ratio is defined as Radius 1 divided by Radius 2. Using the examples above, the ratios are 2 and 0.5. The ratio of 2 indicates that Radius 1 is twice as long as Radius 2. The Angle is the counter clockwise angle between the positive X axis and Radius 1. This means that:

 

Ratio = 2

Angle = 0

 

is the same ellipse as

 

Ratio = 0.5

Angle = 90

 

The small picture in the Anisotropy group displays a graphic of the ellipse to help describe the ellipse.

 

 

See Also

Gridding Methods