geodetics-0.0.2: Terrestrial coordinate systems and associated calculations.

Safe HaskellNone

Geodetics.TransverseMercator

Synopsis

Documentation

data GridTM e Source

A Transverse Mercator projection gives an approximate mapping of the ellipsoid on to a 2-D grid. It models a sheet curved around the ellipsoid so that it touches it at one north-south line (hence making it part of a slightly elliptical cylinder).

Instances

mkGridTMSource

Arguments

:: Ellipsoid e 
=> Geodetic e

True origin.

-> GridOffset

Vector from true origin to false origin.

-> Dimensionless Double

Scale factor.

-> GridTM e 

Create a Transverse Mercator grid.