Cassini Projection
   HOME

TheInfoList



OR:

The Cassini projection (also sometimes known as the Cassini–Soldner projection or Soldner projection) is a
map projection In cartography, a map projection is any of a broad set of Transformation (function) , transformations employed to represent the curved two-dimensional Surface (mathematics), surface of a globe on a Plane (mathematics), plane. In a map projection, ...
first described in an approximate form by César-François Cassini de Thury in 1745. Its precise formulas were found through later analysis by Johann Georg von Soldner around 1810. It is the transverse aspect of the
equirectangular projection The equirectangular projection (also called the equidistant cylindrical projection or la carte parallélogrammatique projection), and which includes the special case of the plate carrée projection (also called the geographic projection, lat/l ...
, in that the globe is first rotated so the central meridian becomes the "equator", and then the normal equirectangular projection is applied. Considering the earth as a sphere, the projection is composed of the operations: :x = \arcsin(\cos \varphi \sin \lambda) \qquad y = \arctan\left(\frac\right). where ''λ'' is the longitude from the central meridian and ''φ'' is the latitude. When programming these equations, the inverse tangent function used is actually the atan2 function, with the first argument sin ''φ'' and the second . The reverse operation is composed of the operations: :\varphi = \arcsin(\sin y \cos x) \qquad \lambda = \operatorname(\tan x, \cos y). In practice, the projection has always been applied to models of the earth as an
ellipsoid An ellipsoid is a surface that can be obtained from a sphere by deforming it by means of directional Scaling (geometry), scalings, or more generally, of an affine transformation. An ellipsoid is a quadric surface;  that is, a Surface (mathemat ...
, which greatly complicates the mathematical development but is suitable for surveying. Nevertheless, the use of the Cassini projection has largely been superseded by the transverse Mercator projection, at least with central mapping agencies.


Distortions

Areas along the central meridian, and at right angles to it, are not distorted. Elsewhere, the distortion is largely in a north–south direction, and varies by the square of the distance from the central meridian. As such, the greater the longitudinal extent of the area, the worse the distortion becomes. Due to this, the Cassini projection works best for areas with greater north–south extent than east–west. For example, Ordnance Survey maps of
Great Britain Great Britain is an island in the North Atlantic Ocean off the north-west coast of continental Europe, consisting of the countries England, Scotland, and Wales. With an area of , it is the largest of the British Isles, the List of European ...
used the Cassini projection from 1924 until the introduction of the National Grid.


Elliptical form

Cassini is known as a spherical projection, but can be generalised as an elliptical form. Considering the earth as an ellipse, the projection is composed of these operations: :N = (1 - e^2 \sin^2 \varphi)^ :T = \tan^2 \varphi :A = \lambda \cos \varphi :C = \frac \cos^2 \varphi :x = N \left( A - T \frac - (8-T+8C)T\frac \right) :y = M(\varphi) - M(\varphi_0) + (N \tan \varphi) \left(\frac + (5-T+6C)\frac \right) and ''M'' is the meridional distance function. The reverse operation is composed of the operations: :\varphi' = M^(M(\varphi_0)+y) If \varphi' = \frac then \varphi=\varphi' and \lambda=0. Otherwise calculate ''T'' and ''N'' as above with \varphi', and :R = (1 - e^2)(1 - e^2 \sin^2 \varphi')^ :D = x/N :\varphi = \varphi' - \frac\left(\frac-(1+3T)\frac\right) :\lambda = \frac


See also

* Cassini Grid


References


External links

*
Table of examples and properties of all common projections
from radicalcartography.net



{{Map projections Cylindrical projections