Package pygeodesy :: Module albers :: Class AlbersEqualAreaSouth
[frames] | no frames]

Class AlbersEqualAreaSouth

  object --+            
           |            
named._Named --+        
               |        
named._NamedBase --+    
                   |    
         _AlbersBase --+
                       |
                      AlbersEqualAreaSouth

An azimuthal AlbersEqualArea projection at lat=-90 and k0=1 degenerating to the azimuthal LambertEqualArea projection.

Instance Methods
 
__init__(self, datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Tran..., name='')
New AlbersEqualAreaSouth projection.

Inherited from _AlbersBase: _k0_, forward, rescale0, reverse

Inherited from named._NamedBase: __repr__, __str__, others, toRepr, toStr

Inherited from named._Named: _dot_, attrs, classof, copy, toStr2

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Properties

Inherited from _AlbersBase: datum, equatoradius, flattening, isPolar, ispolar, iteration, lat0, lat1, lat2, majoradius, scale0

Inherited from named._Named: classname, classnaming, name, named, named2, named3, named4

Inherited from object: __class__

Method Details

__init__ (self, datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Tran..., name='')
(Constructor)

 

New AlbersEqualAreaSouth projection.

Arguments:
Overrides: object.__init__