fbpx
Wikipedia

Tissot's indicatrix

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.

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

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

See also 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

  • Java applet with interactive projections showing Tissot's indicatrix

tissot, indicatrix, cartography, tissot, indicatrix, tissot, ellipse, tissot, ellipse, ellipse, distortion, plural, tissot, indicatrices, mathematical, contrivance, presented, french, mathematician, nicolas, auguste, tissot, 1859, 1871, order, characterize, lo. 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 The Behrmann projection with Tissot s indicatricesThe Mercator projection with Tissot s indicatricesA 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 Contents 1 Description 2 Mathematics 3 An alternative derivation for numerical computation 3 1 Differential distance on the ellipsoid 3 2 Transforming the element of distance 3 3 Numerical computation and SVD 4 Gallery 5 See also 6 References 7 External linksDescription editTissot 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 World maps comparing Tissot s indicatrices on some common projections nbsp Equirectangular projection nbsp Mercator projection nbsp Gall Peters projection nbsp Mollweide projection nbsp Winkel tripel projection nbsp Azimuthal equidistant projection nbsp Fuller projection nbsp Transverse Mercator projection nbsp Lambert cylindrical equal area projection nbsp Sinusoidal projection nbsp Robinson projection nbsp Stereographic projectionMathematics editIn the diagram below the circle A B C D displaystyle ABCD nbsp has unit area as defined on the surface of a sphere The circle A B C D displaystyle A B C D nbsp is the Tissot s indicatrix that results from some projection of A B C D displaystyle ABCD nbsp onto a plane Linear scale has not been preserved in this projection as O A O A displaystyle OA ncong OA nbsp and O B O B displaystyle OB ncong OB nbsp Because M O A M O A displaystyle angle M OA ncong angle MOA nbsp we know that there is an angular distortion Because Area A B C D Area A B C D displaystyle operatorname Area A B C D neq operatorname Area ABCD nbsp we know there is an areal distortion nbsp 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 M displaystyle M nbsp in the diagram the axes from O displaystyle O nbsp 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 h displaystyle h nbsp and the scale along the parallel as k displaystyle k nbsp 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 8 displaystyle theta nbsp 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 h displaystyle h nbsp k displaystyle k nbsp and 8 displaystyle theta nbsp can be computed as follows 2 24 h 1 R x f 2 y f 2 k 1 R cos f x l 2 y l 2 sin 8 1 R 2 h k cos f y f x l x f y l a h 2 k 2 2 h k sin 8 b h 2 k 2 2 h k sin 8 a a b 2 b a b 2 s h k sin 8 w 2 arcsin b a displaystyle begin aligned h amp frac 1 R sqrt left frac partial x partial varphi right 2 left frac partial y partial varphi right 2 4pt k amp frac 1 R cos varphi sqrt left frac partial x partial lambda right 2 left frac partial y partial lambda right 2 4pt sin theta amp frac 1 R 2 hk cos varphi left frac partial y partial varphi frac partial x partial lambda frac partial x partial varphi frac partial y partial lambda right 4pt a amp sqrt h 2 k 2 2hk sin theta quad b sqrt h 2 k 2 2hk sin theta 4pt a amp frac a b 2 quad b frac a b 2 4pt s amp hk sin theta 4pt omega amp 2 arcsin frac b a end aligned nbsp where f displaystyle varphi nbsp and l displaystyle lambda nbsp are the latitude and longitude coordinates of a point R displaystyle R nbsp is the radius of the globe and x displaystyle x nbsp and y displaystyle y nbsp are the point s resulting coordinates after projection In the result for any given point a displaystyle a nbsp and b displaystyle b nbsp are the maximum and minimum scale factors analogous to the semimajor and semiminor axes in the diagram s displaystyle s nbsp represents the amount of inflation or deflation in area and w displaystyle omega nbsp represents the maximum angular distortion For conformal projections such as the Mercator projection h k displaystyle h k nbsp and 8 p 2 displaystyle theta pi over 2 nbsp 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 editAnother 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 X displaystyle hat X nbsp on an ellipsoid be parameterized as X l ϕ N cos l cos ϕ N 1 e 2 sin ϕ N sin l cos ϕ displaystyle hat X lambda phi left begin matrix N cos lambda cos phi N 1 e 2 sin phi N sin lambda cos phi end matrix right nbsp where l ϕ displaystyle lambda phi nbsp are longitude and latitude respectively and N displaystyle N nbsp is a function of the equatorial radius R displaystyle R nbsp and eccentricity e displaystyle e nbsp N R 1 e 2 sin 2 ϕ displaystyle N frac R sqrt 1 e 2 sin 2 phi nbsp The element of distance on the sphere d s displaystyle ds nbsp is defined by the first fundamental form d s 2 d l d ϕ E F F G d l d ϕ displaystyle ds 2 begin bmatrix d lambda amp d phi end bmatrix begin bmatrix E amp F F amp G end bmatrix begin bmatrix d lambda d phi end bmatrix nbsp whose coefficients are defined as E X l X l F X l X ϕ G X ϕ X ϕ displaystyle begin aligned amp E frac partial hat X partial lambda boldsymbol cdot frac partial hat X partial lambda amp F frac partial hat X partial lambda boldsymbol cdot frac partial hat X partial phi amp G frac partial hat X partial phi boldsymbol cdot frac partial hat X partial phi end aligned nbsp Computing the necessary derivatives gives X l N sin l cos ϕ 0 N cos l cos ϕ X ϕ M cos l sin ϕ M cos ϕ M sin l sin ϕ displaystyle frac partial hat X partial lambda left begin matrix N sin lambda cos phi 0 N cos lambda cos phi end matrix right qquad qquad frac partial hat X partial phi left begin matrix M cos lambda sin phi M cos phi M sin lambda sin phi end matrix right nbsp where M displaystyle M nbsp is a function of the equatorial radius R displaystyle R nbsp and the ellipsoid eccentricity e displaystyle e nbsp M R 1 e 2 1 e 2 sin 2 ϕ 3 2 displaystyle M frac R 1 e 2 1 e 2 sin 2 phi frac 3 2 nbsp Substituting these values into the first fundamental form gives the formula for elemental distance on the ellipsoid d s 2 N cos ϕ 2 d l 2 M 2 d ϕ 2 displaystyle ds 2 left N cos phi right 2 d lambda 2 M 2 d phi 2 nbsp 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 T displaystyle mathcal T nbsp 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 d x d y T d s l 0 d s 0 ϕ displaystyle begin bmatrix dx dy end bmatrix mathcal T begin bmatrix ds lambda 0 ds 0 phi end bmatrix nbsp where d s l 0 displaystyle ds lambda 0 nbsp and d s 0 ϕ displaystyle ds 0 phi nbsp represent the computation of d s displaystyle ds nbsp along the longitudinal and latitudinal axes respectively Computation of d s l 0 displaystyle ds lambda 0 nbsp and d s 0 ϕ displaystyle ds 0 phi nbsp can be performed directly from the equation above yielding d s l 0 N cos ϕ d l d s 0 ϕ M d ϕ displaystyle begin aligned amp ds lambda 0 N cos phi d lambda amp ds 0 phi Md phi end aligned nbsp For the purposes of this computation it is useful to express this relationship as a matrix operation d l d ϕ K d s l 0 d s 0 ϕ K 1 N cos ϕ 0 0 1 M displaystyle begin bmatrix d lambda d phi end bmatrix K begin bmatrix ds lambda 0 ds 0 phi end bmatrix qquad K begin bmatrix frac 1 N cos phi amp 0 0 amp frac 1 M end bmatrix nbsp 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 d x d y J d l d ϕ displaystyle begin bmatrix dx dy end bmatrix J begin bmatrix d lambda d phi end bmatrix nbsp where J is the Jacobian matrix J x l x ϕ y l y ϕ displaystyle J begin bmatrix frac partial x partial lambda amp frac partial x partial phi frac partial y partial lambda amp frac partial y partial phi end bmatrix nbsp Plugging in the matrix expression for d l displaystyle d lambda nbsp and d ϕ displaystyle d phi nbsp yields the definition of the transform T displaystyle mathcal T nbsp represented by the indicatrix d x d y J K d s l 0 d s 0 ϕ displaystyle begin bmatrix dx dy end bmatrix JK begin bmatrix ds lambda 0 ds 0 phi end bmatrix nbsp T J K displaystyle mathcal T JK nbsp This transform T displaystyle mathcal T nbsp 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 K displaystyle K nbsp can be computed directly The Jacobian J displaystyle J nbsp 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 S V D T U L V T displaystyle mathrm SVD mathcal T U Lambda V T nbsp It is the decomposition of the transformation T displaystyle mathcal T nbsp into a rotation in the source domain i e the ellipsoid surface V T displaystyle V T nbsp a scaling along the basis L displaystyle Lambda nbsp and a subsequent second rotation U displaystyle U nbsp 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 a displaystyle a nbsp and the second provides the semi minor axis b displaystyle b nbsp which are the directional scaling factors of distortion Scale distortion can be computed as the area of the ellipse a b displaystyle ab nbsp or equivalently by the determinant of T displaystyle mathcal T nbsp Finally the orientation of the ellipse 8 displaystyle theta nbsp can be extracted from the first column of U displaystyle U nbsp as 8 arctan u 1 0 u 0 0 displaystyle theta arctan left frac u 1 0 u 0 0 right nbsp Gallery edit nbsp The transverse Mercator projection with Tissot s indicatrices nbsp The stereographic projection with Tissot s indicatrices nbsp The sinusoidal projection with Tissot s indicatrices nbsp The Peirce quincuncial projection with Tissot s indicatrices nbsp The Miller cylindrical projection with Tissot s indicatrices nbsp The Hammer projection with Tissot s indicatrices nbsp The azimuthal equidistant projection with Tissot s indicatrices nbsp The Fuller projection with Tissot s indicatricesSee also editMacAdam ellipseReferences edit 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 Snyder John P 1987 Map projections A working manual Professional Paper 1395 Denver USGS p 383 ISBN 978 1782662228 Retrieved 2015 11 26 More general example of Tissot s indicatrix the Winkel tripel projection 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 nbsp Wikimedia Commons has media related to Map projections with Tissot s indicatrix Java applet with interactive projections showing Tissot s indicatrix Retrieved from https en wikipedia org w index php title Tissot 27s indicatrix amp oldid 1189927325, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.