Skip to content

Commit 6d9a78e

Browse files
authored
Add @turf/directional-mean to @turf/turf (#3002)
1 parent 80cda0e commit 6d9a78e

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

packages/turf/index.ts

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ export { combine } from "@turf/combine";
4545
export { concave } from "@turf/concave";
4646
export { convex } from "@turf/convex";
4747
export { destination } from "@turf/destination";
48-
export { difference } from "@turf/difference"; // JSTS Module
49-
export { dissolve } from "@turf/dissolve"; // JSTS Sub-Model
48+
export { difference } from "@turf/difference";
49+
export { dissolve } from "@turf/dissolve";
5050
export { distance } from "@turf/distance";
5151
export { distanceWeight } from "@turf/distance-weight";
5252
export { ellipse } from "@turf/ellipse";
@@ -58,9 +58,9 @@ export { geojsonRbush } from "@turf/geojson-rbush";
5858
export { greatCircle } from "@turf/great-circle";
5959
export * from "@turf/helpers";
6060
export * as helpers from "@turf/helpers";
61-
export { hexGrid } from "@turf/hex-grid"; // JSTS Sub-Model
62-
export { interpolate } from "@turf/interpolate"; // JSTS Sub-Model
63-
export { intersect } from "@turf/intersect"; // JSTS Module
61+
export { hexGrid } from "@turf/hex-grid";
62+
export { interpolate } from "@turf/interpolate";
63+
export { intersect } from "@turf/intersect";
6464
export * from "@turf/invariant";
6565
export * as invariant from "@turf/invariant";
6666
export { isobands } from "@turf/isobands";
@@ -77,7 +77,7 @@ export { lineSlice } from "@turf/line-slice";
7777
export { lineSliceAlong } from "@turf/line-slice-along";
7878
export { lineSplit } from "@turf/line-split";
7979
export { lineToPolygon } from "@turf/line-to-polygon";
80-
export { mask } from "@turf/mask"; // JSTS Sub-Model
80+
export { mask } from "@turf/mask";
8181
export * from "@turf/meta";
8282
export * as meta from "@turf/meta";
8383
export { midpoint } from "@turf/midpoint";
@@ -101,7 +101,7 @@ export * as projection from "@turf/projection";
101101
export * from "@turf/quadrat-analysis";
102102
export * from "@turf/random";
103103
export * as random from "@turf/random";
104-
export { rectangleGrid } from "@turf/rectangle-grid"; // JSTS Sub-Model
104+
export { rectangleGrid } from "@turf/rectangle-grid";
105105
export { rewind } from "@turf/rewind";
106106
export { rhumbBearing } from "@turf/rhumb-bearing";
107107
export { rhumbDestination } from "@turf/rhumb-destination";
@@ -111,16 +111,17 @@ export { sector } from "@turf/sector";
111111
export { shortestPath } from "@turf/shortest-path";
112112
export { simplify } from "@turf/simplify";
113113
export { square } from "@turf/square";
114-
export { squareGrid } from "@turf/square-grid"; // JSTS Sub-Model
114+
export { squareGrid } from "@turf/square-grid";
115115
export { standardDeviationalEllipse } from "@turf/standard-deviational-ellipse";
116116
export { tag } from "@turf/tag";
117117
export { tesselate } from "@turf/tesselate";
118118
export { tin } from "@turf/tin";
119119
export { transformRotate } from "@turf/transform-rotate";
120120
export { transformScale } from "@turf/transform-scale";
121121
export { transformTranslate } from "@turf/transform-translate";
122-
export { triangleGrid } from "@turf/triangle-grid"; // JSTS Sub-Model
122+
export { triangleGrid } from "@turf/triangle-grid";
123123
export { truncate } from "@turf/truncate";
124-
export { union } from "@turf/union"; // JSTS Module
124+
export { union } from "@turf/union";
125125
export { unkinkPolygon } from "@turf/unkink-polygon";
126126
export { voronoi } from "@turf/voronoi";
127+
export { directionalMean } from "@turf/directional-mean";

packages/turf/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
"@turf/convex": "workspace:*",
133133
"@turf/destination": "workspace:*",
134134
"@turf/difference": "workspace:*",
135+
"@turf/directional-mean": "workspace:*",
135136
"@turf/dissolve": "workspace:*",
136137
"@turf/distance": "workspace:*",
137138
"@turf/distance-weight": "workspace:*",

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)