v0.48.0 #606
peterstace
announced in
Announcements
v0.48.0
#606
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
2024-04-15
Special thanks to Val Gridnev and Albert Teoh for contributing to this release.
Adds new
Densify
methods on each concrete geometry types that add additional linearly interpolated control points such that the distance between any two consecutive control points is at most a fixed distance. This can be useful when transforming geometries from one projection to another.Adds a new method
SnapToGrid
to each concrete geometry type. The method returns a copy of the geometry with its control points snapped to a base 10 grid.Make LERP operations robust in all edge cases.
Upgrades
golangci-lint
tov1.56.2
.Adds wrappers in the
geos
package for theGEOSConcaveHull_r
function (exposed asConcaveHull
).This discussion was created from the release v0.48.0.
Beta Was this translation helpful? Give feedback.
All reactions