@@ -29,14 +29,15 @@ Below's an on going list of the Turf functions which currently exist inside the
2929- [ ] turf-great-circle
3030
3131## Coordinate Mutation
32+ - [ ] turf-clean-coords
3233- [ ] turf-flip
3334- [ ] turf-rewind
3435- [ ] turf-truncate
3536- ~~ round~~ use Math.round() instead
3637
3738## Transformation
3839- [ ] turf-bbox-clip
39- - [ ] turf-bezier
40+ - [ ] turf-bezier-spline
4041- [ ] turf-buffer
4142- [x] turf-circle
4243- [ ] turf-clone
@@ -49,17 +50,18 @@ Below's an on going list of the Turf functions which currently exist inside the
4950- [ ] turf-simplify
5051- [ ] turf-tesselate
5152- [ ] turf-transform-rotate
52- - [ ] turf-transform-scale
5353- [ ] turf-transform-translate
54+ - [ ] turf-transform-scale
5455- [ ] turf-union
56+ - [ ] turf-voronoi
5557
5658## Feature Conversion
5759- [ ] turf-combine
5860- [ ] turf-explode
5961- [ ] turf-flatten
60- - [ ] turf-linestring -to-polygon
62+ - [ ] turf-line -to-polygon
6163- [ ] turf-polygonize
62- - [ ] turf-polygon-to-linestring
64+ - [ ] turf-polygon-to-line
6365
6466## Misc
6567- [ ] turf-kinks
@@ -80,18 +82,16 @@ Below's an on going list of the Turf functions which currently exist inside the
8082## Helper
8183The helper functions are all part of the GeoJson module; this class contains unit conversion and additional functionality to help other calculations.
8284
85+ ## Random
86+ - [ ] turf-random-interpolate
87+ - [ ] turf-random-isobands
88+ - [ ] turf-random-isolines
89+ - [ ] turf-random-planepoint
90+ - [ ] turf-random-tin
91+
8392## Data
84- - [ ] turf-random
8593- [ ] turf-sample
8694
87- ## Interpolation
88- - [ ] turf-interpolate
89- - [ ] turf-isobands
90- - [ ] turf-isolines
91- - [ ] turf-tin
92- - [ ] turf-planepoint
93- - [ ] turf-idw
94-
9595## Joins
9696- [x] turf-inside // not in Turf
9797- [ ] turf-tag
@@ -141,14 +141,16 @@ All of these are already enforced in the GeoJson module
141141- [x] featureOf
142142
143143## Booleans
144- - [ ] turf-boolean-point-on-line
145144- [ ] turf-boolean-clockwise
146145- [ ] turf-boolean-contains
147146- [ ] turf-boolean-crosses
148147- [ ] turf-boolean-disjoint
149- - [ ] turf-boolean-overlap
150148- [ ] turf-boolean-equal
149+ - [ ] turf-boolean-overlap
151150- [ ] turf-boolean-parallel
151+ - [ ] turf-boolean-point-in-polygon
152+ - [ ] turf-boolean-point-on-line
153+ - [ ] turf-boolean-within
152154
153155## Unit Conversion
154156- [ ] bearingToAzimuth
@@ -161,6 +163,8 @@ All of these are already enforced in the GeoJson module
161163- [x] radiansToDegrees
162164- [ ] toMercator
163165- [ ] toWgs84
166+
167+ ## Others not documented?
164168- [ ] clusterEachCallback
165169- [ ] clusterReduceCallback
166170- [ ] removeEmptyPolygon
@@ -178,11 +182,6 @@ All of these are already enforced in the GeoJson module
178182- [ ] segmentEachCallback
179183- [ ] segmentReduceCallback
180184
181- ## Others not documented?
182- - [ ] turf-point-to-line-distance
183- - [ ] turf-nearest-point-to-line
184- - [ ] turf-shortest-path
185- - [ ] turf-voronoi
186185- [ ] turf-invariant
187186- [ ] turf-helpers
188187- [ ] turf-projection
0 commit comments