Copyright | (c) 2020 Cedric Liegeois |
---|---|
License | BSD3 |
Maintainer | Cedric Liegeois <ofmooseandmen@yahoo.fr> |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell2010 |
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
- from_WGS84_to_NAD83 :: Tx TxParams7
- from_WGS84_to_ED50 :: Tx TxParams7
- from_WGS84_to_ETRS89 :: Tx TxParams7
- from_WGS84_to_Irl1975 :: Tx TxParams7
- from_WGS84_to_NAD27 :: Tx TxParams7
- from_WGS84_to_NTF :: Tx TxParams7
- from_WGS84_to_OSGB36 :: Tx TxParams7
- from_WGS84_to_Potsdam :: Tx TxParams7
- from_WGS84_to_TokyoJapan :: Tx TxParams7
- from_WGS84_to_WGS72 :: Tx TxParams7
- from_ITRF2014_to_ITRF2008 :: Tx TxParams15
- from_ITRF2014_to_ITRF2005 :: Tx TxParams15
- from_ITRF2014_to_ITRF2000 :: Tx TxParams15
- from_ITRF2014_to_ETRF2000 :: Tx TxParams15
- from_ITRF2000_to_NAD83_CORS96 :: Tx TxParams15
- staticTxs :: TxGraph TxParams7
- dynamicTxs :: TxGraph TxParams15
Documentation
from_WGS84_to_NAD83 :: Tx TxParams7 Source #
WGS84 to NAD83 transformation parameters.
from_WGS84_to_ED50 :: Tx TxParams7 Source #
WGS84 to ED50 transformation parameters.
from_WGS84_to_ETRS89 :: Tx TxParams7 Source #
WGS84 to ETRS89 transformation parameters.
from_WGS84_to_Irl1975 :: Tx TxParams7 Source #
WGS84 to Irl1975 transformation parameters.
from_WGS84_to_NAD27 :: Tx TxParams7 Source #
WGS84 to NAD27 transformation parameters.
from_WGS84_to_NTF :: Tx TxParams7 Source #
WGS84 to NTF transformation parameters.
from_WGS84_to_OSGB36 :: Tx TxParams7 Source #
WGS84 to OSGB36 transformation parameters.
from_WGS84_to_Potsdam :: Tx TxParams7 Source #
WGS84 to Potsdam transformation parameters.
from_WGS84_to_TokyoJapan :: Tx TxParams7 Source #
WGS84 to TokyoJapan transformation parameters.
from_WGS84_to_WGS72 :: Tx TxParams7 Source #
WGS84 to WGS72 transformation parameters.
from_ITRF2014_to_ITRF2008 :: Tx TxParams15 Source #
ITRF2014 to ITRF2008 transformation parameters.
from_ITRF2014_to_ITRF2005 :: Tx TxParams15 Source #
ITRF2014 to ITRF2005 transformation parameters.
from_ITRF2014_to_ITRF2000 :: Tx TxParams15 Source #
ITRF2014 to ITRF2000 transformation parameters.
from_ITRF2014_to_ETRF2000 :: Tx TxParams15 Source #
ITRF2014 to ETRF2000 transformation parameters.
from_ITRF2000_to_NAD83_CORS96 :: Tx TxParams15 Source #
ITRF2000 to NAD83 (CORS96) transformation parameters.
dynamicTxs :: TxGraph TxParams15 Source #
Graph of all dynamic transformations.