@turf/turf 7.3.4 → 7.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/cjs/index.cjs +3 -1
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/cjs/index.d.cts +1 -0
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +2 -0
- package/dist/esm/index.js.map +1 -1
- package/package.json +116 -115
- package/turf.min.js +1 -1
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ processing tasks with GeoJSON data and can be run on a server or in a browser.
|
|
|
7
7
|
|
|
8
8
|
<!-- This file is automatically generated. Please don't edit it directly:
|
|
9
9
|
if you find an error, edit the source file (likely index.js), and re-run
|
|
10
|
-
./scripts/generate-readmes in the turf project. -->
|
|
10
|
+
./scripts/generate-readmes.mts in the turf project. -->
|
|
11
11
|
|
|
12
12
|
---
|
|
13
13
|
|
package/dist/cjs/index.cjs
CHANGED
|
@@ -118,6 +118,7 @@ var _truncate = require('@turf/truncate');
|
|
|
118
118
|
var _union = require('@turf/union');
|
|
119
119
|
var _unkinkpolygon = require('@turf/unkink-polygon');
|
|
120
120
|
var _voronoi = require('@turf/voronoi');
|
|
121
|
+
var _directionalmean = require('@turf/directional-mean');
|
|
121
122
|
|
|
122
123
|
|
|
123
124
|
|
|
@@ -229,5 +230,6 @@ var _voronoi = require('@turf/voronoi');
|
|
|
229
230
|
|
|
230
231
|
|
|
231
232
|
|
|
232
|
-
|
|
233
|
+
|
|
234
|
+
exports.along = _along.along; exports.angle = _angle.angle; exports.area = _area.area; exports.bbox = _bbox.bbox; exports.bboxClip = _bboxclip.bboxClip; exports.bboxPolygon = _bboxpolygon.bboxPolygon; exports.bearing = _bearing.bearing; exports.bezierSpline = _bezierspline.bezierSpline; exports.booleanClockwise = _booleanclockwise.booleanClockwise; exports.booleanConcave = _booleanconcave.booleanConcave; exports.booleanContains = _booleancontains.booleanContains; exports.booleanCrosses = _booleancrosses.booleanCrosses; exports.booleanDisjoint = _booleandisjoint.booleanDisjoint; exports.booleanEqual = _booleanequal.booleanEqual; exports.booleanIntersects = _booleanintersects.booleanIntersects; exports.booleanOverlap = _booleanoverlap.booleanOverlap; exports.booleanParallel = _booleanparallel.booleanParallel; exports.booleanPointInPolygon = _booleanpointinpolygon.booleanPointInPolygon; exports.booleanPointOnLine = _booleanpointonline.booleanPointOnLine; exports.booleanTouches = _booleantouches.booleanTouches; exports.booleanValid = _booleanvalid.booleanValid; exports.booleanWithin = _booleanwithin.booleanWithin; exports.buffer = _buffer.buffer; exports.center = _center.center; exports.centerMean = _centermean.centerMean; exports.centerMedian = _centermedian.centerMedian; exports.centerOfMass = _centerofmass.centerOfMass; exports.centroid = _centroid.centroid; exports.circle = _circle.circle; exports.cleanCoords = _cleancoords.cleanCoords; exports.clusters = clusters; exports.clustersDbscan = _clustersdbscan.clustersDbscan; exports.clustersKmeans = _clusterskmeans.clustersKmeans; exports.collect = _collect.collect; exports.combine = _combine.combine; exports.concave = _concave.concave; exports.convex = _convex.convex; exports.destination = _destination.destination; exports.difference = _difference.difference; exports.directionalMean = _directionalmean.directionalMean; exports.dissolve = _dissolve.dissolve; exports.distance = _distance.distance; exports.distanceWeight = _distanceweight.distanceWeight; exports.ellipse = _ellipse.ellipse; exports.envelope = _envelope.envelope; exports.explode = _explode.explode; exports.flatten = _flatten.flatten; exports.flip = _flip.flip; exports.geojsonRbush = _geojsonrbush.geojsonRbush; exports.greatCircle = _greatcircle.greatCircle; exports.helpers = helpers; exports.hexGrid = _hexgrid.hexGrid; exports.interpolate = _interpolate.interpolate; exports.intersect = _intersect.intersect; exports.invariant = invariant; exports.isobands = _isobands.isobands; exports.isolines = _isolines.isolines; exports.kinks = _kinks.kinks; exports.length = _length.length; exports.lineArc = _linearc.lineArc; exports.lineChunk = _linechunk.lineChunk; exports.lineIntersect = _lineintersect.lineIntersect; exports.lineOffset = _lineoffset.lineOffset; exports.lineOverlap = _lineoverlap.lineOverlap; exports.lineSegment = _linesegment.lineSegment; exports.lineSlice = _lineslice.lineSlice; exports.lineSliceAlong = _lineslicealong.lineSliceAlong; exports.lineSplit = _linesplit.lineSplit; exports.lineToPolygon = _linetopolygon.lineToPolygon; exports.mask = _mask.mask; exports.meta = meta; exports.midpoint = _midpoint.midpoint; exports.moranIndex = _moranindex.moranIndex; exports.nearestPoint = _nearestpoint.nearestPoint; exports.nearestPointOnLine = _nearestpointonline.nearestPointOnLine; exports.nearestPointToLine = _nearestpointtoline.nearestPointToLine; exports.planepoint = _planepoint.planepoint; exports.pointGrid = _pointgrid.pointGrid; exports.pointOnFeature = _pointonfeature.pointOnFeature; exports.pointToLineDistance = _pointtolinedistance.pointToLineDistance; exports.pointToPolygonDistance = _pointtopolygondistance.pointToPolygonDistance; exports.pointsWithinPolygon = _pointswithinpolygon.pointsWithinPolygon; exports.polygonSmooth = _polygonsmooth.polygonSmooth; exports.polygonTangents = _polygontangents.polygonTangents; exports.polygonToLine = _polygontoline.polygonToLine; exports.polygonize = _polygonize.polygonize; exports.projection = projection; exports.random = random; exports.rectangleGrid = _rectanglegrid.rectangleGrid; exports.rewind = _rewind.rewind; exports.rhumbBearing = _rhumbbearing.rhumbBearing; exports.rhumbDestination = _rhumbdestination.rhumbDestination; exports.rhumbDistance = _rhumbdistance.rhumbDistance; exports.sample = _sample.sample; exports.sector = _sector.sector; exports.shortestPath = _shortestpath.shortestPath; exports.simplify = _simplify.simplify; exports.square = _square.square; exports.squareGrid = _squaregrid.squareGrid; exports.standardDeviationalEllipse = _standarddeviationalellipse.standardDeviationalEllipse; exports.tag = _tag.tag; exports.tesselate = _tesselate.tesselate; exports.tin = _tin.tin; exports.transformRotate = _transformrotate.transformRotate; exports.transformScale = _transformscale.transformScale; exports.transformTranslate = _transformtranslate.transformTranslate; exports.triangleGrid = _trianglegrid.triangleGrid; exports.truncate = _truncate.truncate; exports.union = _union.union; exports.unkinkPolygon = _unkinkpolygon.unkinkPolygon; exports.voronoi = _voronoi.voronoi;
|
|
233
235
|
//# sourceMappingURL=index.cjs.map
|
package/dist/cjs/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["/home/runner/work/turf/turf/packages/turf/dist/cjs/index.cjs","../../index.ts"],"names":[],"mappings":"AAAA;ACOA,oCAAsB;AACtB,oCAAsB;AACtB,kCAAqB;AACrB,kCAAqB;AACrB,2CAAyB;AACzB,iDAA4B;AAC5B,wCAAwB;AACxB,mDAA6B;AAC7B,2DAAiC;AACjC,uDAA+B;AAC/B,yDAAgC;AAChC,uDAA+B;AAC/B,yDAAgC;AAChC,mDAA6B;AAC7B,6DAAkC;AAClC,uDAA+B;AAC/B,yDAAgC;AAChC,uEAAsC;AACtC,iEAAmC;AACnC,uDAA+B;AAC/B,mDAA6B;AAC7B,qDAA8B;AAC9B,sCAAuB;AACvB,sCAAuB;AACvB,+CAA2B;AAC3B,mDAA6B;AAC7B,oDAA6B;AAC7B,0CAAyB;AACzB,sCAAuB;AACvB,iDAA4B;AAC5B,+DAAc;AACd,2HAAc;AACd;AACA,uDAA+B;AAC/B,uDAA+B;AAC/B,wCAAwB;AACxB,wCAAwB;AACxB,wCAAwB;AACxB,sCAAuB;AACvB,gDAA4B;AAC5B,8CAA2B;AAC3B,0CAAyB;AACzB,0CAAyB;AACzB,uDAA+B;AAC/B,wCAAwB;AACxB,0CAAyB;AACzB,wCAAwB;AACxB,wCAAwB;AACxB,kCAAqB;AACrB,mDAA6B;AAC7B,iDAA4B;AAC5B,sHAAc;AACd;AACA,yCAAwB;AACxB,gDAA4B;AAC5B,4CAA0B;AAC1B,gIAAc;AACd;AACA,0CAAyB;AACzB,0CAAyB;AACzB,oCAAsB;AACtB,sCAAuB;AACvB,yCAAwB;AACxB,6CAA0B;AAC1B,qDAA8B;AAC9B,+CAA2B;AAC3B,iDAA4B;AAC5B,iDAA4B;AAC5B,6CAA0B;AAC1B,wDAA+B;AAC/B,6CAA0B;AAC1B,sDAA8B;AAC9B,kCAAqB;AACrB,uGAAc;AACd;AACA,0CAAyB;AACzB,+CAA2B;AAC3B,uHAAc;AACd,mDAA6B;AAC7B,iEAAmC;AACnC,iEAAmC;AACnC,8CAA2B;AAC3B,6CAA0B;AAC1B,wDAA+B;AAC/B,kEAAoC;AACpC,mEAAoC;AACpC,yEAAuC;AACvC,8CAA2B;AAC3B,qDAA8B;AAC9B,yDAAgC;AAChC,sDAA8B;AAC9B,qIAAc;AACd;AACA,8FAAc;AACd,iHAAc;AACd;AACA,qDAA8B;AAC9B,sCAAuB;AACvB,mDAA6B;AAC7B,2DAAiC;AACjC,qDAA8B;AAC9B,sCAAuB;AACvB,sCAAuB;AACvB,mDAA6B;AAC7B,0CAAyB;AACzB,sCAAuB;AACvB,+CAA2B;AAC3B,gFAA2C;AAC3C,gCAAoB;AACpB,4CAA0B;AAC1B,gCAAoB;AACpB,yDAAgC;AAChC,uDAA+B;AAC/B,+DAAmC;AACnC,mDAA6B;AAC7B,0CAAyB;AACzB,oCAAsB;AACtB,qDAA8B;AAC9B,wCAAwB;
|
|
1
|
+
{"version":3,"sources":["/home/runner/work/turf/turf/packages/turf/dist/cjs/index.cjs","../../index.ts"],"names":[],"mappings":"AAAA;ACOA,oCAAsB;AACtB,oCAAsB;AACtB,kCAAqB;AACrB,kCAAqB;AACrB,2CAAyB;AACzB,iDAA4B;AAC5B,wCAAwB;AACxB,mDAA6B;AAC7B,2DAAiC;AACjC,uDAA+B;AAC/B,yDAAgC;AAChC,uDAA+B;AAC/B,yDAAgC;AAChC,mDAA6B;AAC7B,6DAAkC;AAClC,uDAA+B;AAC/B,yDAAgC;AAChC,uEAAsC;AACtC,iEAAmC;AACnC,uDAA+B;AAC/B,mDAA6B;AAC7B,qDAA8B;AAC9B,sCAAuB;AACvB,sCAAuB;AACvB,+CAA2B;AAC3B,mDAA6B;AAC7B,oDAA6B;AAC7B,0CAAyB;AACzB,sCAAuB;AACvB,iDAA4B;AAC5B,+DAAc;AACd,2HAAc;AACd;AACA,uDAA+B;AAC/B,uDAA+B;AAC/B,wCAAwB;AACxB,wCAAwB;AACxB,wCAAwB;AACxB,sCAAuB;AACvB,gDAA4B;AAC5B,8CAA2B;AAC3B,0CAAyB;AACzB,0CAAyB;AACzB,uDAA+B;AAC/B,wCAAwB;AACxB,0CAAyB;AACzB,wCAAwB;AACxB,wCAAwB;AACxB,kCAAqB;AACrB,mDAA6B;AAC7B,iDAA4B;AAC5B,sHAAc;AACd;AACA,yCAAwB;AACxB,gDAA4B;AAC5B,4CAA0B;AAC1B,gIAAc;AACd;AACA,0CAAyB;AACzB,0CAAyB;AACzB,oCAAsB;AACtB,sCAAuB;AACvB,yCAAwB;AACxB,6CAA0B;AAC1B,qDAA8B;AAC9B,+CAA2B;AAC3B,iDAA4B;AAC5B,iDAA4B;AAC5B,6CAA0B;AAC1B,wDAA+B;AAC/B,6CAA0B;AAC1B,sDAA8B;AAC9B,kCAAqB;AACrB,uGAAc;AACd;AACA,0CAAyB;AACzB,+CAA2B;AAC3B,uHAAc;AACd,mDAA6B;AAC7B,iEAAmC;AACnC,iEAAmC;AACnC,8CAA2B;AAC3B,6CAA0B;AAC1B,wDAA+B;AAC/B,kEAAoC;AACpC,mEAAoC;AACpC,yEAAuC;AACvC,8CAA2B;AAC3B,qDAA8B;AAC9B,yDAAgC;AAChC,sDAA8B;AAC9B,qIAAc;AACd;AACA,8FAAc;AACd,iHAAc;AACd;AACA,qDAA8B;AAC9B,sCAAuB;AACvB,mDAA6B;AAC7B,2DAAiC;AACjC,qDAA8B;AAC9B,sCAAuB;AACvB,sCAAuB;AACvB,mDAA6B;AAC7B,0CAAyB;AACzB,sCAAuB;AACvB,+CAA2B;AAC3B,gFAA2C;AAC3C,gCAAoB;AACpB,4CAA0B;AAC1B,gCAAoB;AACpB,yDAAgC;AAChC,uDAA+B;AAC/B,+DAAmC;AACnC,mDAA6B;AAC7B,0CAAyB;AACzB,oCAAsB;AACtB,qDAA8B;AAC9B,wCAAwB;AACxB,yDAAgC;ADLhC;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,ugKAAC","file":"/home/runner/work/turf/turf/packages/turf/dist/cjs/index.cjs","sourcesContent":[null,"/**\n * Turf is a modular geospatial analysis engine written in JavaScript. It performs geospatial\n * processing tasks with GeoJSON data and can be run on a server or in a browser.\n *\n * @module turf\n * @summary Geospatial analysis for JavaScript\n */\nexport { along } from \"@turf/along\";\nexport { angle } from \"@turf/angle\";\nexport { area } from \"@turf/area\";\nexport { bbox } from \"@turf/bbox\";\nexport { bboxClip } from \"@turf/bbox-clip\";\nexport { bboxPolygon } from \"@turf/bbox-polygon\";\nexport { bearing } from \"@turf/bearing\";\nexport { bezierSpline } from \"@turf/bezier-spline\";\nexport { booleanClockwise } from \"@turf/boolean-clockwise\";\nexport { booleanConcave } from \"@turf/boolean-concave\";\nexport { booleanContains } from \"@turf/boolean-contains\";\nexport { booleanCrosses } from \"@turf/boolean-crosses\";\nexport { booleanDisjoint } from \"@turf/boolean-disjoint\";\nexport { booleanEqual } from \"@turf/boolean-equal\";\nexport { booleanIntersects } from \"@turf/boolean-intersects\";\nexport { booleanOverlap } from \"@turf/boolean-overlap\";\nexport { booleanParallel } from \"@turf/boolean-parallel\";\nexport { booleanPointInPolygon } from \"@turf/boolean-point-in-polygon\";\nexport { booleanPointOnLine } from \"@turf/boolean-point-on-line\";\nexport { booleanTouches } from \"@turf/boolean-touches\";\nexport { booleanValid } from \"@turf/boolean-valid\";\nexport { booleanWithin } from \"@turf/boolean-within\";\nexport { buffer } from \"@turf/buffer\"; // JSTS Module\nexport { center } from \"@turf/center\";\nexport { centerMean } from \"@turf/center-mean\";\nexport { centerMedian } from \"@turf/center-median\";\nexport { centerOfMass } from \"@turf/center-of-mass\";\nexport { centroid } from \"@turf/centroid\";\nexport { circle } from \"@turf/circle\";\nexport { cleanCoords } from \"@turf/clean-coords\";\nexport * from \"@turf/clone\";\nexport * from \"@turf/clusters\";\nexport * as clusters from \"@turf/clusters\";\nexport { clustersDbscan } from \"@turf/clusters-dbscan\";\nexport { clustersKmeans } from \"@turf/clusters-kmeans\";\nexport { collect } from \"@turf/collect\";\nexport { combine } from \"@turf/combine\";\nexport { concave } from \"@turf/concave\";\nexport { convex } from \"@turf/convex\";\nexport { destination } from \"@turf/destination\";\nexport { difference } from \"@turf/difference\";\nexport { dissolve } from \"@turf/dissolve\";\nexport { distance } from \"@turf/distance\";\nexport { distanceWeight } from \"@turf/distance-weight\";\nexport { ellipse } from \"@turf/ellipse\";\nexport { envelope } from \"@turf/envelope\";\nexport { explode } from \"@turf/explode\";\nexport { flatten } from \"@turf/flatten\";\nexport { flip } from \"@turf/flip\";\nexport { geojsonRbush } from \"@turf/geojson-rbush\";\nexport { greatCircle } from \"@turf/great-circle\";\nexport * from \"@turf/helpers\";\nexport * as helpers from \"@turf/helpers\";\nexport { hexGrid } from \"@turf/hex-grid\";\nexport { interpolate } from \"@turf/interpolate\";\nexport { intersect } from \"@turf/intersect\";\nexport * from \"@turf/invariant\";\nexport * as invariant from \"@turf/invariant\";\nexport { isobands } from \"@turf/isobands\";\nexport { isolines } from \"@turf/isolines\";\nexport { kinks } from \"@turf/kinks\";\nexport { length } from \"@turf/length\";\nexport { lineArc } from \"@turf/line-arc\";\nexport { lineChunk } from \"@turf/line-chunk\";\nexport { lineIntersect } from \"@turf/line-intersect\";\nexport { lineOffset } from \"@turf/line-offset\";\nexport { lineOverlap } from \"@turf/line-overlap\";\nexport { lineSegment } from \"@turf/line-segment\";\nexport { lineSlice } from \"@turf/line-slice\";\nexport { lineSliceAlong } from \"@turf/line-slice-along\";\nexport { lineSplit } from \"@turf/line-split\";\nexport { lineToPolygon } from \"@turf/line-to-polygon\";\nexport { mask } from \"@turf/mask\";\nexport * from \"@turf/meta\";\nexport * as meta from \"@turf/meta\";\nexport { midpoint } from \"@turf/midpoint\";\nexport { moranIndex } from \"@turf/moran-index\";\nexport * from \"@turf/nearest-neighbor-analysis\";\nexport { nearestPoint } from \"@turf/nearest-point\";\nexport { nearestPointOnLine } from \"@turf/nearest-point-on-line\";\nexport { nearestPointToLine } from \"@turf/nearest-point-to-line\";\nexport { planepoint } from \"@turf/planepoint\";\nexport { pointGrid } from \"@turf/point-grid\";\nexport { pointOnFeature } from \"@turf/point-on-feature\";\nexport { pointsWithinPolygon } from \"@turf/points-within-polygon\";\nexport { pointToLineDistance } from \"@turf/point-to-line-distance\";\nexport { pointToPolygonDistance } from \"@turf/point-to-polygon-distance\";\nexport { polygonize } from \"@turf/polygonize\";\nexport { polygonSmooth } from \"@turf/polygon-smooth\";\nexport { polygonTangents } from \"@turf/polygon-tangents\";\nexport { polygonToLine } from \"@turf/polygon-to-line\";\nexport * from \"@turf/projection\";\nexport * as projection from \"@turf/projection\";\nexport * from \"@turf/quadrat-analysis\";\nexport * from \"@turf/random\";\nexport * as random from \"@turf/random\";\nexport { rectangleGrid } from \"@turf/rectangle-grid\";\nexport { rewind } from \"@turf/rewind\";\nexport { rhumbBearing } from \"@turf/rhumb-bearing\";\nexport { rhumbDestination } from \"@turf/rhumb-destination\";\nexport { rhumbDistance } from \"@turf/rhumb-distance\";\nexport { sample } from \"@turf/sample\";\nexport { sector } from \"@turf/sector\";\nexport { shortestPath } from \"@turf/shortest-path\";\nexport { simplify } from \"@turf/simplify\";\nexport { square } from \"@turf/square\";\nexport { squareGrid } from \"@turf/square-grid\";\nexport { standardDeviationalEllipse } from \"@turf/standard-deviational-ellipse\";\nexport { tag } from \"@turf/tag\";\nexport { tesselate } from \"@turf/tesselate\";\nexport { tin } from \"@turf/tin\";\nexport { transformRotate } from \"@turf/transform-rotate\";\nexport { transformScale } from \"@turf/transform-scale\";\nexport { transformTranslate } from \"@turf/transform-translate\";\nexport { triangleGrid } from \"@turf/triangle-grid\";\nexport { truncate } from \"@turf/truncate\";\nexport { union } from \"@turf/union\";\nexport { unkinkPolygon } from \"@turf/unkink-polygon\";\nexport { voronoi } from \"@turf/voronoi\";\nexport { directionalMean } from \"@turf/directional-mean\";\n"]}
|
package/dist/cjs/index.d.cts
CHANGED
package/dist/esm/index.d.ts
CHANGED
package/dist/esm/index.js
CHANGED
|
@@ -118,6 +118,7 @@ import { truncate } from "@turf/truncate";
|
|
|
118
118
|
import { union } from "@turf/union";
|
|
119
119
|
import { unkinkPolygon } from "@turf/unkink-polygon";
|
|
120
120
|
import { voronoi } from "@turf/voronoi";
|
|
121
|
+
import { directionalMean } from "@turf/directional-mean";
|
|
121
122
|
export {
|
|
122
123
|
along,
|
|
123
124
|
angle,
|
|
@@ -158,6 +159,7 @@ export {
|
|
|
158
159
|
convex,
|
|
159
160
|
destination,
|
|
160
161
|
difference,
|
|
162
|
+
directionalMean,
|
|
161
163
|
dissolve,
|
|
162
164
|
distance,
|
|
163
165
|
distanceWeight,
|
package/dist/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../index.ts"],"sourcesContent":["/**\n * Turf is a modular geospatial analysis engine written in JavaScript. It performs geospatial\n * processing tasks with GeoJSON data and can be run on a server or in a browser.\n *\n * @module turf\n * @summary Geospatial analysis for JavaScript\n */\nexport { along } from \"@turf/along\";\nexport { angle } from \"@turf/angle\";\nexport { area } from \"@turf/area\";\nexport { bbox } from \"@turf/bbox\";\nexport { bboxClip } from \"@turf/bbox-clip\";\nexport { bboxPolygon } from \"@turf/bbox-polygon\";\nexport { bearing } from \"@turf/bearing\";\nexport { bezierSpline } from \"@turf/bezier-spline\";\nexport { booleanClockwise } from \"@turf/boolean-clockwise\";\nexport { booleanConcave } from \"@turf/boolean-concave\";\nexport { booleanContains } from \"@turf/boolean-contains\";\nexport { booleanCrosses } from \"@turf/boolean-crosses\";\nexport { booleanDisjoint } from \"@turf/boolean-disjoint\";\nexport { booleanEqual } from \"@turf/boolean-equal\";\nexport { booleanIntersects } from \"@turf/boolean-intersects\";\nexport { booleanOverlap } from \"@turf/boolean-overlap\";\nexport { booleanParallel } from \"@turf/boolean-parallel\";\nexport { booleanPointInPolygon } from \"@turf/boolean-point-in-polygon\";\nexport { booleanPointOnLine } from \"@turf/boolean-point-on-line\";\nexport { booleanTouches } from \"@turf/boolean-touches\";\nexport { booleanValid } from \"@turf/boolean-valid\";\nexport { booleanWithin } from \"@turf/boolean-within\";\nexport { buffer } from \"@turf/buffer\"; // JSTS Module\nexport { center } from \"@turf/center\";\nexport { centerMean } from \"@turf/center-mean\";\nexport { centerMedian } from \"@turf/center-median\";\nexport { centerOfMass } from \"@turf/center-of-mass\";\nexport { centroid } from \"@turf/centroid\";\nexport { circle } from \"@turf/circle\";\nexport { cleanCoords } from \"@turf/clean-coords\";\nexport * from \"@turf/clone\";\nexport * from \"@turf/clusters\";\nexport * as clusters from \"@turf/clusters\";\nexport { clustersDbscan } from \"@turf/clusters-dbscan\";\nexport { clustersKmeans } from \"@turf/clusters-kmeans\";\nexport { collect } from \"@turf/collect\";\nexport { combine } from \"@turf/combine\";\nexport { concave } from \"@turf/concave\";\nexport { convex } from \"@turf/convex\";\nexport { destination } from \"@turf/destination\";\nexport { difference } from \"@turf/difference\"
|
|
1
|
+
{"version":3,"sources":["../../index.ts"],"sourcesContent":["/**\n * Turf is a modular geospatial analysis engine written in JavaScript. It performs geospatial\n * processing tasks with GeoJSON data and can be run on a server or in a browser.\n *\n * @module turf\n * @summary Geospatial analysis for JavaScript\n */\nexport { along } from \"@turf/along\";\nexport { angle } from \"@turf/angle\";\nexport { area } from \"@turf/area\";\nexport { bbox } from \"@turf/bbox\";\nexport { bboxClip } from \"@turf/bbox-clip\";\nexport { bboxPolygon } from \"@turf/bbox-polygon\";\nexport { bearing } from \"@turf/bearing\";\nexport { bezierSpline } from \"@turf/bezier-spline\";\nexport { booleanClockwise } from \"@turf/boolean-clockwise\";\nexport { booleanConcave } from \"@turf/boolean-concave\";\nexport { booleanContains } from \"@turf/boolean-contains\";\nexport { booleanCrosses } from \"@turf/boolean-crosses\";\nexport { booleanDisjoint } from \"@turf/boolean-disjoint\";\nexport { booleanEqual } from \"@turf/boolean-equal\";\nexport { booleanIntersects } from \"@turf/boolean-intersects\";\nexport { booleanOverlap } from \"@turf/boolean-overlap\";\nexport { booleanParallel } from \"@turf/boolean-parallel\";\nexport { booleanPointInPolygon } from \"@turf/boolean-point-in-polygon\";\nexport { booleanPointOnLine } from \"@turf/boolean-point-on-line\";\nexport { booleanTouches } from \"@turf/boolean-touches\";\nexport { booleanValid } from \"@turf/boolean-valid\";\nexport { booleanWithin } from \"@turf/boolean-within\";\nexport { buffer } from \"@turf/buffer\"; // JSTS Module\nexport { center } from \"@turf/center\";\nexport { centerMean } from \"@turf/center-mean\";\nexport { centerMedian } from \"@turf/center-median\";\nexport { centerOfMass } from \"@turf/center-of-mass\";\nexport { centroid } from \"@turf/centroid\";\nexport { circle } from \"@turf/circle\";\nexport { cleanCoords } from \"@turf/clean-coords\";\nexport * from \"@turf/clone\";\nexport * from \"@turf/clusters\";\nexport * as clusters from \"@turf/clusters\";\nexport { clustersDbscan } from \"@turf/clusters-dbscan\";\nexport { clustersKmeans } from \"@turf/clusters-kmeans\";\nexport { collect } from \"@turf/collect\";\nexport { combine } from \"@turf/combine\";\nexport { concave } from \"@turf/concave\";\nexport { convex } from \"@turf/convex\";\nexport { destination } from \"@turf/destination\";\nexport { difference } from \"@turf/difference\";\nexport { dissolve } from \"@turf/dissolve\";\nexport { distance } from \"@turf/distance\";\nexport { distanceWeight } from \"@turf/distance-weight\";\nexport { ellipse } from \"@turf/ellipse\";\nexport { envelope } from \"@turf/envelope\";\nexport { explode } from \"@turf/explode\";\nexport { flatten } from \"@turf/flatten\";\nexport { flip } from \"@turf/flip\";\nexport { geojsonRbush } from \"@turf/geojson-rbush\";\nexport { greatCircle } from \"@turf/great-circle\";\nexport * from \"@turf/helpers\";\nexport * as helpers from \"@turf/helpers\";\nexport { hexGrid } from \"@turf/hex-grid\";\nexport { interpolate } from \"@turf/interpolate\";\nexport { intersect } from \"@turf/intersect\";\nexport * from \"@turf/invariant\";\nexport * as invariant from \"@turf/invariant\";\nexport { isobands } from \"@turf/isobands\";\nexport { isolines } from \"@turf/isolines\";\nexport { kinks } from \"@turf/kinks\";\nexport { length } from \"@turf/length\";\nexport { lineArc } from \"@turf/line-arc\";\nexport { lineChunk } from \"@turf/line-chunk\";\nexport { lineIntersect } from \"@turf/line-intersect\";\nexport { lineOffset } from \"@turf/line-offset\";\nexport { lineOverlap } from \"@turf/line-overlap\";\nexport { lineSegment } from \"@turf/line-segment\";\nexport { lineSlice } from \"@turf/line-slice\";\nexport { lineSliceAlong } from \"@turf/line-slice-along\";\nexport { lineSplit } from \"@turf/line-split\";\nexport { lineToPolygon } from \"@turf/line-to-polygon\";\nexport { mask } from \"@turf/mask\";\nexport * from \"@turf/meta\";\nexport * as meta from \"@turf/meta\";\nexport { midpoint } from \"@turf/midpoint\";\nexport { moranIndex } from \"@turf/moran-index\";\nexport * from \"@turf/nearest-neighbor-analysis\";\nexport { nearestPoint } from \"@turf/nearest-point\";\nexport { nearestPointOnLine } from \"@turf/nearest-point-on-line\";\nexport { nearestPointToLine } from \"@turf/nearest-point-to-line\";\nexport { planepoint } from \"@turf/planepoint\";\nexport { pointGrid } from \"@turf/point-grid\";\nexport { pointOnFeature } from \"@turf/point-on-feature\";\nexport { pointsWithinPolygon } from \"@turf/points-within-polygon\";\nexport { pointToLineDistance } from \"@turf/point-to-line-distance\";\nexport { pointToPolygonDistance } from \"@turf/point-to-polygon-distance\";\nexport { polygonize } from \"@turf/polygonize\";\nexport { polygonSmooth } from \"@turf/polygon-smooth\";\nexport { polygonTangents } from \"@turf/polygon-tangents\";\nexport { polygonToLine } from \"@turf/polygon-to-line\";\nexport * from \"@turf/projection\";\nexport * as projection from \"@turf/projection\";\nexport * from \"@turf/quadrat-analysis\";\nexport * from \"@turf/random\";\nexport * as random from \"@turf/random\";\nexport { rectangleGrid } from \"@turf/rectangle-grid\";\nexport { rewind } from \"@turf/rewind\";\nexport { rhumbBearing } from \"@turf/rhumb-bearing\";\nexport { rhumbDestination } from \"@turf/rhumb-destination\";\nexport { rhumbDistance } from \"@turf/rhumb-distance\";\nexport { sample } from \"@turf/sample\";\nexport { sector } from \"@turf/sector\";\nexport { shortestPath } from \"@turf/shortest-path\";\nexport { simplify } from \"@turf/simplify\";\nexport { square } from \"@turf/square\";\nexport { squareGrid } from \"@turf/square-grid\";\nexport { standardDeviationalEllipse } from \"@turf/standard-deviational-ellipse\";\nexport { tag } from \"@turf/tag\";\nexport { tesselate } from \"@turf/tesselate\";\nexport { tin } from \"@turf/tin\";\nexport { transformRotate } from \"@turf/transform-rotate\";\nexport { transformScale } from \"@turf/transform-scale\";\nexport { transformTranslate } from \"@turf/transform-translate\";\nexport { triangleGrid } from \"@turf/triangle-grid\";\nexport { truncate } from \"@turf/truncate\";\nexport { union } from \"@turf/union\";\nexport { unkinkPolygon } from \"@turf/unkink-polygon\";\nexport { voronoi } from \"@turf/voronoi\";\nexport { directionalMean } from \"@turf/directional-mean\";\n"],"mappings":"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","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@turf/turf",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.5",
|
|
4
4
|
"description": "a JavaScript library for performing geospatial operations with GeoJSON",
|
|
5
5
|
"author": "Turf Authors",
|
|
6
6
|
"license": "MIT",
|
|
@@ -92,122 +92,123 @@
|
|
|
92
92
|
"typescript": "^5.8.3"
|
|
93
93
|
},
|
|
94
94
|
"dependencies": {
|
|
95
|
-
"@turf/along": "7.3.
|
|
96
|
-
"@turf/angle": "7.3.
|
|
97
|
-
"@turf/area": "7.3.
|
|
98
|
-
"@turf/bbox": "7.3.
|
|
99
|
-
"@turf/bbox-clip": "7.3.
|
|
100
|
-
"@turf/bbox-polygon": "7.3.
|
|
101
|
-
"@turf/bearing": "7.3.
|
|
102
|
-
"@turf/bezier-spline": "7.3.
|
|
103
|
-
"@turf/boolean-clockwise": "7.3.
|
|
104
|
-
"@turf/boolean-concave": "7.3.
|
|
105
|
-
"@turf/boolean-contains": "7.3.
|
|
106
|
-
"@turf/boolean-crosses": "7.3.
|
|
107
|
-
"@turf/boolean-disjoint": "7.3.
|
|
108
|
-
"@turf/boolean-equal": "7.3.
|
|
109
|
-
"@turf/boolean-intersects": "7.3.
|
|
110
|
-
"@turf/boolean-overlap": "7.3.
|
|
111
|
-
"@turf/boolean-parallel": "7.3.
|
|
112
|
-
"@turf/boolean-point-in-polygon": "7.3.
|
|
113
|
-
"@turf/boolean-point-on-line": "7.3.
|
|
114
|
-
"@turf/boolean-touches": "7.3.
|
|
115
|
-
"@turf/boolean-valid": "7.3.
|
|
116
|
-
"@turf/boolean-within": "7.3.
|
|
117
|
-
"@turf/buffer": "7.3.
|
|
118
|
-
"@turf/center": "7.3.
|
|
119
|
-
"@turf/center-mean": "7.3.
|
|
120
|
-
"@turf/center-median": "7.3.
|
|
121
|
-
"@turf/center-of-mass": "7.3.
|
|
122
|
-
"@turf/centroid": "7.3.
|
|
123
|
-
"@turf/circle": "7.3.
|
|
124
|
-
"@turf/clean-coords": "7.3.
|
|
125
|
-
"@turf/clone": "7.3.
|
|
126
|
-
"@turf/clusters": "7.3.
|
|
127
|
-
"@turf/clusters-dbscan": "7.3.
|
|
128
|
-
"@turf/clusters-kmeans": "7.3.
|
|
129
|
-
"@turf/collect": "7.3.
|
|
130
|
-
"@turf/combine": "7.3.
|
|
131
|
-
"@turf/concave": "7.3.
|
|
132
|
-
"@turf/convex": "7.3.
|
|
133
|
-
"@turf/destination": "7.3.
|
|
134
|
-
"@turf/difference": "7.3.
|
|
135
|
-
"@turf/
|
|
136
|
-
"@turf/
|
|
137
|
-
"@turf/distance
|
|
138
|
-
"@turf/
|
|
139
|
-
"@turf/
|
|
140
|
-
"@turf/
|
|
141
|
-
"@turf/
|
|
142
|
-
"@turf/
|
|
143
|
-
"@turf/
|
|
144
|
-
"@turf/
|
|
145
|
-
"@turf/
|
|
146
|
-
"@turf/
|
|
147
|
-
"@turf/
|
|
148
|
-
"@turf/
|
|
149
|
-
"@turf/
|
|
150
|
-
"@turf/
|
|
151
|
-
"@turf/
|
|
152
|
-
"@turf/
|
|
153
|
-
"@turf/
|
|
154
|
-
"@turf/
|
|
155
|
-
"@turf/line-
|
|
156
|
-
"@turf/line-
|
|
157
|
-
"@turf/line-
|
|
158
|
-
"@turf/line-
|
|
159
|
-
"@turf/line-
|
|
160
|
-
"@turf/line-
|
|
161
|
-
"@turf/line-slice
|
|
162
|
-
"@turf/line-
|
|
163
|
-
"@turf/line-
|
|
164
|
-
"@turf/
|
|
165
|
-
"@turf/
|
|
166
|
-
"@turf/
|
|
167
|
-
"@turf/
|
|
168
|
-
"@turf/
|
|
169
|
-
"@turf/nearest-
|
|
170
|
-
"@turf/nearest-point
|
|
171
|
-
"@turf/nearest-point-
|
|
172
|
-
"@turf/
|
|
173
|
-
"@turf/
|
|
174
|
-
"@turf/point-
|
|
175
|
-
"@turf/point-
|
|
176
|
-
"@turf/point-to-
|
|
177
|
-
"@turf/
|
|
178
|
-
"@turf/polygon
|
|
179
|
-
"@turf/polygon-
|
|
180
|
-
"@turf/polygon-
|
|
181
|
-
"@turf/
|
|
182
|
-
"@turf/
|
|
183
|
-
"@turf/
|
|
184
|
-
"@turf/
|
|
185
|
-
"@turf/
|
|
186
|
-
"@turf/
|
|
187
|
-
"@turf/
|
|
188
|
-
"@turf/rhumb-
|
|
189
|
-
"@turf/rhumb-
|
|
190
|
-
"@turf/
|
|
191
|
-
"@turf/
|
|
192
|
-
"@turf/
|
|
193
|
-
"@turf/
|
|
194
|
-
"@turf/
|
|
195
|
-
"@turf/square
|
|
196
|
-
"@turf/
|
|
197
|
-
"@turf/
|
|
198
|
-
"@turf/
|
|
199
|
-
"@turf/
|
|
200
|
-
"@turf/
|
|
201
|
-
"@turf/transform-
|
|
202
|
-
"@turf/transform-
|
|
203
|
-
"@turf/
|
|
204
|
-
"@turf/
|
|
205
|
-
"@turf/
|
|
206
|
-
"@turf/
|
|
207
|
-
"@turf/
|
|
95
|
+
"@turf/along": "7.3.5",
|
|
96
|
+
"@turf/angle": "7.3.5",
|
|
97
|
+
"@turf/area": "7.3.5",
|
|
98
|
+
"@turf/bbox": "7.3.5",
|
|
99
|
+
"@turf/bbox-clip": "7.3.5",
|
|
100
|
+
"@turf/bbox-polygon": "7.3.5",
|
|
101
|
+
"@turf/bearing": "7.3.5",
|
|
102
|
+
"@turf/bezier-spline": "7.3.5",
|
|
103
|
+
"@turf/boolean-clockwise": "7.3.5",
|
|
104
|
+
"@turf/boolean-concave": "7.3.5",
|
|
105
|
+
"@turf/boolean-contains": "7.3.5",
|
|
106
|
+
"@turf/boolean-crosses": "7.3.5",
|
|
107
|
+
"@turf/boolean-disjoint": "7.3.5",
|
|
108
|
+
"@turf/boolean-equal": "7.3.5",
|
|
109
|
+
"@turf/boolean-intersects": "7.3.5",
|
|
110
|
+
"@turf/boolean-overlap": "7.3.5",
|
|
111
|
+
"@turf/boolean-parallel": "7.3.5",
|
|
112
|
+
"@turf/boolean-point-in-polygon": "7.3.5",
|
|
113
|
+
"@turf/boolean-point-on-line": "7.3.5",
|
|
114
|
+
"@turf/boolean-touches": "7.3.5",
|
|
115
|
+
"@turf/boolean-valid": "7.3.5",
|
|
116
|
+
"@turf/boolean-within": "7.3.5",
|
|
117
|
+
"@turf/buffer": "7.3.5",
|
|
118
|
+
"@turf/center": "7.3.5",
|
|
119
|
+
"@turf/center-mean": "7.3.5",
|
|
120
|
+
"@turf/center-median": "7.3.5",
|
|
121
|
+
"@turf/center-of-mass": "7.3.5",
|
|
122
|
+
"@turf/centroid": "7.3.5",
|
|
123
|
+
"@turf/circle": "7.3.5",
|
|
124
|
+
"@turf/clean-coords": "7.3.5",
|
|
125
|
+
"@turf/clone": "7.3.5",
|
|
126
|
+
"@turf/clusters": "7.3.5",
|
|
127
|
+
"@turf/clusters-dbscan": "7.3.5",
|
|
128
|
+
"@turf/clusters-kmeans": "7.3.5",
|
|
129
|
+
"@turf/collect": "7.3.5",
|
|
130
|
+
"@turf/combine": "7.3.5",
|
|
131
|
+
"@turf/concave": "7.3.5",
|
|
132
|
+
"@turf/convex": "7.3.5",
|
|
133
|
+
"@turf/destination": "7.3.5",
|
|
134
|
+
"@turf/difference": "7.3.5",
|
|
135
|
+
"@turf/directional-mean": "7.3.5",
|
|
136
|
+
"@turf/dissolve": "7.3.5",
|
|
137
|
+
"@turf/distance": "7.3.5",
|
|
138
|
+
"@turf/distance-weight": "7.3.5",
|
|
139
|
+
"@turf/ellipse": "7.3.5",
|
|
140
|
+
"@turf/envelope": "7.3.5",
|
|
141
|
+
"@turf/explode": "7.3.5",
|
|
142
|
+
"@turf/flatten": "7.3.5",
|
|
143
|
+
"@turf/flip": "7.3.5",
|
|
144
|
+
"@turf/geojson-rbush": "7.3.5",
|
|
145
|
+
"@turf/great-circle": "7.3.5",
|
|
146
|
+
"@turf/helpers": "7.3.5",
|
|
147
|
+
"@turf/hex-grid": "7.3.5",
|
|
148
|
+
"@turf/interpolate": "7.3.5",
|
|
149
|
+
"@turf/intersect": "7.3.5",
|
|
150
|
+
"@turf/invariant": "7.3.5",
|
|
151
|
+
"@turf/isobands": "7.3.5",
|
|
152
|
+
"@turf/isolines": "7.3.5",
|
|
153
|
+
"@turf/kinks": "7.3.5",
|
|
154
|
+
"@turf/length": "7.3.5",
|
|
155
|
+
"@turf/line-arc": "7.3.5",
|
|
156
|
+
"@turf/line-chunk": "7.3.5",
|
|
157
|
+
"@turf/line-intersect": "7.3.5",
|
|
158
|
+
"@turf/line-offset": "7.3.5",
|
|
159
|
+
"@turf/line-overlap": "7.3.5",
|
|
160
|
+
"@turf/line-segment": "7.3.5",
|
|
161
|
+
"@turf/line-slice": "7.3.5",
|
|
162
|
+
"@turf/line-slice-along": "7.3.5",
|
|
163
|
+
"@turf/line-split": "7.3.5",
|
|
164
|
+
"@turf/line-to-polygon": "7.3.5",
|
|
165
|
+
"@turf/mask": "7.3.5",
|
|
166
|
+
"@turf/meta": "7.3.5",
|
|
167
|
+
"@turf/midpoint": "7.3.5",
|
|
168
|
+
"@turf/moran-index": "7.3.5",
|
|
169
|
+
"@turf/nearest-neighbor-analysis": "7.3.5",
|
|
170
|
+
"@turf/nearest-point": "7.3.5",
|
|
171
|
+
"@turf/nearest-point-on-line": "7.3.5",
|
|
172
|
+
"@turf/nearest-point-to-line": "7.3.5",
|
|
173
|
+
"@turf/planepoint": "7.3.5",
|
|
174
|
+
"@turf/point-grid": "7.3.5",
|
|
175
|
+
"@turf/point-on-feature": "7.3.5",
|
|
176
|
+
"@turf/point-to-line-distance": "7.3.5",
|
|
177
|
+
"@turf/point-to-polygon-distance": "7.3.5",
|
|
178
|
+
"@turf/points-within-polygon": "7.3.5",
|
|
179
|
+
"@turf/polygon-smooth": "7.3.5",
|
|
180
|
+
"@turf/polygon-tangents": "7.3.5",
|
|
181
|
+
"@turf/polygon-to-line": "7.3.5",
|
|
182
|
+
"@turf/polygonize": "7.3.5",
|
|
183
|
+
"@turf/projection": "7.3.5",
|
|
184
|
+
"@turf/quadrat-analysis": "7.3.5",
|
|
185
|
+
"@turf/random": "7.3.5",
|
|
186
|
+
"@turf/rectangle-grid": "7.3.5",
|
|
187
|
+
"@turf/rewind": "7.3.5",
|
|
188
|
+
"@turf/rhumb-bearing": "7.3.5",
|
|
189
|
+
"@turf/rhumb-destination": "7.3.5",
|
|
190
|
+
"@turf/rhumb-distance": "7.3.5",
|
|
191
|
+
"@turf/sample": "7.3.5",
|
|
192
|
+
"@turf/sector": "7.3.5",
|
|
193
|
+
"@turf/shortest-path": "7.3.5",
|
|
194
|
+
"@turf/simplify": "7.3.5",
|
|
195
|
+
"@turf/square": "7.3.5",
|
|
196
|
+
"@turf/square-grid": "7.3.5",
|
|
197
|
+
"@turf/standard-deviational-ellipse": "7.3.5",
|
|
198
|
+
"@turf/tag": "7.3.5",
|
|
199
|
+
"@turf/tesselate": "7.3.5",
|
|
200
|
+
"@turf/tin": "7.3.5",
|
|
201
|
+
"@turf/transform-rotate": "7.3.5",
|
|
202
|
+
"@turf/transform-scale": "7.3.5",
|
|
203
|
+
"@turf/transform-translate": "7.3.5",
|
|
204
|
+
"@turf/triangle-grid": "7.3.5",
|
|
205
|
+
"@turf/truncate": "7.3.5",
|
|
206
|
+
"@turf/union": "7.3.5",
|
|
207
|
+
"@turf/unkink-polygon": "7.3.5",
|
|
208
|
+
"@turf/voronoi": "7.3.5",
|
|
208
209
|
"@types/geojson": "^7946.0.10",
|
|
209
210
|
"@types/kdbush": "^3.0.5",
|
|
210
211
|
"tslib": "^2.8.1"
|
|
211
212
|
},
|
|
212
|
-
"gitHead": "
|
|
213
|
+
"gitHead": "a33ca387405df72847af00cdf689d3209301a2c1"
|
|
213
214
|
}
|