Universal Polar Stereographic (UPS) coordinate.
|
__init__(self,
zone,
pole,
easting,
northing,
band='
' ,
datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Tran... ,
falsed=True,
convergence=None,
scale=None,
name='
' )
New Ups UPS
coordinate. |
|
|
|
|
|
copy(self)
Copy this UPS coordinate. |
|
|
|
parseUPS(self,
strUPS)
Parse a string to a UPS coordinate. |
|
|
|
rescale0(self,
lat,
scale0=0.994)
Set the central scale factor for this UPS projection. |
|
|
|
toLatLon(self,
LatLon=None,
unfalse=True)
Convert this UPS coordinate to an (ellipsoidal) geodetic point. |
|
|
|
toMgrs(self)
Convert this UPS coordinate to an MGRS grid reference. |
|
|
|
toStr(self,
prec=0,
sep=' ' ,
B=False,
cs=False)
Return a string representation of this UPS coordinate. |
|
|
|
toStr2(self,
prec=0,
fmt=' [%s] ' ,
sep=' , ' ,
B=False,
cs=False)
Return a string representation of this UPS coordinate. |
|
|
|
toUps(self,
pole='
' ,
**unused)
Duplicate this UPS coordinate. |
|
|
|
toUtm(self,
zone,
falsed=True,
**unused)
Convert this UPS coordinate to a UTM coordinate. |
|
|
Inherited from utmupsBase.UtmUpsBase :
__repr__ ,
__str__ ,
to2en ,
toEpsg
Inherited from named._NamedBase :
others
Inherited from named._Named :
__copy__ ,
classof
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|
|
band
Get the polar band letter ('A', 'B', 'Y' or 'Z').
|
|
falsed2
Get the easting and northing falsing (EasNor2Tuple(easting, northing) ).
|
|
hemisphere
Get the hemisphere (str , 'N'|'S').
|
|
pole
Get the top/center of (stereographic) projection
('N'|'S' or "" ).
|
|
zone
Get the polar pseudo zone (0 ), like Karney's zone UPS.
|
Inherited from utmupsBase.UtmUpsBase :
convergence ,
datum ,
easting ,
falsed ,
northing ,
scale ,
scale0
Inherited from named._Named :
classname ,
classnaming ,
name ,
named ,
named2
Inherited from object :
__class__
|