-
Notifications
You must be signed in to change notification settings - Fork 199
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
add DensifyHaversine trait #1081
Conversation
re: the CI failure - You might want to check out our usage of |
Oh thank goodness. That was an adventure! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I'll leave it open in case anyone else wants to kick the tires.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
CHANGES.md
if knowledge of this change could be valuable to users.This PR adds a
DensifyHaversine
trait which enables users to densify line based spherical geometries.It provides the ground work for enabling linestring segmentation on geographical coordinates which can be used by downstream libraries such as stplanr.