fatiando / boule

Reference ellipsoids for geodesy and geophysics
https://www.fatiando.org/boule
BSD 3-Clause "New" or "Revised" License
38 stars 17 forks source link

Add comments attribute to all ellipsoid classes #185

Closed MarkWieczorek closed 5 months ago

MarkWieczorek commented 5 months ago

This PR adds an attribute comments that is used when instantiating the ellipsoid classes. The default value is None. This attribute can provide additional information for understanding the origin of the numbers used to instantiate the class, or on how to/no-to use the class (such as, for example "tide free").

Relevant issues/PRs: Fixes #179

MarkWieczorek commented 5 months ago

This PR was incorporated into #180