Ellipsoid

Luo_Suppe2026-08-15

gma.crs.Ellipsoid

class Ellipsoid(name = "GMA Ellipsoid", semi_major = 6378137.0, inv_flattening = 298.2572236):

Ellipsoid object. Define an ellipsoid.

Optional:

name = str. Default 'GMA Ellipsoid'.

Name of the new ellipsoid.

semi_major = float||None. Default 6378137.0.

The semi-major axis of the ellipsoid.

inv_flattening = float. Default 298.2572236.

The inverse flattening of the ellipsoid.


Property

ellipsoid_name


inv_flattening


semi_major


Last Updated 8/15/2026, 8:42:21 AM