@turf/turf 7.1.0 → 7.2.0
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/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 +126 -125
- package/turf.min.js +3 -26
package/dist/cjs/index.cjs
CHANGED
|
@@ -85,6 +85,7 @@ var _pointgrid = require('@turf/point-grid');
|
|
|
85
85
|
var _pointonfeature = require('@turf/point-on-feature');
|
|
86
86
|
var _pointswithinpolygon = require('@turf/points-within-polygon');
|
|
87
87
|
var _pointtolinedistance = require('@turf/point-to-line-distance');
|
|
88
|
+
var _pointtopolygondistance = require('@turf/point-to-polygon-distance');
|
|
88
89
|
var _polygonize = require('@turf/polygonize');
|
|
89
90
|
var _polygonsmooth = require('@turf/polygon-smooth');
|
|
90
91
|
var _polygontangents = require('@turf/polygon-tangents');
|
|
@@ -227,5 +228,6 @@ var _voronoi = require('@turf/voronoi');
|
|
|
227
228
|
|
|
228
229
|
|
|
229
230
|
|
|
230
|
-
|
|
231
|
+
|
|
232
|
+
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.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;
|
|
231
233
|
//# sourceMappingURL=index.cjs.map
|
package/dist/cjs/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../index.ts"],"names":[],"mappings":";
|
|
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;ADLxB;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;AACF,28JAAC","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\"; // JSTS Module\nexport { dissolve } from \"@turf/dissolve\"; // JSTS Sub-Model\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\"; // JSTS Sub-Model\nexport { interpolate } from \"@turf/interpolate\"; // JSTS Sub-Model\nexport { intersect } from \"@turf/intersect\"; // JSTS Module\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\"; // JSTS Sub-Model\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\"; // JSTS Sub-Model\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\"; // JSTS Sub-Model\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\"; // JSTS Sub-Model\nexport { truncate } from \"@turf/truncate\";\nexport { union } from \"@turf/union\"; // JSTS Module\nexport { unkinkPolygon } from \"@turf/unkink-polygon\";\nexport { voronoi } from \"@turf/voronoi\";\n"]}
|
package/dist/cjs/index.d.cts
CHANGED
|
@@ -88,6 +88,7 @@ export { pointGrid } from '@turf/point-grid';
|
|
|
88
88
|
export { pointOnFeature } from '@turf/point-on-feature';
|
|
89
89
|
export { pointsWithinPolygon } from '@turf/points-within-polygon';
|
|
90
90
|
export { pointToLineDistance } from '@turf/point-to-line-distance';
|
|
91
|
+
export { pointToPolygonDistance } from '@turf/point-to-polygon-distance';
|
|
91
92
|
export { polygonize } from '@turf/polygonize';
|
|
92
93
|
export { polygonSmooth } from '@turf/polygon-smooth';
|
|
93
94
|
export { polygonTangents } from '@turf/polygon-tangents';
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -88,6 +88,7 @@ export { pointGrid } from '@turf/point-grid';
|
|
|
88
88
|
export { pointOnFeature } from '@turf/point-on-feature';
|
|
89
89
|
export { pointsWithinPolygon } from '@turf/points-within-polygon';
|
|
90
90
|
export { pointToLineDistance } from '@turf/point-to-line-distance';
|
|
91
|
+
export { pointToPolygonDistance } from '@turf/point-to-polygon-distance';
|
|
91
92
|
export { polygonize } from '@turf/polygonize';
|
|
92
93
|
export { polygonSmooth } from '@turf/polygon-smooth';
|
|
93
94
|
export { polygonTangents } from '@turf/polygon-tangents';
|
package/dist/esm/index.js
CHANGED
|
@@ -85,6 +85,7 @@ import { pointGrid } from "@turf/point-grid";
|
|
|
85
85
|
import { pointOnFeature } from "@turf/point-on-feature";
|
|
86
86
|
import { pointsWithinPolygon } from "@turf/points-within-polygon";
|
|
87
87
|
import { pointToLineDistance } from "@turf/point-to-line-distance";
|
|
88
|
+
import { pointToPolygonDistance } from "@turf/point-to-polygon-distance";
|
|
88
89
|
import { polygonize } from "@turf/polygonize";
|
|
89
90
|
import { polygonSmooth } from "@turf/polygon-smooth";
|
|
90
91
|
import { polygonTangents } from "@turf/polygon-tangents";
|
|
@@ -197,6 +198,7 @@ export {
|
|
|
197
198
|
pointGrid,
|
|
198
199
|
pointOnFeature,
|
|
199
200
|
pointToLineDistance,
|
|
201
|
+
pointToPolygonDistance,
|
|
200
202
|
pointsWithinPolygon,
|
|
201
203
|
polygonSmooth,
|
|
202
204
|
polygonTangents,
|
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\"; // JSTS Module\nexport { dissolve } from \"@turf/dissolve\"; // JSTS Sub-Model\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\"; // JSTS Sub-Model\nexport { interpolate } from \"@turf/interpolate\"; // JSTS Sub-Model\nexport { intersect } from \"@turf/intersect\"; // JSTS Module\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\"; // JSTS Sub-Model\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 { 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\"; // JSTS Sub-Model\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\"; // JSTS Sub-Model\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\"; // JSTS Sub-Model\nexport { truncate } from \"@turf/truncate\";\nexport { union } from \"@turf/union\"; // JSTS Module\nexport { unkinkPolygon } from \"@turf/unkink-polygon\";\nexport { voronoi } from \"@turf/voronoi\";\n"],"mappings":";AAOA,SAAS,aAAa;AACtB,SAAS,aAAa;AACtB,SAAS,YAAY;AACrB,SAAS,YAAY;AACrB,SAAS,gBAAgB;AACzB,SAAS,mBAAmB;AAC5B,SAAS,eAAe;AACxB,SAAS,oBAAoB;AAC7B,SAAS,wBAAwB;AACjC,SAAS,sBAAsB;AAC/B,SAAS,uBAAuB;AAChC,SAAS,sBAAsB;AAC/B,SAAS,uBAAuB;AAChC,SAAS,oBAAoB;AAC7B,SAAS,yBAAyB;AAClC,SAAS,sBAAsB;AAC/B,SAAS,uBAAuB;AAChC,SAAS,6BAA6B;AACtC,SAAS,0BAA0B;AACnC,SAAS,sBAAsB;AAC/B,SAAS,oBAAoB;AAC7B,SAAS,qBAAqB;AAC9B,SAAS,cAAc;AACvB,SAAS,cAAc;AACvB,SAAS,kBAAkB;AAC3B,SAAS,oBAAoB;AAC7B,SAAS,oBAAoB;AAC7B,SAAS,gBAAgB;AACzB,SAAS,cAAc;AACvB,SAAS,mBAAmB;AAC5B,cAAc;AACd,cAAc;AACd,YAAY,cAAc;AAC1B,SAAS,sBAAsB;AAC/B,SAAS,sBAAsB;AAC/B,SAAS,eAAe;AACxB,SAAS,eAAe;AACxB,SAAS,eAAe;AACxB,SAAS,cAAc;AACvB,SAAS,mBAAmB;AAC5B,SAAS,kBAAkB;AAC3B,SAAS,gBAAgB;AACzB,SAAS,gBAAgB;AACzB,SAAS,sBAAsB;AAC/B,SAAS,eAAe;AACxB,SAAS,gBAAgB;AACzB,SAAS,eAAe;AACxB,SAAS,eAAe;AACxB,SAAS,YAAY;AACrB,SAAS,oBAAoB;AAC7B,SAAS,mBAAmB;AAC5B,cAAc;AACd,YAAY,aAAa;AACzB,SAAS,eAAe;AACxB,SAAS,mBAAmB;AAC5B,SAAS,iBAAiB;AAC1B,cAAc;AACd,YAAY,eAAe;AAC3B,SAAS,gBAAgB;AACzB,SAAS,gBAAgB;AACzB,SAAS,aAAa;AACtB,SAAS,cAAc;AACvB,SAAS,eAAe;AACxB,SAAS,iBAAiB;AAC1B,SAAS,qBAAqB;AAC9B,SAAS,kBAAkB;AAC3B,SAAS,mBAAmB;AAC5B,SAAS,mBAAmB;AAC5B,SAAS,iBAAiB;AAC1B,SAAS,sBAAsB;AAC/B,SAAS,iBAAiB;AAC1B,SAAS,qBAAqB;AAC9B,SAAS,YAAY;AACrB,cAAc;AACd,YAAY,UAAU;AACtB,SAAS,gBAAgB;AACzB,SAAS,kBAAkB;AAC3B,cAAc;AACd,SAAS,oBAAoB;AAC7B,SAAS,0BAA0B;AACnC,SAAS,0BAA0B;AACnC,SAAS,kBAAkB;AAC3B,SAAS,iBAAiB;AAC1B,SAAS,sBAAsB;AAC/B,SAAS,2BAA2B;AACpC,SAAS,2BAA2B;AACpC,SAAS,kBAAkB;AAC3B,SAAS,qBAAqB;AAC9B,SAAS,uBAAuB;AAChC,SAAS,qBAAqB;AAC9B,cAAc;AACd,YAAY,gBAAgB;AAC5B,cAAc;AACd,cAAc;AACd,YAAY,YAAY;AACxB,SAAS,qBAAqB;AAC9B,SAAS,cAAc;AACvB,SAAS,oBAAoB;AAC7B,SAAS,wBAAwB;AACjC,SAAS,qBAAqB;AAC9B,SAAS,cAAc;AACvB,SAAS,cAAc;AACvB,SAAS,oBAAoB;AAC7B,SAAS,gBAAgB;AACzB,SAAS,cAAc;AACvB,SAAS,kBAAkB;AAC3B,SAAS,kCAAkC;AAC3C,SAAS,WAAW;AACpB,SAAS,iBAAiB;AAC1B,SAAS,WAAW;AACpB,SAAS,uBAAuB;AAChC,SAAS,sBAAsB;AAC/B,SAAS,0BAA0B;AACnC,SAAS,oBAAoB;AAC7B,SAAS,gBAAgB;AACzB,SAAS,aAAa;AACtB,SAAS,qBAAqB;AAC9B,SAAS,eAAe;","names":[]}
|
|
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\"; // JSTS Module\nexport { dissolve } from \"@turf/dissolve\"; // JSTS Sub-Model\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\"; // JSTS Sub-Model\nexport { interpolate } from \"@turf/interpolate\"; // JSTS Sub-Model\nexport { intersect } from \"@turf/intersect\"; // JSTS Module\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\"; // JSTS Sub-Model\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\"; // JSTS Sub-Model\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\"; // JSTS Sub-Model\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\"; // JSTS Sub-Model\nexport { truncate } from \"@turf/truncate\";\nexport { union } from \"@turf/union\"; // JSTS Module\nexport { unkinkPolygon } from \"@turf/unkink-polygon\";\nexport { voronoi } from \"@turf/voronoi\";\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
|
+
"version": "7.2.0",
|
|
4
4
|
"description": "a JavaScript library for performing geospatial operations with GeoJSON",
|
|
5
5
|
"author": "Turf Authors",
|
|
6
6
|
"license": "MIT",
|
|
@@ -74,138 +74,139 @@
|
|
|
74
74
|
"test": "echo '@turf/turf tests run in the last-checks step'"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@babel/core": "^7.
|
|
78
|
-
"@babel/preset-env": "^7.
|
|
77
|
+
"@babel/core": "^7.26.0",
|
|
78
|
+
"@babel/preset-env": "^7.26.0",
|
|
79
79
|
"@rollup/plugin-babel": "^6.0.4",
|
|
80
|
-
"@rollup/plugin-commonjs": "^
|
|
81
|
-
"@rollup/plugin-node-resolve": "^15.
|
|
80
|
+
"@rollup/plugin-commonjs": "^28.0.1",
|
|
81
|
+
"@rollup/plugin-node-resolve": "^15.3.0",
|
|
82
82
|
"@rollup/plugin-terser": "^0.4.4",
|
|
83
|
-
"@types/tape": "^4.
|
|
83
|
+
"@types/tape": "^4.13.4",
|
|
84
84
|
"camelcase": "^8.0.0",
|
|
85
85
|
"documentation": "^14.0.3",
|
|
86
86
|
"glob": "^10.3.10",
|
|
87
|
-
"rollup": "^
|
|
87
|
+
"rollup": "^4.28.0",
|
|
88
88
|
"rollup-plugin-polyfill-node": "^0.13.0",
|
|
89
|
-
"tape": "^5.
|
|
90
|
-
"tsup": "^8.
|
|
91
|
-
"tsx": "^4.
|
|
92
|
-
"typescript": "^5.
|
|
89
|
+
"tape": "^5.9.0",
|
|
90
|
+
"tsup": "^8.3.5",
|
|
91
|
+
"tsx": "^4.19.2",
|
|
92
|
+
"typescript": "^5.5.4"
|
|
93
93
|
},
|
|
94
94
|
"dependencies": {
|
|
95
|
-
"@turf/along": "^7.
|
|
96
|
-
"@turf/angle": "^7.
|
|
97
|
-
"@turf/area": "^7.
|
|
98
|
-
"@turf/bbox": "^7.
|
|
99
|
-
"@turf/bbox-clip": "^7.
|
|
100
|
-
"@turf/bbox-polygon": "^7.
|
|
101
|
-
"@turf/bearing": "^7.
|
|
102
|
-
"@turf/bezier-spline": "^7.
|
|
103
|
-
"@turf/boolean-clockwise": "^7.
|
|
104
|
-
"@turf/boolean-concave": "^7.
|
|
105
|
-
"@turf/boolean-contains": "^7.
|
|
106
|
-
"@turf/boolean-crosses": "^7.
|
|
107
|
-
"@turf/boolean-disjoint": "^7.
|
|
108
|
-
"@turf/boolean-equal": "^7.
|
|
109
|
-
"@turf/boolean-intersects": "^7.
|
|
110
|
-
"@turf/boolean-overlap": "^7.
|
|
111
|
-
"@turf/boolean-parallel": "^7.
|
|
112
|
-
"@turf/boolean-point-in-polygon": "^7.
|
|
113
|
-
"@turf/boolean-point-on-line": "^7.
|
|
114
|
-
"@turf/boolean-touches": "^7.
|
|
115
|
-
"@turf/boolean-valid": "^7.
|
|
116
|
-
"@turf/boolean-within": "^7.
|
|
117
|
-
"@turf/buffer": "^7.
|
|
118
|
-
"@turf/center": "^7.
|
|
119
|
-
"@turf/center-mean": "^7.
|
|
120
|
-
"@turf/center-median": "^7.
|
|
121
|
-
"@turf/center-of-mass": "^7.
|
|
122
|
-
"@turf/centroid": "^7.
|
|
123
|
-
"@turf/circle": "^7.
|
|
124
|
-
"@turf/clean-coords": "^7.
|
|
125
|
-
"@turf/clone": "^7.
|
|
126
|
-
"@turf/clusters": "^7.
|
|
127
|
-
"@turf/clusters-dbscan": "^7.
|
|
128
|
-
"@turf/clusters-kmeans": "^7.
|
|
129
|
-
"@turf/collect": "^7.
|
|
130
|
-
"@turf/combine": "^7.
|
|
131
|
-
"@turf/concave": "^7.
|
|
132
|
-
"@turf/convex": "^7.
|
|
133
|
-
"@turf/destination": "^7.
|
|
134
|
-
"@turf/difference": "^7.
|
|
135
|
-
"@turf/dissolve": "^7.
|
|
136
|
-
"@turf/distance": "^7.
|
|
137
|
-
"@turf/distance-weight": "^7.
|
|
138
|
-
"@turf/ellipse": "^7.
|
|
139
|
-
"@turf/envelope": "^7.
|
|
140
|
-
"@turf/explode": "^7.
|
|
141
|
-
"@turf/flatten": "^7.
|
|
142
|
-
"@turf/flip": "^7.
|
|
143
|
-
"@turf/geojson-rbush": "^7.
|
|
144
|
-
"@turf/great-circle": "^7.
|
|
145
|
-
"@turf/helpers": "^7.
|
|
146
|
-
"@turf/hex-grid": "^7.
|
|
147
|
-
"@turf/interpolate": "^7.
|
|
148
|
-
"@turf/intersect": "^7.
|
|
149
|
-
"@turf/invariant": "^7.
|
|
150
|
-
"@turf/isobands": "^7.
|
|
151
|
-
"@turf/isolines": "^7.
|
|
152
|
-
"@turf/kinks": "^7.
|
|
153
|
-
"@turf/length": "^7.
|
|
154
|
-
"@turf/line-arc": "^7.
|
|
155
|
-
"@turf/line-chunk": "^7.
|
|
156
|
-
"@turf/line-intersect": "^7.
|
|
157
|
-
"@turf/line-offset": "^7.
|
|
158
|
-
"@turf/line-overlap": "^7.
|
|
159
|
-
"@turf/line-segment": "^7.
|
|
160
|
-
"@turf/line-slice": "^7.
|
|
161
|
-
"@turf/line-slice-along": "^7.
|
|
162
|
-
"@turf/line-split": "^7.
|
|
163
|
-
"@turf/line-to-polygon": "^7.
|
|
164
|
-
"@turf/mask": "^7.
|
|
165
|
-
"@turf/meta": "^7.
|
|
166
|
-
"@turf/midpoint": "^7.
|
|
167
|
-
"@turf/moran-index": "^7.
|
|
168
|
-
"@turf/nearest-neighbor-analysis": "^7.
|
|
169
|
-
"@turf/nearest-point": "^7.
|
|
170
|
-
"@turf/nearest-point-on-line": "^7.
|
|
171
|
-
"@turf/nearest-point-to-line": "^7.
|
|
172
|
-
"@turf/planepoint": "^7.
|
|
173
|
-
"@turf/point-grid": "^7.
|
|
174
|
-
"@turf/point-on-feature": "^7.
|
|
175
|
-
"@turf/point-to-line-distance": "^7.
|
|
176
|
-
"@turf/
|
|
177
|
-
"@turf/polygon
|
|
178
|
-
"@turf/polygon-
|
|
179
|
-
"@turf/polygon-
|
|
180
|
-
"@turf/
|
|
181
|
-
"@turf/
|
|
182
|
-
"@turf/
|
|
183
|
-
"@turf/
|
|
184
|
-
"@turf/
|
|
185
|
-
"@turf/
|
|
186
|
-
"@turf/
|
|
187
|
-
"@turf/rhumb-
|
|
188
|
-
"@turf/rhumb-
|
|
189
|
-
"@turf/
|
|
190
|
-
"@turf/
|
|
191
|
-
"@turf/
|
|
192
|
-
"@turf/
|
|
193
|
-
"@turf/
|
|
194
|
-
"@turf/square
|
|
195
|
-
"@turf/
|
|
196
|
-
"@turf/
|
|
197
|
-
"@turf/
|
|
198
|
-
"@turf/
|
|
199
|
-
"@turf/
|
|
200
|
-
"@turf/transform-
|
|
201
|
-
"@turf/transform-
|
|
202
|
-
"@turf/
|
|
203
|
-
"@turf/
|
|
204
|
-
"@turf/
|
|
205
|
-
"@turf/
|
|
206
|
-
"@turf/
|
|
95
|
+
"@turf/along": "^7.2.0",
|
|
96
|
+
"@turf/angle": "^7.2.0",
|
|
97
|
+
"@turf/area": "^7.2.0",
|
|
98
|
+
"@turf/bbox": "^7.2.0",
|
|
99
|
+
"@turf/bbox-clip": "^7.2.0",
|
|
100
|
+
"@turf/bbox-polygon": "^7.2.0",
|
|
101
|
+
"@turf/bearing": "^7.2.0",
|
|
102
|
+
"@turf/bezier-spline": "^7.2.0",
|
|
103
|
+
"@turf/boolean-clockwise": "^7.2.0",
|
|
104
|
+
"@turf/boolean-concave": "^7.2.0",
|
|
105
|
+
"@turf/boolean-contains": "^7.2.0",
|
|
106
|
+
"@turf/boolean-crosses": "^7.2.0",
|
|
107
|
+
"@turf/boolean-disjoint": "^7.2.0",
|
|
108
|
+
"@turf/boolean-equal": "^7.2.0",
|
|
109
|
+
"@turf/boolean-intersects": "^7.2.0",
|
|
110
|
+
"@turf/boolean-overlap": "^7.2.0",
|
|
111
|
+
"@turf/boolean-parallel": "^7.2.0",
|
|
112
|
+
"@turf/boolean-point-in-polygon": "^7.2.0",
|
|
113
|
+
"@turf/boolean-point-on-line": "^7.2.0",
|
|
114
|
+
"@turf/boolean-touches": "^7.2.0",
|
|
115
|
+
"@turf/boolean-valid": "^7.2.0",
|
|
116
|
+
"@turf/boolean-within": "^7.2.0",
|
|
117
|
+
"@turf/buffer": "^7.2.0",
|
|
118
|
+
"@turf/center": "^7.2.0",
|
|
119
|
+
"@turf/center-mean": "^7.2.0",
|
|
120
|
+
"@turf/center-median": "^7.2.0",
|
|
121
|
+
"@turf/center-of-mass": "^7.2.0",
|
|
122
|
+
"@turf/centroid": "^7.2.0",
|
|
123
|
+
"@turf/circle": "^7.2.0",
|
|
124
|
+
"@turf/clean-coords": "^7.2.0",
|
|
125
|
+
"@turf/clone": "^7.2.0",
|
|
126
|
+
"@turf/clusters": "^7.2.0",
|
|
127
|
+
"@turf/clusters-dbscan": "^7.2.0",
|
|
128
|
+
"@turf/clusters-kmeans": "^7.2.0",
|
|
129
|
+
"@turf/collect": "^7.2.0",
|
|
130
|
+
"@turf/combine": "^7.2.0",
|
|
131
|
+
"@turf/concave": "^7.2.0",
|
|
132
|
+
"@turf/convex": "^7.2.0",
|
|
133
|
+
"@turf/destination": "^7.2.0",
|
|
134
|
+
"@turf/difference": "^7.2.0",
|
|
135
|
+
"@turf/dissolve": "^7.2.0",
|
|
136
|
+
"@turf/distance": "^7.2.0",
|
|
137
|
+
"@turf/distance-weight": "^7.2.0",
|
|
138
|
+
"@turf/ellipse": "^7.2.0",
|
|
139
|
+
"@turf/envelope": "^7.2.0",
|
|
140
|
+
"@turf/explode": "^7.2.0",
|
|
141
|
+
"@turf/flatten": "^7.2.0",
|
|
142
|
+
"@turf/flip": "^7.2.0",
|
|
143
|
+
"@turf/geojson-rbush": "^7.2.0",
|
|
144
|
+
"@turf/great-circle": "^7.2.0",
|
|
145
|
+
"@turf/helpers": "^7.2.0",
|
|
146
|
+
"@turf/hex-grid": "^7.2.0",
|
|
147
|
+
"@turf/interpolate": "^7.2.0",
|
|
148
|
+
"@turf/intersect": "^7.2.0",
|
|
149
|
+
"@turf/invariant": "^7.2.0",
|
|
150
|
+
"@turf/isobands": "^7.2.0",
|
|
151
|
+
"@turf/isolines": "^7.2.0",
|
|
152
|
+
"@turf/kinks": "^7.2.0",
|
|
153
|
+
"@turf/length": "^7.2.0",
|
|
154
|
+
"@turf/line-arc": "^7.2.0",
|
|
155
|
+
"@turf/line-chunk": "^7.2.0",
|
|
156
|
+
"@turf/line-intersect": "^7.2.0",
|
|
157
|
+
"@turf/line-offset": "^7.2.0",
|
|
158
|
+
"@turf/line-overlap": "^7.2.0",
|
|
159
|
+
"@turf/line-segment": "^7.2.0",
|
|
160
|
+
"@turf/line-slice": "^7.2.0",
|
|
161
|
+
"@turf/line-slice-along": "^7.2.0",
|
|
162
|
+
"@turf/line-split": "^7.2.0",
|
|
163
|
+
"@turf/line-to-polygon": "^7.2.0",
|
|
164
|
+
"@turf/mask": "^7.2.0",
|
|
165
|
+
"@turf/meta": "^7.2.0",
|
|
166
|
+
"@turf/midpoint": "^7.2.0",
|
|
167
|
+
"@turf/moran-index": "^7.2.0",
|
|
168
|
+
"@turf/nearest-neighbor-analysis": "^7.2.0",
|
|
169
|
+
"@turf/nearest-point": "^7.2.0",
|
|
170
|
+
"@turf/nearest-point-on-line": "^7.2.0",
|
|
171
|
+
"@turf/nearest-point-to-line": "^7.2.0",
|
|
172
|
+
"@turf/planepoint": "^7.2.0",
|
|
173
|
+
"@turf/point-grid": "^7.2.0",
|
|
174
|
+
"@turf/point-on-feature": "^7.2.0",
|
|
175
|
+
"@turf/point-to-line-distance": "^7.2.0",
|
|
176
|
+
"@turf/point-to-polygon-distance": "^7.2.0",
|
|
177
|
+
"@turf/points-within-polygon": "^7.2.0",
|
|
178
|
+
"@turf/polygon-smooth": "^7.2.0",
|
|
179
|
+
"@turf/polygon-tangents": "^7.2.0",
|
|
180
|
+
"@turf/polygon-to-line": "^7.2.0",
|
|
181
|
+
"@turf/polygonize": "^7.2.0",
|
|
182
|
+
"@turf/projection": "^7.2.0",
|
|
183
|
+
"@turf/quadrat-analysis": "^7.2.0",
|
|
184
|
+
"@turf/random": "^7.2.0",
|
|
185
|
+
"@turf/rectangle-grid": "^7.2.0",
|
|
186
|
+
"@turf/rewind": "^7.2.0",
|
|
187
|
+
"@turf/rhumb-bearing": "^7.2.0",
|
|
188
|
+
"@turf/rhumb-destination": "^7.2.0",
|
|
189
|
+
"@turf/rhumb-distance": "^7.2.0",
|
|
190
|
+
"@turf/sample": "^7.2.0",
|
|
191
|
+
"@turf/sector": "^7.2.0",
|
|
192
|
+
"@turf/shortest-path": "^7.2.0",
|
|
193
|
+
"@turf/simplify": "^7.2.0",
|
|
194
|
+
"@turf/square": "^7.2.0",
|
|
195
|
+
"@turf/square-grid": "^7.2.0",
|
|
196
|
+
"@turf/standard-deviational-ellipse": "^7.2.0",
|
|
197
|
+
"@turf/tag": "^7.2.0",
|
|
198
|
+
"@turf/tesselate": "^7.2.0",
|
|
199
|
+
"@turf/tin": "^7.2.0",
|
|
200
|
+
"@turf/transform-rotate": "^7.2.0",
|
|
201
|
+
"@turf/transform-scale": "^7.2.0",
|
|
202
|
+
"@turf/transform-translate": "^7.2.0",
|
|
203
|
+
"@turf/triangle-grid": "^7.2.0",
|
|
204
|
+
"@turf/truncate": "^7.2.0",
|
|
205
|
+
"@turf/union": "^7.2.0",
|
|
206
|
+
"@turf/unkink-polygon": "^7.2.0",
|
|
207
|
+
"@turf/voronoi": "^7.2.0",
|
|
207
208
|
"@types/geojson": "^7946.0.10",
|
|
208
|
-
"tslib": "^2.
|
|
209
|
+
"tslib": "^2.8.1"
|
|
209
210
|
},
|
|
210
|
-
"gitHead": "
|
|
211
|
+
"gitHead": "7b0f0374c4668cd569f8904c71e2ae7d941be867"
|
|
211
212
|
}
|