geodetics-0.0.5: Terrestrial coordinate systems and geodetic calculations.

Safe HaskellNone
LanguageHaskell2010

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).

mkGridTM Source #

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.