We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TurfJS releases are being tracked using Milestones.
Object
@turf/voronoi
Takes a FeatureCollection of points, and a bounding box, and returns a FeatureCollection of Voronoi polygons. (PR #1043 - Author @stevage)
@turf/shortest-path
Returns the shortest path from start to end without colliding with any feature in obstacles (PR #956 - Author @stebogit)
@turf/boolean-parallel
Boolean-Parallel returns True if each segment of line1 is parallel to the correspondent segment of line2 (PR #941 - Author @stebogit)
line1
line2
@turf/nearest-point-on-line
Takes a {@link Point} and a {@link LineString} and calculates the closest Point on the (Multi)LineString. (PR #939 - Author @stebogit)
Updates @turf/unkink-polygon testing & added flattenEach instead of using flatten. (PR Update unkink-polygon testing/refactoring #889)
@turf/unkink-polygon
flattenEach
flatten
Add multi-geomtry support to @turf/line-split (PR Fix issue #1075 #1078)
@turf/line-split
Improve @turf/meta lineEach method to provide properties, id and bbox (PR lineEach returns LineString including properties, bbox & id #1010)
@turf/meta
lineEach
Fixes @turf/helpers earth radius variable (PR Update earth radius #1012)
@turf/helpers
Fixes @turf/polygon-tangents bug (PR Fix for #1050 and #1032 #1058)
@turf/polygon-tangents
Fixes @turf/line-chunk bug when the number of segments is integer (PR fix bug when the number of segments is integer(line-chunk) #1046)
@turf/line-chunk
Fixes segmentEach and segmentReduce methods in @turf/meta to ensure something is returned (PR Fix segmentReduce & segmentEach @turf/meta #968)
segmentEach
segmentReduce
Before
var from = [-75.343, 39.984]; var to = [-75.534, 39.123]; var units = 'miles'; var distance = turf.distance(from, to, units);
After
var from = [-75.343, 39.984]; var to = [-75.534, 39.123]; var options = {units: 'miles'}; var distance = turf.distance(from, to, options);
@turf/random
@turf/idw
@turf/point-grid/hex/square/triangle
@turf/inside
@turf/boolean-point-in-polygon
@turf/within
@turf/points-within-polygon
@turf/bezier
@turf/bezier-spline
@turf/nearest
@turf/nearest-point
@turf/point-on-line
@turf/lineDistance
@turf/length
radians2degrees
radiansToDegrees
degrees2radians
degreesToRadians
distanceToDegrees
lengthToDegrees
distanceToRadians
lengthToRadians
radiansToDistance
radiansToLength
bearingToAngle
bearingToAzimuth
convertDistance
convertLength
Twitter:
The text was updated successfully, but these errors were encountered:
Hooray! 🍻 🎉 😃
Sorry, something went wrong.
Shouldn't these go into CHANGELOG.md too? I noticed it hasn't been updated for ages.
@ka7eh Agreed, we've been pushing the release changelogs here, we might want to merge those into the CHANGELOG.md file as well.
https://github.com/Turfjs/turf/tree/master/releases
No branches or pull requests
New major release! Turf 5.0 🎉
TurfJS releases are being tracked using Milestones.
Contributors
⭐️ Major Updates
Object
.🚀 New Modules
@turf/voronoi
Takes a FeatureCollection of points, and a bounding box, and returns a FeatureCollection of Voronoi polygons.
(PR #1043 - Author @stevage)
@turf/shortest-path
Returns the shortest path from start to end without colliding with any feature in obstacles
(PR #956 - Author @stebogit)
@turf/boolean-parallel
Boolean-Parallel returns True if each segment of
line1
is parallel to the correspondent segment ofline2
(PR #941 - Author @stebogit)
@turf/nearest-point-on-line
Takes a {@link Point} and a {@link LineString} and calculates the closest Point on the (Multi)LineString.
(PR #939 - Author @stebogit)
🏅 New Features/Enhancements
Updates
@turf/unkink-polygon
testing & addedflattenEach
instead of usingflatten
.(PR Update unkink-polygon testing/refactoring #889)
Add multi-geomtry support to
@turf/line-split
(PR Fix issue #1075 #1078)
Improve
@turf/meta
lineEach
method to provide properties, id and bbox(PR lineEach returns LineString including properties, bbox & id #1010)
🐛 Bug Fixes
Fixes
@turf/helpers
earth radius variable(PR Update earth radius #1012)
Fixes
@turf/polygon-tangents
bug(PR Fix for #1050 and #1032 #1058)
Fixes
@turf/line-chunk
bug when the number of segments is integer(PR fix bug when the number of segments is integer(line-chunk) #1046)
Fixes
segmentEach
andsegmentReduce
methods in@turf/meta
to ensure something is returned(PR Fix segmentReduce & segmentEach
@turf/meta
#968)Object
:Before
After
@turf/random
PR Rework @turf/random #994@turf/idw
Issue Deprecate@turf/idw
? #887@turf/point-grid/hex/square/triangle
PR Revamp grid modules #1029@turf/inside
=>@turf/boolean-point-in-polygon
Renaming of modules for next Major release (v5.0) #860 (comment)@turf/within
=>@turf/points-within-polygon
Renaming of modules for next Major release (v5.0) #860 (comment)@turf/bezier
=>@turf/bezier-spline
Issue New module proposal for @turf/bezier-curve #661@turf/nearest
=>@turf/nearest-point
Initial commit of booleanPointOnLine #858 (comment)@turf/point-on-line
=>@turf/nearest-point-on-line
Initial commit of booleanPointOnLine #858 (comment)@turf/lineDistance
=>@turf/length
Renaming of modules for next Major release (v5.0) #860 (comment)@turf/helpers
radians2degrees
=>radiansToDegrees
degrees2radians
=>degreesToRadians
distanceToDegrees
=>lengthToDegrees
distanceToRadians
=>lengthToRadians
radiansToDistance
=>radiansToLength
bearingToAngle
=>bearingToAzimuth
convertDistance
=>convertLength
Twitter:
CC: @Turfjs/ownership
The text was updated successfully, but these errors were encountered: