__init__ (self,
zone=0,
pole=' N ' ,
easting=2000000.0,
northing=2000000.0,
band='',
datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Tran... ,
falsed=True,
gamma=None,
scale=None,
name='',
**convergence)
(Constructor)
|
|
New Ups UPS coordinate.
- Arguments:
zone - UPS zone (int , zero) or zone with/-out polar
Band letter (str , '00', '00A', '00B', '00Y' or
'00Z').
pole - Top/center of (stereographic) projection (str ,
'N[orth]' or 'S[outh]' ).
easting - Easting, see falsed (meter ).
northing - Northing, see falsed (meter ).
band - Optional, polar Band (str , 'A'|'B'|'Y'|'Z').
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 to save (degrees ).
scale - Optional, computed scale factor k to save (scalar ).
name - Optional name (str ).
convergence - DEPRECATED, use keyword argument gamma=None .
- Raises:
TypeError - Invalid datum .
UPSError - Invalid zone , pole ,
easting , northing ,
band , convergence or
scale .
- Overrides:
object.__init__
|