List of functions and classes (API)

Reference Ellipsoid

Ellipsoid(name, semimajor_axis, flattening, …)

Reference oblate ellipsoid.

Sphere(name, radius, geocentric_grav_const, …)

Reference sphere (zero flattening ellipsoids)

All ellipsoids are instances of the Ellipsoid or the Sphere classes. See the class reference documentation for a list their derived physical properties (attributes) and computations/transformations that they can perform (methods).

Utilities

test([doctest, verbose])

Run the test suite.