Enhance DGGS with Authalic Latitude Conversion and GeoJSON Support#27
Merged
Conversation
…d GeoJSON support - Added methods for converting geodetic latitude to authalic latitude and vice versa in the Webdggrid class. - Implemented a GeoJSON transformation function to apply latitude conversions to GeoJSON geometries, features, and collections. - Introduced unit tests for authalic latitude conversion and GeoJSON transformations, ensuring accuracy and integrity of transformations. - Updated documentation links in enumeration and interface files to reflect the latest codebase. - Added a diagnostic test for south polar cell geometry to investigate rendering issues with hex borders.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduce authalic latitude conversion methods and GeoJSON transformation functions to improve DGGS functionality. Add unit tests for accuracy and update documentation. Fix the over pole cell bug and enhance the demo with cesium integration. Update globe colors for better visualization.