Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trait based refactor of Ellipsoid #110

Merged
merged 1 commit into from
Apr 23, 2024
Merged

Trait based refactor of Ellipsoid #110

merged 1 commit into from
Apr 23, 2024

Conversation

busstoptaktik
Copy link
Owner

The Ellipsoid impl was huge and unmaintainable.

Now it has been split into an EllipsoidBase trait, defining the fundamental shape and size parameters, and a number of more specialized traits for latitudes, meridian-geometry, geodesics, cartesians (geocart), and gravity.

Also lib.rs was cleaned up to reflect the new structure, and the prelude has been rebuilt using thematical modules: coord, ctx, and ellps, representing coordinate, context, and ellipsoidal material, respectively.

Likewise, the "authoring" extended prelude has been restructured through the introduction of the grd,
ops, and parse modules.

Finally, a number of documentation improvements were introduced while refactoring the existing material to reflect the new structure.

For usage based on the "use geodesy::prelude::*" idiom, no user visible changes are expected.

The Ellipsoid impl was huge and unmaintainable.

Now it has been split into an EllipsoidBase trait,
defining the fundamental shape and size parameters,
and a number of more specialized traits for latitudes,
meridian-geometry, geodesics, cartesians (geocart),
and gravity.

Also lib.rs was cleaned up to reflect the new structure,
and the prelude has been rebuilt using thematical modules:
coord, ctx, and ellps, representing coordinate, context,
and ellipsoidal material, respectively.

Likewise, the "authoring" extended prelude has been
restructured through the introduction of the grd,
ops, and parse modules.

Finally, a number of documentation improvements were
introduced while refactoring the existing material to
reflect the new structure.

For usage based on the "use geodesy::prelude::*" idiom,
no user visible changes are expected.
@busstoptaktik busstoptaktik merged commit cf94cf6 into main Apr 23, 2024
2 checks passed
@busstoptaktik busstoptaktik deleted the ellipsoid branch May 4, 2024 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant