Functions | Variables
gps_utm Namespace Reference

Functions

def _UTMLetterDesignator
def LLtoUTM
def UTMtoLL

Variables

float _deg2rad = 180.0
int _eccentricitySquared = 3
list _ellipsoid
int _EquatorialRadius = 2
float _rad2deg = 180.0

Function Documentation

def gps_utm._UTMLetterDesignator (   Lat) [private]

Definition at line 162 of file gps_utm.py.

def gps_utm.LLtoUTM (   ReferenceEllipsoid,
  Lat,
  Long,
  zone = None 
)

Definition at line 98 of file gps_utm.py.

def gps_utm.UTMtoLL (   ReferenceEllipsoid,
  northing,
  easting,
  zone 
)

Definition at line 188 of file gps_utm.py.


Variable Documentation

float gps_utm::_deg2rad = 180.0

Definition at line 50 of file gps_utm.py.

Definition at line 54 of file gps_utm.py.

Initial value:
00001 [
00002 #  id, Ellipsoid name, Equatorial Radius, square of eccentricity        
00003 # first once is a placeholder only, To allow array indices to match id numbers
00004         [ -1, "Placeholder", 0, 0],
00005         [ 1, "Airy", 6377563, 0.00667054],
00006         [ 2, "Australian National", 6378160, 0.006694542],
00007         [ 3, "Bessel 1841", 6377397, 0.006674372],
00008         [ 4, "Bessel 1841 (Nambia] ", 6377484, 0.006674372],
00009         [ 5, "Clarke 1866", 6378206, 0.006768658],
00010         [ 6, "Clarke 1880", 6378249, 0.006803511],
00011         [ 7, "Everest", 6377276, 0.006637847],
00012         [ 8, "Fischer 1960 (Mercury] ", 6378166, 0.006693422],
00013         [ 9, "Fischer 1968", 6378150, 0.006693422],
00014         [ 10, "GRS 1967", 6378160, 0.006694605],
00015         [ 11, "GRS 1980", 6378137, 0.00669438],
00016         [ 12, "Helmert 1906", 6378200, 0.006693422],
00017         [ 13, "Hough", 6378270, 0.00672267],
00018         [ 14, "International", 6378388, 0.00672267],
00019         [ 15, "Krassovsky", 6378245, 0.006693422],
00020         [ 16, "Modified Airy", 6377340, 0.00667054],
00021         [ 17, "Modified Everest", 6377304, 0.006637847],
00022         [ 18, "Modified Fischer 1960", 6378155, 0.006693422],
00023         [ 19, "South American 1969", 6378160, 0.006694542],
00024         [ 20, "WGS 60", 6378165, 0.006693422],
00025         [ 21, "WGS 66", 6378145, 0.006694542],
00026         [ 22, "WGS-72", 6378135, 0.006694318],
00027         [ 23, "WGS-84", 6378137, 0.00669438]
00028 ]

Definition at line 56 of file gps_utm.py.

Definition at line 53 of file gps_utm.py.

float gps_utm::_rad2deg = 180.0

Definition at line 51 of file gps_utm.py.



applanix_publisher
Author(s): Mike Purvis
autogenerated on Thu Jan 2 2014 11:05:28