Terminology#
- ellipsoid-like#
An ellipsoid specification. Can be either:
the name of the ellipsoid as a
str. For a complete list of known ellipsoids, see thegeodesycrate.a
dict, with either a"radius"item for spheres or"semimajor_axis"and"inverse_flattening"for ellipsoids. All items need to befloats.a class with a
"radius"attribute for spheres or"semimajor_axis"and"inverse_flattening"attributes for ellipsoids. All attributes need to befloats.
If an object or
dictcould be interpreted as both a sphere and an ellipsoid, the ellipsoid will be preferred.