-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unify
Densify
trait across metric spaces
Just like #1228, but for Densify rather than Length. This enables Geodesic, Haversine, Euclidean, and Rhumb Densification. This required implementing InterpolatePoint for Euclidean. Adjacent work: deprecated legacy DensifyHaversine linestring_segment is now implemented in terms of the new Densify NOTE: linestring_segment would be a good future candidate for a similar unification across all the metric spaces
- Loading branch information
1 parent
f683c7a
commit 717e25e
Showing
7 changed files
with
362 additions
and
280 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.