Package pygeodesy :: Module utmupsBase
[frames] | no frames]

Module utmupsBase

(INTERNAL) Base class UtmUpsBase and private functions for the UTM, UPS, Mgrs and Epsg classes/modules.


Version: 20.09.29

Classes
  LatLonDatum5Tuple
5-Tuple (lat, lon, datum, convergence, scale) in degrees90, degrees180, Datum, degrees and float.
  UtmUpsBase
(INTERNAL) Base class for Utm and Ups coordinates.
  UtmUps2Tuple
2-Tuple (zone, hemipole) as int and str, where zone is 1..60 for UTM or 0 for UPS and hemipole 'N'|'S' is the UTM hemisphere or the UPS pole.
  UtmUps5Tuple
5-Tuple (zone, hemipole, easting, northing, band) as int, str, meter, meter and band letter, where zone is 1..60 for UTM or 0 for UPS, hemipole 'N'|'S' is the UTM hemisphere or the UPS pole and band is "" or the (longitudinal) UTM band 'C'|'D'..'W'|'X' or the (polar) UPS band 'A'|'B'|'Y'|'Z'.
  UtmUps8Tuple
8-Tuple (zone, hemipole, easting, northing, band, datum, convergence, scale) as int, str, meter, meter, band letter, Datum, degrees and scalar, where zone is 1..60 for UTM or 0 for UPS, hemipole 'N'|'S' is the UTM hemisphere or the UPS pole and band is "" or the (longitudinal) UTM band 'C'|'D'..'W'|'X' or the (polar) UPS band 'A'|'B'|'Y'|'Z'.
  UtmUpsLatLon5Tuple
5-Tuple (zone, band, hemipole, lat, lon) as int, str, str, degrees90 and degrees180, where zone is 1..60 for UTM or 0 for UPS, band is "" or the (longitudinal) UTM band 'C'|'D'..'W'|'X' or (polar) UPS band 'A'|'B'|'Y'|'Z' and hemipole 'N'|'S' is the UTM hemisphere or the UPS pole.