Tissot's indicatrix

Last updated
The Behrmann projection with Tissot's indicatrices Tissot behrmann.png
The Behrmann projection with Tissot's indicatrices
The Mercator projection with Tissot's indicatrices Tissot mercator.png
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.

Contents

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

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:

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

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.

Indicatrix.png

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

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

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

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

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:

See also

Related Research Articles

<span class="mw-page-title-main">Mercator projection</span> Cylindrical conformal map projection

The Mercator projection is a cylindrical map projection presented by Flemish geographer and cartographer Gerardus Mercator in 1569. It became the standard map projection for navigation because it is unique in representing north as up and south as down everywhere while preserving local directions and shapes. The map is thereby conformal. As a side effect, the Mercator projection inflates the size of objects away from the equator. This inflation is very small near the equator but accelerates with increasing latitude to become infinite at the poles. As a result, landmasses such as Greenland, Antarctica, Canada and Russia appear far larger than they actually are relative to landmasses near the equator, such as Central Africa.

<span class="mw-page-title-main">Ellipsoid</span> Quadric surface that looks like a deformed sphere

An ellipsoid is a surface that can be obtained from a sphere by deforming it by means of directional scalings, or more generally, of an affine transformation.

Ray transfer matrix analysis is a mathematical form for performing ray tracing calculations in sufficiently simple problems which can be solved considering only paraxial rays. Each optical element is described by a 2×2 ray transfer matrix which operates on a vector describing an incoming light ray to calculate the outgoing ray. Multiplication of the successive matrices thus yields a concise ray transfer matrix describing the entire optical system. The same mathematics is also used in accelerator physics to track particles through the magnet installations of a particle accelerator, see electron optics.

In the mathematical field of differential geometry, a metric tensor is an additional structure on a manifold M that allows defining distances and angles, just as the inner product on a Euclidean space allows defining distances and angles there. More precisely, a metric tensor at a point p of M is a bilinear form defined on the tangent space at p, and a metric tensor on M consists of a metric tensor at each point p of M that varies smoothly with p.

<span class="mw-page-title-main">Rhumb line</span> Arc crossing all meridians of longitude at the same angle

In navigation, a rhumb line, rhumb, or loxodrome is an arc crossing all meridians of longitude at the same angle, that is, a path with constant bearing as measured relative to true north.

In geodesy, conversion among different geographic coordinate systems is made necessary by the different geographic coordinate systems in use across the world and over time. Coordinate conversion is composed of a number of different types of conversion: format change of geographic coordinates, conversion of coordinate systems, or transformation to different geodetic datums. Geographic coordinate conversion has applications in cartography, surveying, navigation and geographic information systems.

In probability theory, the Borel–Kolmogorov paradox is a paradox relating to conditional probability with respect to an event of probability zero. It is named after Émile Borel and Andrey Kolmogorov.

<span class="mw-page-title-main">Mollweide projection</span> Pseudocylindrical equal-area map projection

The Mollweide projection is an equal-area, pseudocylindrical map projection generally used for maps of the world or celestial sphere. It is also known as the Babinet projection, homalographic projection, homolographic projection, and elliptical projection. The projection trades accuracy of angle and shape for accuracy of proportions in area, and as such is used where that property is needed, such as maps depicting global distributions.

<span class="mw-page-title-main">Scale (map)</span> Ratio of distance on a map to the corresponding distance on the ground

The scale of a map is the ratio of a distance on the map to the corresponding distance on the ground. This simple concept is complicated by the curvature of the Earth's surface, which forces scale to vary across a map. Because of this variation, the concept of scale becomes meaningful in two distinct ways.

The Schwarzschild solution describes spacetime under the influence of a massive, non-rotating, spherically symmetric object. It is considered by some to be one of the simplest and most useful solutions to the Einstein field equations.

<span class="mw-page-title-main">Conformally flat manifold</span>

A (pseudo-)Riemannian manifold is conformally flat if each point has a neighborhood that can be mapped to flat space by a conformal transformation.

<span class="mw-page-title-main">Hopf bifurcation</span> Critical point where a periodic solution arises

In the mathematical theory of bifurcations, a Hopfbifurcation is a critical point where, as a parameter changes, a system's stability switches and a periodic solution arises. More accurately, it is a local bifurcation in which a fixed point of a dynamical system loses stability, as a pair of complex conjugate eigenvalues—of the linearization around the fixed point—crosses the complex plane imaginary axis as a parameter crosses a threshold value. Under reasonably generic assumptions about the dynamical system, the fixed point becomes a small-amplitude limit cycle as the parameter changes.

Ellipsoidal coordinates are a three-dimensional orthogonal coordinate system that generalizes the two-dimensional elliptic coordinate system. Unlike most three-dimensional orthogonal coordinate systems that feature quadratic coordinate surfaces, the ellipsoidal coordinate system is based on confocal quadrics.

<span class="mw-page-title-main">Van der Grinten projection</span> Compromise map projection

The van der Grinten projection is a compromise map projection, which means that it is neither equal-area nor conformal. Unlike perspective projections, the van der Grinten projection is an arbitrary geometric construction on the plane. Van der Grinten projects the entire Earth into a circle. It largely preserves the familiar shapes of the Mercator projection while modestly reducing Mercator's distortion. Polar regions are subject to extreme distortion. Lines of longitude converge to points at the poles.

<span class="mw-page-title-main">Winkel tripel projection</span> Pseudoazimuthal compromise map projection

The Winkel tripel projection, a modified azimuthal map projection of the world, is one of three projections proposed by German cartographer Oswald Winkel in 1921. The projection is the arithmetic mean of the equirectangular projection and the Aitoff projection: The name tripel refers to Winkel's goal of minimizing three kinds of distortion: area, direction, and distance.

In matrix theory, Sylvester's formula or Sylvester's matrix theorem (named after J. J. Sylvester) or Lagrange−Sylvester interpolation expresses an analytic function f(A) of a matrix A as a polynomial in A, in terms of the eigenvalues and eigenvectors of A. It states that

<span class="mw-page-title-main">Gravitational lensing formalism</span>

In general relativity, a point mass deflects a light ray with impact parameter by an angle approximately equal to

<span class="mw-page-title-main">Geographical distance</span> Distance measured along the surface of the Earth

Geographical distance or geodetic distance is the distance measured along the surface of the Earth, or the shortest arch length.

<span class="mw-page-title-main">Eckert IV projection</span> Pseudocylindrical equal-area map projection

The Eckert IV projection is an equal-area pseudocylindrical map projection. The length of the polar lines is half that of the equator, and lines of longitude are semiellipses, or portions of ellipses. It was first described by Max Eckert in 1906 as one of a series of three pairs of pseudocylindrical projections. Within each pair, meridians are the same whereas parallels differ. Odd-numbered projections have parallels spaced equally, whereas even-numbered projections have parallels spaced to preserve area. Eckert IV is paired with Eckert III.

<span class="mw-page-title-main">Strebe 1995 projection</span> Pseudoazimuthal equal-area map projection

The Strebe 1995 projection, Strebe projection, Strebe lenticular equal-area projection, or Strebe equal-area polyconic projection is an equal-area map projection presented by Daniel "daan" Strebe in 1994. Strebe designed the projection to keep all areas proportionally correct in size; to push as much of the inevitable distortion as feasible away from the continental masses and into the Pacific Ocean; to keep a familiar equatorial orientation; and to do all this without slicing up the map.

References

  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.