__init__ (self,
zone=31,
hemisphere=' N ' ,
easting=166022,
northing=0,
band='',
datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Tran... ,
falsed=True,
gamma=None,
scale=None,
**name_convergence)
(Constructor)
|
|
New Etm Exact
Transverse Mercator coordinate, raising ETMErrors.
- Arguments:
zone - Longitudinal UTM zone (int , 1..60) or zone with/-out
latitudinal Band letter (str , '1C'|..|'60X').
hemisphere - Northern or southern hemisphere (str ,
'N[orth]' or 'S[outh]' ).
easting - Easting, see falsed (meter ).
northing - Northing, see falsed (meter ).
band - Optional, latitudinal band (str , 'C'|..|'X',
no 'I'|'O').
datum - Optional, this coordinate's datum (Datum,
Ellipsoid, Ellipsoid2 or a_f2Tuple).
falsed - If True , both easting and
northing are falsed (bool ).
gamma - Optional meridian convergence, bearing off grid North, clockwise
from true North to save (degrees ) or
None .
scale - Optional grid scale factor to save (scalar ) or
None .
name_convergence - Optional name=NN (str ) and
DEPRECATED keyword argument convergence=None ,
use gamma .
- Raises:
TypeError - Invalid or near-spherical datum .
UTMError - Invalid zone , hemishere ,
easting , northing ,
band , convergence or
scale .
- Overrides:
object.__init__
|