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.
@turf/clean-coords
@turf/interpolate
@turf/clusters-dbscan
special mention to this incredibly instructive and fun interactive map by @DenisCarriere 😎👏
@turf/clusters
getCluster
clusterEach
clusterReduce
@turf/boolean-point-on-line
@turf/boolean-overlap
@turf/boolean-overlaps
@turf/boolean-equal
centered
true
@turf/point-grid
True
MultiLineString
@turf/point-on-line
@turf/clusters-kmeans
@turf/clusters@4.5.2
segmentEach
segmentReduce
@turf/meta
turf-www
null
coordEach
coordReduce
bbox
id
geometry
@turf/helpers
@turf/truncate
@turf/line-split
splitter
@turf-mask
create-new-module
LICENSE
@turf/isobands
commonProperties
Twitter: https://twitter.com/DenisCarriere/status/892795618195890176 CC: @Turfjs/ownership
The text was updated successfully, but these errors were encountered:
DenisCarriere
No branches or pull requests
New minor release! Turf 4.6.0 🎉
TurfJS releases are being tracked using Milestones.
Contributors
🚀 New Modules
@turf/clean-coords
Removes redundant coordinates from any GeoJSON Geometry.(PR New module
@turf/clean-coords
#875 - Author @stebogit)@turf/interpolate
Takes a set of points and estimates their 'property' values on a grid using the Inverse Distance Weighting (IDW) method..(PR New module
@turf/interpolate
(proposal) #832 - Author @stebogit)@turf/clusters-dbscan
Takes a set of Points and partition them into clusters according to DBSCAN's data clustering algorithm.(PR Implement
@turf/clusters-dbscan
module #812 and Updates to @turf/clusters-dbscan #851 - Author @DenisCarriere)@turf/clusters
ProvidesgetCluster
,clusterEach
, andclusterReduce
functions.(PR New @turf/clusters module (getCluster, clusterEach, clusterReduce) #847 - Author @DenisCarriere)
@turf/boolean-point-on-line
Returns true if a point is on a line. Accepts a optional parameter to ignore the start and end vertices of the linestring.(PR Initial commit of booleanPointOnLine #858 - Author @rowanwins)
@turf/boolean-overlap
Takes two features and returns true or false whether or not they overlap, i.e. whether any pair of edges on the two polygons intersect. If thereare any edge intersections, the polygons overlap.
(PR New module
@turf/boolean-overlaps
#856 and Improvement for@turf/boolean-overlap
#868 - Author @stebogit @tcql)@turf/boolean-equal
Determine whether two geometries of the same type have identical X,Y coordinate values.(PR New module
@turf/boolean-equal
#869 - Author @stebogit @tcql)🏅 New Features/Enhancements
centered
param default totrue
in@turf/point-grid
(PR Set
centered
param default toTrue
#836 - Contributor @stebogit)MultiLineString
support for@turf/point-on-line
(PR Added MultiLineString support for @turf/point-on-line #838 - Contributor @stebogit)
@turf/clusters
=>@turf/clusters-kmeans
, plus adds deprecated warning message to@turf/clusters@4.5.2
(See Issue Cluster modules - New modules/features #845)
@turf/clusters-kmeans
(See Issue Change output type of clusters-kmeans #850 - Contributor @DenisCarriere)
segmentEach
andsegmentReduce
functions to@turf/meta
(See Issue Change output type of clusters-kmeans #850 - Contributor @DenisCarriere)
turf-www
; see Issue Test @example in TurfJS core #859(PR Fixed position of documentation.js '//addToMap' tag #857 + Docs updates #864 + Add DocumentationJS linting #870 - Contributor @DenisCarriere @stebogit)
null
Geometry support across TurfJS modules (See Issue Geometry null and bbox #853)(PR Support Null geometries #866 - Contributor @DenisCarriere)
coordEach
/coordReduce
(@turf/meta) 🎉(PR Include feature(Sub)Index in coordEach/Reduce (@turf/meta) #872 - Contributor @DenisCarriere)
bbox
andid
params plusgeometry
method to@turf/helpers
(PR Add bbox/id params & geometry method to
@turf/helpers
#877 - Contributor @DenisCarriere)🐛 Bug Fixes
@turf/truncate
to@turf/line-split
splitter
input to avoid approximation errors. Fixed lineSplit does not split a lineString if splitter is very close to a vertex point #852(PR Fixed issue #852 #855)
@turf-mask
error (See Issue turf-mask fails #837)(PR 🐛 Fix #837 - @turf-mask #865 - Contributor @thiagoxvo)
create-new-module
script error onLICENSE
file creation (See Issue Fix license template in create-new-module script #861)(commit df6986e)
@turf/isobands
error oncommonProperties
(See Issue Isobands commonProperites issue #831)(commit 1663f07)
Twitter: https://twitter.com/DenisCarriere/status/892795618195890176
CC: @Turfjs/ownership
The text was updated successfully, but these errors were encountered: