Home | Trees | Indices | Help |
|
---|
|
object --+ | named._Named --+ | named._NamedBase --+ | utmupsBase.UtmUpsBase --+ | utm.Utm --+ | Etm
Exact Transverse Mercator (ETM) coordinate, a sub-class of Utm, a Universal Transverse Mercator (UTM) coordinate using the ExactTransverseMercator projection for highest accuracy.
Note: Conversion of Etm coordinates to and from (geodetic) lat- and longitude is 3-4 times slower than Utm.
See Also: Karney's Detailed Description.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
Properties | |
exactTM Get the ETM projection (ExactTransverseMercator). |
|
Inherited from Inherited from Inherited from Inherited from |
Method Details |
New Etm coordinate.
Example: >>> import pygeodesy >>> u = pygeodesy.Utm(31, 'N', 448251, 5411932) |
Parse a string to a ETM coordinate.
|
Convert this ETM coordinate to an (ellipsoidal) geodetic point.
Example: >>> u = Utm(31, 'N', 448251.795, 5411932.678) >>> from pygeodesy import ellipsoidalVincenty as eV >>> ll = u.toLatLon(eV.LatLon) # 48°51′29.52″N, 002°17′40.20″E |
Coopy this ETM to a UTM coordinate.
|
Property Details |
exactTMGet the ETM projection (ExactTransverseMercator).
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Dec 22 14:05:08 2019 | http://epydoc.sourceforge.net |