wroge / elm-geodesy / Geodesy.ETRS89

A coordinate transformation library for dhdn2001 coordinate reference systems in elm.

Types


type Geographic
    = Geographic Geodesy.Geographic

Geographic is represented by longitude, latitude and height coordinates.


type UTM
    = UTM Zone Geodesy.Projected

UTM is represented by a zone and eastern, northern and height coordinates.


type Zone
    = Zone28
    | Zone29
    | Zone30
    | Zone31
    | Zone32
    | Zone33
    | Zone34
    | Zone35
    | Zone36
    | Zone37
    | Zone38

Zone represents the ETRS89 UTM Zones.

Functions

geocentric : Geodesy.WGS84.CoordinateReferenceSystem Geodesy.WGS84.Geocentric

geocentric represents the ETRS89 geocentric coordinate reference system.

geographic : Geodesy.WGS84.CoordinateReferenceSystem Geographic

geographic represents the ETRS89 geographic coordinate reference system.

grs80 : Geodesy.Spheroid

grs80 represents ETRS89 Spheroid.

utm : Geodesy.WGS84.CoordinateReferenceSystem UTM

utm represents the ETRS89 utm coordinate reference system.