geodetics-0.0.5: Terrestrial coordinate systems and geodetic calculations.

Safe HaskellNone
LanguageHaskell2010

Geodetics.Stereographic

Description

The following is based on equations in Section 1.4.7.1 in OGP Surveying and Positioning Guidance Note number 7, part 2 – August 2006 http://ftp.stu.edu.tw/BSD/NetBSD/pkgsrc/distfiles/epsg-6.11/G7-2.pdf

Synopsis

Documentation

data GridStereo e Source #

A stereographic projection with its origin at an arbitrary point on Earth, other than the poles.

mkGridStereo :: Ellipsoid e => Geodetic e -> GridOffset -> Dimensionless Double -> GridStereo e Source #

Create a stereographic projection. The tangency point must not be one of the poles.