Tissot's indicatrix

The Behrmann projection with Tissot's indicatrices
The Mercator projection with Tissot's indicatrices

In cartography, a Tissot's indicatrix (Tissot indicatrix, Tissot's ellipse, Tissot ellipse, ellipse of distortion) (plural: "Tissot's indicatrices") is a mathematical contrivance presented by French mathematician Nicolas Auguste Tissot in 1859 and 1871 in order to characterize local distortions due to map projection. It is the geometry that results from projecting a circle of infinitesimal radius from a curved geometric model, such as a globe, onto a map. Tissot proved that the resulting diagram is an ellipse whose axes indicate the two principal directions along which scale is maximal and minimal at that point on the map.

A single indicatrix describes the distortion at a single point. Because distortion varies across a map, generally Tissot's indicatrices are placed across a map to illustrate the spatial change in distortion. A common scheme places them at each intersection of displayed meridians and parallels. These schematics are important in the study of map projections, both to illustrate distortion and to provide the basis for the calculations that represent the magnitude of distortion precisely at each point. Because all ellipses on the map occupy the same area, the distortion imposed by the map projection is evident.

There is a one-to-one correspondence between the Tissot indicatrix and the metric tensor of the map projection coordinate conversion.[1]

Description[edit]

Tissot's theory was developed in the context of cartographic analysis. Generally the geometric model represents the Earth, and comes in the form of a sphere or ellipsoid.

Tissot's indicatrices illustrate linear, angular, and areal distortions of maps:

  • A map distorts distances (linear distortion) wherever the quotient between the lengths of an infinitesimally short line as projected onto the projection surface, and as it originally is on the Earth model, deviates from 1. The quotient is called the scale factor. Unless the projection is conformal at the point being considered, the scale factor varies by direction around the point.
  • A map distorts angles wherever the angles measured on the model of the Earth are not conserved in the projection. This is expressed by an ellipse of distortion which is not a circle.
  • A map distorts areas wherever areas measured in the model of the Earth are not conserved in the projection. This is expressed by ellipses of distortion whose areas vary across the map.

In conformal maps, where each point preserves angles projected from the geometric model, the Tissot's indicatrices are all circles of size varying by location, possibly also with varying orientation (given the four circle quadrants split by meridians and parallels). In equal-area projections, where area proportions between objects are conserved, the Tissot's indicatrices all have the same area, though their shapes and orientations vary with location. In arbitrary projections, both area and shape vary across the map.

Mathematics[edit]

In the diagram below, the circle has unit area as defined on the surface of a sphere. The circle is the Tissot's indicatrix that results from some projection of onto a plane. Linear scale has not been preserved in this projection, as and . Because , we know that there is an angular distortion. Because , we know there is an areal distortion.

The original circle in the above example had a radius of 1, but when dealing with a Tissot indicatrix, one deals with ellipses of infinitesimal radius. Even though the radii of the original circle and its distortion ellipse will all be infinitesimal, by employing differential calculus the ratios between them can still be meaningfully calculated. For example, if the ratio between the radius of the input circle and a projected circle is equal to 1, then the indicatrix is drawn with as a circle with an area of 1. The size that the indicatrix gets drawn on the map is arbitrary: they are all scaled by the same factor so that their sizes are proportional to one another. Like in the diagram, the axes from along the parallel and along the meridian may undergo a change of length and a rotation during projection. For a given point, it is common in the literature to represent the scale along the meridian as and the scale along the parallel as . Unless the projection is conformal, all angles except the one subtended by the semi-major axis and semi-minor axis of the ellipse may have changed as well. A particular angle will have changed the most, and the value of that maximum change is known as the angular deformation, denoted as . In general, which angle that is and how it is oriented do not figure prominently into distortion analysis; it is the magnitude of the change that is significant. The values of , , and can be computed as follows:[2]: 24 

where and are the latitude and longitude coordinates of a point, is the radius of the globe, and and are the point's resulting coordinates after projection.

In the result for any given point, and are the maximum and minimum scale factors, analogous to the semimajor and semiminor axes in the diagram; represents the amount of inflation or deflation in area, and represents the maximum angular distortion.

For conformal projections such as the Mercator projection, and , such that at each point the ellipse degenerates into a circle, with the radius being equal to the scale factor.

For equal-area such as the sinusoidal projection, the semi-major axis of the ellipse is the reciprocal of the semi-minor axis, such that every ellipse has equal area even as their eccentricities vary.

For arbitrary projections, the shape and the area of the ellipses at each point are largely independent from one another.[3]

An alternative derivation for numerical computation[edit]

Another way to understand and derive Tissot's indicatrix is through the differential geometry of surfaces.[4] This approach lends itself well to modern numerical methods, as the parameters of Tissot's indicatrix can be computed using singular value decomposition (SVD) and central difference approximation.

Differential distance on the ellipsoid[edit]

Let a 3D point, , on an ellipsoid be parameterized as:

where are longitude and latitude, respectively, and is a function of the equatorial radius, , and eccentricity, :

The element of distance on the sphere, is defined by the first fundamental form:

whose coefficients are defined as:

Computing the necessary derivatives gives:

where is a function of the equatorial radius, , and the ellipsoid eccentricity, :

Substituting these values into the first fundamental form gives the formula for elemental distance on the ellipsoid:

This result relates the measure of distance on the ellipsoid surface as a function of the spherical coordinate system.

Transforming the element of distance[edit]

Recall that the purpose of Tissot's indicatrix is to relate how distances on the sphere change when mapped to a planar surface. Specifically, the desired relation is the transform that relates differential distance along the bases of the spherical coordinate system to differential distance along the bases of the Cartesian coordinate system on the planar map. This can be expressed by the relation:

where and represent the computation of along the longitudinal and latitudinal axes, respectively. Computation of and can be performed directly from the equation above, yielding:

For the purposes of this computation, it is useful to express this relationship as a matrix operation:

Now, in order to relate the distances on the ellipsoid surface to those on the plane, we need to relate the coordinate systems. From the chain rule, we can write:

where J is the Jacobian matrix:

Plugging in the matrix expression for and yields the definition of the transform represented by the indicatrix:

This transform encapsulates the mapping from the ellipsoid surface to the plane. Expressed in this form, SVD can be used to parcel out the important components of the local transformation.

Numerical computation and SVD[edit]

In order to extract the desired distortion information, at any given location in the spherical coordinate system, the values of can be computed directly. The Jacobian, , can be computed analytically from the mapping function itself, but it is often simpler to numerically approximate the values at any location on the map using central differences. Once these values are computed, SVD can be applied to each transformation matrix to extract the local distortion information. Remember that, because distortion is local, every location on the map will have its own transformation.

Recall the definition of SVD:

It is the decomposition of the transformation, , into a rotation in the source domain (i.e. the ellipsoid surface), , a scaling along the basis, , and a subsequent second rotation, . For understanding distortion, the first rotation is irrelevant, as it rotates the axes of the circle but has no bearing on the final orientation of the ellipse. The next operation, represented by the diagonal singular value matrix, scales the circle along its axes, deforming it to an ellipse. Thus, the singular values represent the scale factors along axes of the ellipse. The first singular value provides the semi-major axis, , and the second provides the semi-minor axis, , which are the directional scaling factors of distortion. Scale distortion can be computed as the area of the ellipse, , or equivalently by the determinant of . Finally, the orientation of the ellipse, , can be extracted from the first column of as:

Gallery[edit]

References[edit]

  1. ^ Goldberg, David M.; Gott III, J. Richard (2007). "Flexion and Skewness in Map Projections of the Earth" (PDF). Cartographica. 42 (4): 297–318. arXiv:astro-ph/0608501. doi:10.3138/carto.42.4.297. S2CID 11359702. Retrieved 2011-11-14.
  2. ^ Snyder, John P. (1987). Map projections—A working manual. Professional Paper 1395. Denver: USGS. p. 383. ISBN 978-1782662228. Retrieved 2015-11-26.
  3. ^ More general example of Tissot's indicatrix: the Winkel tripel projection.
  4. ^ Laskowski, Piotr (1989). "The Traditional and Modern Look at Tissot's Indicatrix". The American Cartographer. 16 (2): 123–133. doi:10.1559/152304089783875497.

External links[edit]