jord-2.0.0.0: Geographical Position Calculations
Copyright(c) 2020 Cedric Liegeois
LicenseBSD3
MaintainerCedric Liegeois <ofmooseandmen@yahoo.fr>
Stabilityexperimental
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Geo.Jord.Txs

Description

Coordinates transformation parameters between various models.

  • params: tx ty tz s rx ry rz
  • rates: tx ty tz s rx ry rz
  • translations in millimetres, rates in millimetres per year
  • scale factors in parts per billion, rates in parts per billion per year
  • rotations in milliarcseconds, rates in milliarcseconds per year

This module has been generated.

Synopsis

Documentation

from_WGS84_to_NAD83 :: Tx Params7 Source #

WGS84 to NAD83 transformation parameters.

from_WGS84_to_ED50 :: Tx Params7 Source #

WGS84 to ED50 transformation parameters.

from_WGS84_to_ETRS89 :: Tx Params7 Source #

WGS84 to ETRS89 transformation parameters.

from_WGS84_to_Irl1975 :: Tx Params7 Source #

WGS84 to Irl1975 transformation parameters.

from_WGS84_to_NAD27 :: Tx Params7 Source #

WGS84 to NAD27 transformation parameters.

from_WGS84_to_NTF :: Tx Params7 Source #

WGS84 to NTF transformation parameters.

from_WGS84_to_OSGB36 :: Tx Params7 Source #

WGS84 to OSGB36 transformation parameters.

from_WGS84_to_Potsdam :: Tx Params7 Source #

WGS84 to Potsdam transformation parameters.

from_WGS84_to_TokyoJapan :: Tx Params7 Source #

WGS84 to TokyoJapan transformation parameters.

from_WGS84_to_WGS72 :: Tx Params7 Source #

WGS84 to WGS72 transformation parameters.

from_ITRF2014_to_ITRF2008 :: Tx Params15 Source #

ITRF2014 to ITRF2008 transformation parameters.

from_ITRF2014_to_ITRF2005 :: Tx Params15 Source #

ITRF2014 to ITRF2005 transformation parameters.

from_ITRF2014_to_ITRF2000 :: Tx Params15 Source #

ITRF2014 to ITRF2000 transformation parameters.

from_ITRF2014_to_ETRF2000 :: Tx Params15 Source #

ITRF2014 to ETRF2000 transformation parameters.

from_ITRF2000_to_NAD83_CORS96 :: Tx Params15 Source #

ITRF2000 to NAD83 (CORS96) transformation parameters.

fixed :: Graph Params7 Source #

Graph of all transformations between fixed models.

timeDependent :: Graph Params15 Source #

Graph of all transformations between time-dependent models.