diff --git a/packages/turf-along/package.json b/packages/turf-along/package.json index 0060c4a91..1613f0611 100644 --- a/packages/turf-along/package.json +++ b/packages/turf-along/package.json @@ -1,7 +1,7 @@ { "name": "@turf/along", "version": "7.2.0", - "description": "turf along module", + "description": "Calculates a point along a line at a specific distance", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-angle/package.json b/packages/turf-angle/package.json index cdb118a2d..4c89a4131 100644 --- a/packages/turf-angle/package.json +++ b/packages/turf-angle/package.json @@ -1,7 +1,7 @@ { "name": "@turf/angle", "version": "7.2.0", - "description": "turf angle module", + "description": "Finds the angle formed by two adjacent segments.", "author": "Turf Authors", "contributors": [ "Denis <@DenisCarriere>" diff --git a/packages/turf-area/package.json b/packages/turf-area/package.json index 449c2c63b..bf6378108 100644 --- a/packages/turf-area/package.json +++ b/packages/turf-area/package.json @@ -1,7 +1,7 @@ { "name": "@turf/area", "version": "7.2.0", - "description": "turf area module", + "description": "Calculates the geodesic area in square meters of one or more polygons.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-bbox-clip/package.json b/packages/turf-bbox-clip/package.json index b49f177bb..db1aaa155 100644 --- a/packages/turf-bbox-clip/package.json +++ b/packages/turf-bbox-clip/package.json @@ -1,7 +1,7 @@ { "name": "@turf/bbox-clip", "version": "7.2.0", - "description": "turf bbox-clip module", + "description": "Takes a Feature and a bbox and clips the feature to the bbox using lineclip.", "author": "Turf Authors", "contributors": [ "Tim Channell <@tcql>", diff --git a/packages/turf-bbox-polygon/package.json b/packages/turf-bbox-polygon/package.json index ca2b97a5b..208f3a3f8 100644 --- a/packages/turf-bbox-polygon/package.json +++ b/packages/turf-bbox-polygon/package.json @@ -1,7 +1,7 @@ { "name": "@turf/bbox-polygon", "version": "7.2.0", - "description": "turf bbox-polygon module", + "description": "Converts a bounding box to a GeoJSON polygon.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-bbox/package.json b/packages/turf-bbox/package.json index 3867c73fa..3585f2a95 100644 --- a/packages/turf-bbox/package.json +++ b/packages/turf-bbox/package.json @@ -1,7 +1,7 @@ { "name": "@turf/bbox", "version": "7.2.0", - "description": "turf bbox module", + "description": "Generates a bounding box around a GeoJSON feature.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-bearing/package.json b/packages/turf-bearing/package.json index 3945f5fc5..37f29c9c5 100644 --- a/packages/turf-bearing/package.json +++ b/packages/turf-bearing/package.json @@ -1,7 +1,7 @@ { "name": "@turf/bearing", "version": "7.2.0", - "description": "turf bearing module", + "description": "Takes two points and finds the geographic bearing between them.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-bezier-spline/package.json b/packages/turf-bezier-spline/package.json index 0fc82092b..22520e8e0 100644 --- a/packages/turf-bezier-spline/package.json +++ b/packages/turf-bezier-spline/package.json @@ -1,7 +1,7 @@ { "name": "@turf/bezier-spline", "version": "7.2.0", - "description": "turf bezier-spline module", + "description": "Smooths a line into a curve using Bézier splines, great for visualizing routes.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-boolean-clockwise/package.json b/packages/turf-boolean-clockwise/package.json index b15ddfad6..d43bb5855 100755 --- a/packages/turf-boolean-clockwise/package.json +++ b/packages/turf-boolean-clockwise/package.json @@ -1,7 +1,7 @@ { "name": "@turf/boolean-clockwise", "version": "7.2.0", - "description": "turf boolean-clockwise module", + "description": "Takes a ring and return true or false whether or not the ring is clockwise or counter-clockwise.", "author": "Turf Authors", "contributors": [ "Morgan Herlocker <@morganherlocker>", diff --git a/packages/turf-boolean-concave/package.json b/packages/turf-boolean-concave/package.json index 1c3ea2cb5..1d7108d44 100644 --- a/packages/turf-boolean-concave/package.json +++ b/packages/turf-boolean-concave/package.json @@ -1,7 +1,7 @@ { "name": "@turf/boolean-concave", "version": "7.2.0", - "description": "turf boolean-concave module", + "description": "Takes a polygon and return true or false as to whether it is concave or not.", "author": "Turf Authors", "contributors": [ "Rowan Winsemius <@rowanwins>" diff --git a/packages/turf-boolean-contains/package.json b/packages/turf-boolean-contains/package.json index 2d374c969..d034e1219 100644 --- a/packages/turf-boolean-contains/package.json +++ b/packages/turf-boolean-contains/package.json @@ -1,7 +1,7 @@ { "name": "@turf/boolean-contains", "version": "7.2.0", - "description": "turf boolean-contains module", + "description": "Determines whether the second geometry is completely within the first geometry.", "author": "Turf Authors", "contributors": [ "Rowan Winsemius <@rowanwins>", diff --git a/packages/turf-boolean-crosses/package.json b/packages/turf-boolean-crosses/package.json index 1d06070d0..13c0ff5a5 100644 --- a/packages/turf-boolean-crosses/package.json +++ b/packages/turf-boolean-crosses/package.json @@ -1,7 +1,7 @@ { "name": "@turf/boolean-crosses", "version": "7.2.0", - "description": "turf boolean-crosses module", + "description": "Checks if two geometries cross each other.", "author": "Turf Authors", "contributors": [ "Rowan Winsemius <@rowanwins>", diff --git a/packages/turf-boolean-disjoint/package.json b/packages/turf-boolean-disjoint/package.json index 607070be5..bc65f110d 100644 --- a/packages/turf-boolean-disjoint/package.json +++ b/packages/turf-boolean-disjoint/package.json @@ -1,7 +1,7 @@ { "name": "@turf/boolean-disjoint", "version": "7.2.0", - "description": "turf boolean-disjoint module", + "description": "Checks if two geometries have no overlapping areas.", "author": "Turf Authors", "contributors": [ "Rowan Winsemius <@rowanwins>", diff --git a/packages/turf-boolean-equal/package.json b/packages/turf-boolean-equal/package.json index 0a29a6b19..ad38739fc 100644 --- a/packages/turf-boolean-equal/package.json +++ b/packages/turf-boolean-equal/package.json @@ -1,7 +1,7 @@ { "name": "@turf/boolean-equal", "version": "7.2.0", - "description": "turf boolean-equal module", + "description": "Determine whether two geometries of the same type have identical X,Y coordinate values", "author": "Turf Authors", "contributors": [ "Tom MacWright <@tmcw>", diff --git a/packages/turf-boolean-intersects/package.json b/packages/turf-boolean-intersects/package.json index 9df398ce3..2c2222c77 100644 --- a/packages/turf-boolean-intersects/package.json +++ b/packages/turf-boolean-intersects/package.json @@ -1,7 +1,7 @@ { "name": "@turf/boolean-intersects", "version": "7.2.0", - "description": "turf boolean-intersects module", + "description": "Checks if two geometries overlap in any way.", "author": "Turf Authors", "contributors": [ "Rowan Winsemius <@rowanwins>", diff --git a/packages/turf-boolean-overlap/package.json b/packages/turf-boolean-overlap/package.json index ac5840474..7f283f918 100755 --- a/packages/turf-boolean-overlap/package.json +++ b/packages/turf-boolean-overlap/package.json @@ -1,7 +1,7 @@ { "name": "@turf/boolean-overlap", "version": "7.2.0", - "description": "turf boolean-overlap module", + "description": "Checks if two geometries have an area of overlap without one being completely contained inside the other.", "author": "Turf Authors", "contributors": [ "Tim Channell <@tcql>", diff --git a/packages/turf-boolean-parallel/package.json b/packages/turf-boolean-parallel/package.json index f21ee592b..d21eaa85b 100644 --- a/packages/turf-boolean-parallel/package.json +++ b/packages/turf-boolean-parallel/package.json @@ -1,7 +1,7 @@ { "name": "@turf/boolean-parallel", "version": "7.2.0", - "description": "turf boolean-parallel module", + "description": "Determine whether each segment of a line is parallel to the correspondent segment of another line.", "author": "Turf Authors", "contributors": [ "Stefano Borghi <@stebogit>" diff --git a/packages/turf-boolean-point-in-polygon/package.json b/packages/turf-boolean-point-in-polygon/package.json index ad171370a..1566bdae3 100644 --- a/packages/turf-boolean-point-in-polygon/package.json +++ b/packages/turf-boolean-point-in-polygon/package.json @@ -1,7 +1,7 @@ { "name": "@turf/boolean-point-in-polygon", "version": "7.2.0", - "description": "turf boolean-point-in-polygon module", + "description": "Checks if a point is inside an area, like a city boundary.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-boolean-point-on-line/package.json b/packages/turf-boolean-point-on-line/package.json index ecb7e999c..e14e7296d 100644 --- a/packages/turf-boolean-point-on-line/package.json +++ b/packages/turf-boolean-point-on-line/package.json @@ -1,7 +1,7 @@ { "name": "@turf/boolean-point-on-line", "version": "7.2.0", - "description": "turf boolean-point-on-line module", + "description": "Checks if a point lies directly on a line, like a path or road.", "author": "Turf Authors", "contributors": [ "Rowan Winsemius <@rowanwins>" diff --git a/packages/turf-boolean-touches/package.json b/packages/turf-boolean-touches/package.json index 8b8a08134..a1c8d2810 100644 --- a/packages/turf-boolean-touches/package.json +++ b/packages/turf-boolean-touches/package.json @@ -1,7 +1,7 @@ { "name": "@turf/boolean-touches", "version": "7.2.0", - "description": "turf boolean-touches module", + "description": "Determine whether none of the points common to both geometries intersect the interiors of both geometries.", "author": "Turf Authors", "contributors": [ "Rowan Winsemius <@rowanwins>" diff --git a/packages/turf-boolean-valid/package.json b/packages/turf-boolean-valid/package.json index a3d9db2aa..398ece67f 100644 --- a/packages/turf-boolean-valid/package.json +++ b/packages/turf-boolean-valid/package.json @@ -1,7 +1,7 @@ { "name": "@turf/boolean-valid", "version": "7.2.0", - "description": "turf boolean-valid module", + "description": "Checks if the geometry is a valid according to the OGC Simple Feature Specification.", "author": "Turf Authors", "contributors": [ "Rowan Winsemius <@rowanwins>", diff --git a/packages/turf-boolean-within/package.json b/packages/turf-boolean-within/package.json index 238c06e46..9934c07cb 100644 --- a/packages/turf-boolean-within/package.json +++ b/packages/turf-boolean-within/package.json @@ -1,7 +1,7 @@ { "name": "@turf/boolean-within", "version": "7.2.0", - "description": "turf boolean-within module", + "description": "Determines whether the first geometry is completely within the second geometry.", "author": "Turf Authors", "contributors": [ "Rowan Winsemius <@rowanwins>" diff --git a/packages/turf-buffer/package.json b/packages/turf-buffer/package.json index 9d5714923..bc6325a6f 100644 --- a/packages/turf-buffer/package.json +++ b/packages/turf-buffer/package.json @@ -1,7 +1,7 @@ { "name": "@turf/buffer", "version": "7.2.0", - "description": "turf buffer module", + "description": "Creates a buffer around a GeoJSON feature.", "author": "Turf Authors", "contributors": [ "Tom MacWright <@tmcw>", diff --git a/packages/turf-center-mean/package.json b/packages/turf-center-mean/package.json index 11cec8293..471c2bab7 100644 --- a/packages/turf-center-mean/package.json +++ b/packages/turf-center-mean/package.json @@ -1,7 +1,7 @@ { "name": "@turf/center-mean", "version": "7.2.0", - "description": "turf center-mean module", + "description": "Takes a Feature or FeatureCollection and returns the mean center.", "author": "Turf Authors", "contributors": [ "Moacir P. de Sá Pereira <@muziejus>" diff --git a/packages/turf-center-median/package.json b/packages/turf-center-median/package.json index b18c66cfe..5ffc35779 100644 --- a/packages/turf-center-median/package.json +++ b/packages/turf-center-median/package.json @@ -1,7 +1,7 @@ { "name": "@turf/center-median", "version": "7.2.0", - "description": "turf center-median module", + "description": "Takes a FeatureCollection of points and calculates the median center.", "author": "Turf Authors", "contributors": [ "Moacir P. de Sá Pereira <@muziejus>" diff --git a/packages/turf-center-of-mass/package.json b/packages/turf-center-of-mass/package.json index c71d0fa65..ceab3bf45 100644 --- a/packages/turf-center-of-mass/package.json +++ b/packages/turf-center-of-mass/package.json @@ -1,7 +1,7 @@ { "name": "@turf/center-of-mass", "version": "7.2.0", - "description": "turf center-of-mass module", + "description": "Finds the “balance point” of irregular shapes, like a country outline.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-center/package.json b/packages/turf-center/package.json index 07a82a847..ce6623e1d 100644 --- a/packages/turf-center/package.json +++ b/packages/turf-center/package.json @@ -1,7 +1,7 @@ { "name": "@turf/center", "version": "7.2.0", - "description": "turf center module", + "description": "Finds the central point of a GeoJSON feature, like a city or a park. Ideal for placing labels or markers.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-centroid/package.json b/packages/turf-centroid/package.json index 32a551812..88a20daa3 100644 --- a/packages/turf-centroid/package.json +++ b/packages/turf-centroid/package.json @@ -1,7 +1,7 @@ { "name": "@turf/centroid", "version": "7.2.0", - "description": "turf centroid module", + "description": "Determines the geometric center of a polygon or shape.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-circle/package.json b/packages/turf-circle/package.json index 0ce3eced9..1b7dc4830 100644 --- a/packages/turf-circle/package.json +++ b/packages/turf-circle/package.json @@ -1,7 +1,7 @@ { "name": "@turf/circle", "version": "7.2.0", - "description": "turf circle module", + "description": "Takes a point and calculates the circle polygon given a radius.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-clean-coords/package.json b/packages/turf-clean-coords/package.json index f1383d5a6..d04796fb6 100644 --- a/packages/turf-clean-coords/package.json +++ b/packages/turf-clean-coords/package.json @@ -1,7 +1,7 @@ { "name": "@turf/clean-coords", "version": "7.2.0", - "description": "turf clean-coords module", + "description": "Removes redundant coordinates from a GeoJSON Geometry.", "author": "Turf Authors", "contributors": [ "Stefano Borghi <@stebogit>" diff --git a/packages/turf-clone/package.json b/packages/turf-clone/package.json index bbf45d174..7b7eab77d 100644 --- a/packages/turf-clone/package.json +++ b/packages/turf-clone/package.json @@ -1,7 +1,7 @@ { "name": "@turf/clone", "version": "7.2.0", - "description": "turf clone module", + "description": "Returns a cloned copy of the passed GeoJSON Object, including possible 'Foreign Members'.", "author": "Turf Authors", "contributors": [ "Denis Carriere <@DenisCarriere>" diff --git a/packages/turf-clusters-dbscan/package.json b/packages/turf-clusters-dbscan/package.json index 38073b878..327f5966a 100644 --- a/packages/turf-clusters-dbscan/package.json +++ b/packages/turf-clusters-dbscan/package.json @@ -1,7 +1,7 @@ { "name": "@turf/clusters-dbscan", "version": "7.2.0", - "description": "turf clusters-dbscan module", + "description": "Takes a set of points and partition them into clusters according to DBSCAN's data clustering algorithm.", "author": "Turf Authors", "contributors": [ "Lukasz <@uhho>", diff --git a/packages/turf-clusters-kmeans/package.json b/packages/turf-clusters-kmeans/package.json index 5e97f9988..e8fdb2e20 100644 --- a/packages/turf-clusters-kmeans/package.json +++ b/packages/turf-clusters-kmeans/package.json @@ -1,7 +1,7 @@ { "name": "@turf/clusters-kmeans", "version": "7.2.0", - "description": "turf clusters-kmeans module", + "description": "Takes a set of points and partition them into clusters using the k-means algorithm.", "author": "Turf Authors", "contributors": [ "David Gómez Matarrodona <@solzimer>", diff --git a/packages/turf-clusters/package.json b/packages/turf-clusters/package.json index 6a49426e2..f0b96e09c 100644 --- a/packages/turf-clusters/package.json +++ b/packages/turf-clusters/package.json @@ -1,7 +1,7 @@ { "name": "@turf/clusters", "version": "7.2.0", - "description": "turf clusters module", + "description": "Group points into clusters based on their spatial proximity or properties.", "author": "Turf Authors", "contributors": [ "Denis Carriere <@DenisCarriere>" diff --git a/packages/turf-collect/package.json b/packages/turf-collect/package.json index 02f0aeae2..202d6bd3d 100644 --- a/packages/turf-collect/package.json +++ b/packages/turf-collect/package.json @@ -1,7 +1,7 @@ { "name": "@turf/collect", "version": "7.2.0", - "description": "turf collect module", + "description": "Merges a specified property from a FeatureCollection of points into a FeatureCollection of polygons.", "author": "Turf Authors", "contributors": [ "Rowan Winsemius <@rowanwins>" diff --git a/packages/turf-combine/package.json b/packages/turf-combine/package.json index 9e17cee9e..68adce98e 100644 --- a/packages/turf-combine/package.json +++ b/packages/turf-combine/package.json @@ -1,7 +1,7 @@ { "name": "@turf/combine", "version": "7.2.0", - "description": "turf combine module", + "description": "Combines a FeatureCollection of Point, LineString, or Polygon features into MultiPoint, MultiLineString, or MultiPolygon features.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-concave/package.json b/packages/turf-concave/package.json index 3b822999b..c1ab3690f 100644 --- a/packages/turf-concave/package.json +++ b/packages/turf-concave/package.json @@ -1,7 +1,7 @@ { "name": "@turf/concave", "version": "7.2.0", - "description": "turf concave module", + "description": "Creates a concave hull around points.", "author": "Turf Authors", "contributors": [ "Tom MacWright <@tmcw>", diff --git a/packages/turf-convex/package.json b/packages/turf-convex/package.json index 0368f8c5e..5ddc25702 100644 --- a/packages/turf-convex/package.json +++ b/packages/turf-convex/package.json @@ -1,7 +1,7 @@ { "name": "@turf/convex", "version": "7.2.0", - "description": "turf convex module", + "description": "Creates a convex hull around points", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-difference/package.json b/packages/turf-difference/package.json index 63d3417f8..28eb3b004 100644 --- a/packages/turf-difference/package.json +++ b/packages/turf-difference/package.json @@ -1,7 +1,7 @@ { "name": "@turf/difference", "version": "7.2.0", - "description": "turf difference module", + "description": "Finds the difference between multiple polygons by clipping the subsequent polygon from the first.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-directional-mean/package.json b/packages/turf-directional-mean/package.json index 947bd61ba..1170f28de 100644 --- a/packages/turf-directional-mean/package.json +++ b/packages/turf-directional-mean/package.json @@ -1,7 +1,7 @@ { "name": "@turf/directional-mean", "version": "7.2.0", - "description": "turf directional-mean module", + "description": "Calculates the average angle of a set of lines, measuring the trend of it.", "author": "Turf Authors", "contributors": [ "Haoming Zhuang <@zhuang-hao-ming>" diff --git a/packages/turf-dissolve/package.json b/packages/turf-dissolve/package.json index e0b4bd491..142a1b749 100644 --- a/packages/turf-dissolve/package.json +++ b/packages/turf-dissolve/package.json @@ -1,7 +1,7 @@ { "name": "@turf/dissolve", "version": "7.2.0", - "description": "turf dissolve module", + "description": "Dissolves a FeatureCollection of Polygon features.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-distance-weight/package.json b/packages/turf-distance-weight/package.json index db75722f6..9639fad46 100644 --- a/packages/turf-distance-weight/package.json +++ b/packages/turf-distance-weight/package.json @@ -1,7 +1,7 @@ { "name": "@turf/distance-weight", "version": "7.2.0", - "description": "turf distance-weight module", + "description": "Calculate the influence or weight of points over an area based on their distances.", "author": "Turf Authors", "contributors": [ "Haoming Zhuang <@zhuang-hao-ming>" diff --git a/packages/turf-distance/package.json b/packages/turf-distance/package.json index 038359694..8fd1442b9 100644 --- a/packages/turf-distance/package.json +++ b/packages/turf-distance/package.json @@ -1,7 +1,7 @@ { "name": "@turf/distance", "version": "7.2.0", - "description": "turf distance module", + "description": "Measures the straight-line distance between two points, like cities or landmarks.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-ellipse/package.json b/packages/turf-ellipse/package.json index e7591d3d5..e366183cc 100644 --- a/packages/turf-ellipse/package.json +++ b/packages/turf-ellipse/package.json @@ -1,7 +1,7 @@ { "name": "@turf/ellipse", "version": "7.2.0", - "description": "turf ellipse module", + "description": "Takes a Point and calculates the ellipse polygon given two semi-axes expressed in variable units and steps for precision.", "author": "Turf Authors", "contributors": [ "Moacir P. de Sá Pereira <@muziejus>" diff --git a/packages/turf-envelope/package.json b/packages/turf-envelope/package.json index 7e4df24f0..227720a4e 100644 --- a/packages/turf-envelope/package.json +++ b/packages/turf-envelope/package.json @@ -1,7 +1,7 @@ { "name": "@turf/envelope", "version": "7.2.0", - "description": "turf envelope module", + "description": "Takes any number of features and returns a rectangular Polygon that encompasses all vertices.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-explode/package.json b/packages/turf-explode/package.json index 5502b1f66..ebe575189 100644 --- a/packages/turf-explode/package.json +++ b/packages/turf-explode/package.json @@ -1,7 +1,7 @@ { "name": "@turf/explode", "version": "7.2.0", - "description": "turf explode module", + "description": "Takes a feature or set of features and returns all positions as points.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-flatten/package.json b/packages/turf-flatten/package.json index b0ab86844..dcd300aa1 100644 --- a/packages/turf-flatten/package.json +++ b/packages/turf-flatten/package.json @@ -1,7 +1,7 @@ { "name": "@turf/flatten", "version": "7.2.0", - "description": "turf flatten module", + "description": "Flattens any GeoJSON to a FeatureCollection", "author": "Turf Authors", "contributors": [ "Tom MacWright <@tmcw>", diff --git a/packages/turf-flip/package.json b/packages/turf-flip/package.json index 8cd6a297d..09e23dd26 100644 --- a/packages/turf-flip/package.json +++ b/packages/turf-flip/package.json @@ -1,7 +1,7 @@ { "name": "@turf/flip", "version": "7.2.0", - "description": "turf flip module", + "description": "Takes input features and flips all of their coordinates.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-great-circle/package.json b/packages/turf-great-circle/package.json index c79ba668b..a33188cae 100644 --- a/packages/turf-great-circle/package.json +++ b/packages/turf-great-circle/package.json @@ -1,7 +1,7 @@ { "name": "@turf/great-circle", "version": "7.2.0", - "description": "turf great-circle module", + "description": "Calculate great circles routes as LineString or MultiLineString.", "author": "Turf Authors", "contributors": [ "Dane Springmeyer <@springmeyer>", diff --git a/packages/turf-helpers/package.json b/packages/turf-helpers/package.json index fa3f49726..174a4117c 100644 --- a/packages/turf-helpers/package.json +++ b/packages/turf-helpers/package.json @@ -1,7 +1,7 @@ { "name": "@turf/helpers", "version": "7.2.0", - "description": "turf helpers module", + "description": "Provides helper functions to create GeoJSON features, like points, lines, or areas on a map.", "author": "Turf Authors", "contributors": [ "Tom MacWright <@tmcw>", diff --git a/packages/turf-hex-grid/package.json b/packages/turf-hex-grid/package.json index 902e6bf7b..317fa8381 100644 --- a/packages/turf-hex-grid/package.json +++ b/packages/turf-hex-grid/package.json @@ -1,7 +1,7 @@ { "name": "@turf/hex-grid", "version": "7.2.0", - "description": "turf hex-grid module", + "description": "Creates a honeycomb-like grid of hexagons within a bounding box.", "author": "Turf Authors", "contributors": [ "James Seppi <@jseppi>", diff --git a/packages/turf-interpolate/package.json b/packages/turf-interpolate/package.json index bac02f32f..3c3ccc740 100644 --- a/packages/turf-interpolate/package.json +++ b/packages/turf-interpolate/package.json @@ -1,7 +1,7 @@ { "name": "@turf/interpolate", "version": "7.2.0", - "description": "turf interpolate module", + "description": "Creates an interpolated grid of points using the Inverse Distance Weighting method.", "author": "Turf Authors", "contributors": [ "Stefano Borghi <@stebogit>" diff --git a/packages/turf-intersect/package.json b/packages/turf-intersect/package.json index def17cf24..5cb319aaf 100644 --- a/packages/turf-intersect/package.json +++ b/packages/turf-intersect/package.json @@ -1,7 +1,7 @@ { "name": "@turf/intersect", "version": "7.2.0", - "description": "turf intersect module", + "description": "Finds the shared area between two polygons.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-invariant/package.json b/packages/turf-invariant/package.json index 7c653bcc8..f04216a03 100644 --- a/packages/turf-invariant/package.json +++ b/packages/turf-invariant/package.json @@ -1,7 +1,7 @@ { "name": "@turf/invariant", "version": "7.2.0", - "description": "turf invariant module", + "description": "Lightweight utility for input validation and data extraction in Turf.js. Ensures GeoJSON inputs are in the correct format and extracts specific components like coordinates or geometries.", "author": "Turf Authors", "contributors": [ "Tom MacWright <@tmcw>", diff --git a/packages/turf-isobands/package.json b/packages/turf-isobands/package.json index f1295d1e5..3bc344fe4 100644 --- a/packages/turf-isobands/package.json +++ b/packages/turf-isobands/package.json @@ -1,7 +1,7 @@ { "name": "@turf/isobands", "version": "7.2.0", - "description": "turf isobands module", + "description": "Takes a grid of values (GeoJSON format) and a set of threshold ranges. It outputs polygons that group areas within those ranges, effectively creating filled contour isobands.", "author": "Turf Authors", "contributors": [ "Stefano Borghi <@stebogit>" diff --git a/packages/turf-isolines/package.json b/packages/turf-isolines/package.json index 12f103f9d..5c2332d29 100644 --- a/packages/turf-isolines/package.json +++ b/packages/turf-isolines/package.json @@ -1,7 +1,7 @@ { "name": "@turf/isolines", "version": "7.2.0", - "description": "turf isolines module", + "description": "Generate contour lines from a grid of data.", "author": "Turf Authors", "contributors": [ "Stefano Borghi <@stebogit>" diff --git a/packages/turf-kinks/package.json b/packages/turf-kinks/package.json index 967a9634b..424a104b8 100644 --- a/packages/turf-kinks/package.json +++ b/packages/turf-kinks/package.json @@ -1,7 +1,7 @@ { "name": "@turf/kinks", "version": "7.2.0", - "description": "turf kinks module", + "description": "Takes a GeoJSON feature and returns points at all self-intersections.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-length/package.json b/packages/turf-length/package.json index a68033163..cde6ac559 100644 --- a/packages/turf-length/package.json +++ b/packages/turf-length/package.json @@ -1,7 +1,7 @@ { "name": "@turf/length", "version": "7.2.0", - "description": "turf length module", + "description": " Calculates the length of a line, perfect for paths or routes.", "author": "Turf Authors", "contributors": [ "Denis Carriere <@DenisCarriere>", diff --git a/packages/turf-line-arc/package.json b/packages/turf-line-arc/package.json index 4ffff6c76..e2b3ebf42 100644 --- a/packages/turf-line-arc/package.json +++ b/packages/turf-line-arc/package.json @@ -1,7 +1,7 @@ { "name": "@turf/line-arc", "version": "7.2.0", - "description": "turf line-arc module", + "description": "Creates a circular arc, of a circle of the given radius and center point, between two bearings.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-line-chunk/package.json b/packages/turf-line-chunk/package.json index 6868dd89c..e8997f224 100644 --- a/packages/turf-line-chunk/package.json +++ b/packages/turf-line-chunk/package.json @@ -1,7 +1,7 @@ { "name": "@turf/line-chunk", "version": "7.2.0", - "description": "turf line-chunk module", + "description": "Divides a LineString into chunks of a specified length.", "author": "Turf Authors", "contributors": [ "Tim Channell <@tcql>", diff --git a/packages/turf-line-intersect/package.json b/packages/turf-line-intersect/package.json index 021ca01ff..a759b87bc 100644 --- a/packages/turf-line-intersect/package.json +++ b/packages/turf-line-intersect/package.json @@ -1,7 +1,7 @@ { "name": "@turf/line-intersect", "version": "7.2.0", - "description": "turf line-intersect module", + "description": "Takes any LineString or Polygon GeoJSON and returns the intersecting point(s).", "author": "Turf Authors", "contributors": [ "Denis Carriere <@DenisCarriere>", diff --git a/packages/turf-line-offset/package.json b/packages/turf-line-offset/package.json index 397c8fcc1..e541dd95b 100644 --- a/packages/turf-line-offset/package.json +++ b/packages/turf-line-offset/package.json @@ -1,7 +1,7 @@ { "name": "@turf/line-offset", "version": "7.2.0", - "description": "turf line-offset module", + "description": "Takes a line and returns a line at offset by the specified distance.", "author": "Turf Authors", "contributors": [ "David Wee <@rook2pawn>", diff --git a/packages/turf-line-overlap/package.json b/packages/turf-line-overlap/package.json index a7e0341e1..4480d3e7d 100644 --- a/packages/turf-line-overlap/package.json +++ b/packages/turf-line-overlap/package.json @@ -1,7 +1,7 @@ { "name": "@turf/line-overlap", "version": "7.2.0", - "description": "turf line-overlap module", + "description": "Takes any LineString or Polygon and returns the overlapping lines between both features.", "author": "Turf Authors", "contributors": [ "Denis Carriere <@DenisCarriere>" diff --git a/packages/turf-line-segment/package.json b/packages/turf-line-segment/package.json index 750d8f4e0..b48fcf559 100644 --- a/packages/turf-line-segment/package.json +++ b/packages/turf-line-segment/package.json @@ -1,7 +1,7 @@ { "name": "@turf/line-segment", "version": "7.2.0", - "description": "turf line-segment module", + "description": "Creates line segments from a GeoJSON feature.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-line-slice-along/package.json b/packages/turf-line-slice-along/package.json index aa5b328fe..7e777cae9 100644 --- a/packages/turf-line-slice-along/package.json +++ b/packages/turf-line-slice-along/package.json @@ -1,7 +1,7 @@ { "name": "@turf/line-slice-along", "version": "7.2.0", - "description": "turf line-slice-along module", + "description": "Useful for extracting only the part of a route between two distances.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-line-slice/package.json b/packages/turf-line-slice/package.json index e9048aeb1..22b121247 100644 --- a/packages/turf-line-slice/package.json +++ b/packages/turf-line-slice/package.json @@ -1,7 +1,7 @@ { "name": "@turf/line-slice", "version": "7.2.0", - "description": "turf line-slice module", + "description": "Useful for extracting only the part of a route between waypoints.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-line-split/package.json b/packages/turf-line-split/package.json index 7358c4653..9c5c00836 100644 --- a/packages/turf-line-split/package.json +++ b/packages/turf-line-split/package.json @@ -1,7 +1,7 @@ { "name": "@turf/line-split", "version": "7.2.0", - "description": "turf line-split module", + "description": "Split a LineString by another GeoJSON Feature.", "author": "Turf Authors", "contributors": [ "Denis Carriere <@DenisCarriere>" diff --git a/packages/turf-line-to-polygon/package.json b/packages/turf-line-to-polygon/package.json index 33e3f6e0a..00e06a5f5 100644 --- a/packages/turf-line-to-polygon/package.json +++ b/packages/turf-line-to-polygon/package.json @@ -1,7 +1,7 @@ { "name": "@turf/line-to-polygon", "version": "7.2.0", - "description": "turf line-to-polygon module", + "description": "Converts line(s) to polygon(s).", "author": "Turf Authors", "contributors": [ "Denis Carriere <@DenisCarriere>" diff --git a/packages/turf-mask/package.json b/packages/turf-mask/package.json index 5362543f8..657d2267b 100644 --- a/packages/turf-mask/package.json +++ b/packages/turf-mask/package.json @@ -1,7 +1,7 @@ { "name": "@turf/mask", "version": "7.2.0", - "description": "turf mask module", + "description": "Takes polygons or multipolygons and an optional mask, and returns an exterior ring polygon with holes.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-meta/package.json b/packages/turf-meta/package.json index 66c8467a7..17de5cb3e 100644 --- a/packages/turf-meta/package.json +++ b/packages/turf-meta/package.json @@ -1,7 +1,7 @@ { "name": "@turf/meta", "version": "7.2.0", - "description": "turf meta module", + "description": "Provides tools for iterating over and manipulating GeoJSON objects.", "author": "Turf Authors", "contributors": [ "Tom MacWright <@tmcw>", diff --git a/packages/turf-midpoint/package.json b/packages/turf-midpoint/package.json index 2974cd46e..922555974 100644 --- a/packages/turf-midpoint/package.json +++ b/packages/turf-midpoint/package.json @@ -1,7 +1,7 @@ { "name": "@turf/midpoint", "version": "7.2.0", - "description": "turf midpoint module", + "description": "Takes two points and calculates a point midway between them geodesically.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-moran-index/package.json b/packages/turf-moran-index/package.json index 088556486..9b4b765e0 100644 --- a/packages/turf-moran-index/package.json +++ b/packages/turf-moran-index/package.json @@ -1,7 +1,7 @@ { "name": "@turf/moran-index", "version": "7.2.0", - "description": "turf moran-index module", + "description": "Measures patterns of attribute values associated with features. Reveals whether similar values tend to occur near each other, or whether high or low values are interspersed", "author": "Turf Authors", "contributors": [ "Haoming Zhuang <@zhuang-hao-ming>" diff --git a/packages/turf-nearest-neighbor-analysis/index.ts b/packages/turf-nearest-neighbor-analysis/index.ts index fbde954cc..5e033f2a8 100644 --- a/packages/turf-nearest-neighbor-analysis/index.ts +++ b/packages/turf-nearest-neighbor-analysis/index.ts @@ -55,7 +55,7 @@ interface NearestNeighborStudyArea extends Feature { } /** - * Nearest Neighbor Analysis calculates an index based the average distances + * Nearest Neighbor Analysis calculates an index based on the average distances * between points in the dataset, thereby providing inference as to whether the * data is clustered, dispersed, or randomly distributed within the study area. * diff --git a/packages/turf-nearest-neighbor-analysis/package.json b/packages/turf-nearest-neighbor-analysis/package.json index 0e31e8535..82e4e5843 100644 --- a/packages/turf-nearest-neighbor-analysis/package.json +++ b/packages/turf-nearest-neighbor-analysis/package.json @@ -1,7 +1,7 @@ { "name": "@turf/nearest-neighbor-analysis", "version": "7.2.0", - "description": "turf nearest-neighbor-analysis module", + "description": "Calculates an index based the average distances between points in the dataset, thereby providing inference as to whether the data is clustered, dispersed, or randomly distributed within the study area.", "author": "Turf Authors", "contributors": [ "Moacir P. de Sá Pereira <@muziejus>" diff --git a/packages/turf-nearest-point-on-line/package.json b/packages/turf-nearest-point-on-line/package.json index 40e98fb07..779c78e6b 100644 --- a/packages/turf-nearest-point-on-line/package.json +++ b/packages/turf-nearest-point-on-line/package.json @@ -1,7 +1,7 @@ { "name": "@turf/nearest-point-on-line", "version": "7.2.0", - "description": "turf nearest-point-on-line module", + "description": "Finds the nearest point on a line to a given point", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-nearest-point-to-line/package.json b/packages/turf-nearest-point-to-line/package.json index 05a051bb7..d5e0cb2d9 100644 --- a/packages/turf-nearest-point-to-line/package.json +++ b/packages/turf-nearest-point-to-line/package.json @@ -1,7 +1,7 @@ { "name": "@turf/nearest-point-to-line", "version": "7.2.0", - "description": "turf nearest-point-to-line module", + "description": "Returns the closest point, of a collection of points, to a line.", "author": "Turf Authors", "contributors": [ "Stefano Borghi <@stebogit>" diff --git a/packages/turf-nearest-point/package.json b/packages/turf-nearest-point/package.json index 7bed0ed02..8e78e45f0 100644 --- a/packages/turf-nearest-point/package.json +++ b/packages/turf-nearest-point/package.json @@ -1,7 +1,7 @@ { "name": "@turf/nearest-point", "version": "7.2.0", - "description": "turf nearest-point module", + "description": "Finds the nearest point from a FeatureCollection of Features with Point geometries to a given point.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-planepoint/package.json b/packages/turf-planepoint/package.json index e81711a89..037040ba7 100644 --- a/packages/turf-planepoint/package.json +++ b/packages/turf-planepoint/package.json @@ -1,7 +1,7 @@ { "name": "@turf/planepoint", "version": "7.2.0", - "description": "turf planepoint module", + "description": "Takes a triangular plane as a polygon and a point within that triangle, and returns the z-value at that point.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-point-grid/package.json b/packages/turf-point-grid/package.json index 63dbab64f..24d04389d 100644 --- a/packages/turf-point-grid/package.json +++ b/packages/turf-point-grid/package.json @@ -1,7 +1,7 @@ { "name": "@turf/point-grid", "version": "7.2.0", - "description": "turf point-grid module", + "description": "Creates a grid of points within a bounding box.", "author": "Turf Authors", "contributors": [ "Stefano Borghi <@stebogit>", diff --git a/packages/turf-point-on-feature/package.json b/packages/turf-point-on-feature/package.json index 507267c63..f8bbb508a 100644 --- a/packages/turf-point-on-feature/package.json +++ b/packages/turf-point-on-feature/package.json @@ -1,7 +1,7 @@ { "name": "@turf/point-on-feature", "version": "7.2.0", - "description": "turf point-on-feature module", + "description": "Takes a Feature or FeatureCollection and returns a Point guaranteed to be on the surface of the feature.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-point-to-line-distance/package.json b/packages/turf-point-to-line-distance/package.json index ca4935a05..0672e20a8 100644 --- a/packages/turf-point-to-line-distance/package.json +++ b/packages/turf-point-to-line-distance/package.json @@ -1,7 +1,7 @@ { "name": "@turf/point-to-line-distance", "version": "7.2.0", - "description": "turf point-to-line-distance module", + "description": "Calculates the distance between a given point and the nearest point on a line.", "author": "Turf Authors", "contributors": [ "Stefano Borghi <@stebogit>" diff --git a/packages/turf-point-to-polygon-distance/package.json b/packages/turf-point-to-polygon-distance/package.json index 2574bb960..e1fc8a03d 100644 --- a/packages/turf-point-to-polygon-distance/package.json +++ b/packages/turf-point-to-polygon-distance/package.json @@ -1,7 +1,7 @@ { "name": "@turf/point-to-polygon-distance", "version": "7.2.0", - "description": "turf point-to-polygon-distance module", + "description": "Calculates the distance from a point to the edges of a polygon or multi-polygon.", "author": "Turf Authors", "contributors": [ "Marc <@pachacamac>" diff --git a/packages/turf-points-within-polygon/package.json b/packages/turf-points-within-polygon/package.json index fdb4c2fca..c8d01541e 100644 --- a/packages/turf-points-within-polygon/package.json +++ b/packages/turf-points-within-polygon/package.json @@ -1,7 +1,7 @@ { "name": "@turf/points-within-polygon", "version": "7.2.0", - "description": "turf points-within-polygon module", + "description": "Finds points that fall within polygon(s).", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-polygon-smooth/package.json b/packages/turf-polygon-smooth/package.json index ee275d31d..eaba9f281 100644 --- a/packages/turf-polygon-smooth/package.json +++ b/packages/turf-polygon-smooth/package.json @@ -1,7 +1,7 @@ { "name": "@turf/polygon-smooth", "version": "7.2.0", - "description": "turf polygon smooth module", + "description": "Smooths a Polygon or MultiPolygon, based on Chaikin's algorithm.", "author": "Turf Authors", "contributors": [ "Rowan Winsemius <@rowanwins>" diff --git a/packages/turf-polygon-tangents/package.json b/packages/turf-polygon-tangents/package.json index 06dba4edc..2e44696dd 100644 --- a/packages/turf-polygon-tangents/package.json +++ b/packages/turf-polygon-tangents/package.json @@ -1,7 +1,7 @@ { "name": "@turf/polygon-tangents", "version": "7.2.0", - "description": "turf polygon tangents module", + "description": "Finds the tangents of a polygon from a point.", "author": "Turf Authors", "contributors": [ "Rowan Winsemius <@rowanwins>", diff --git a/packages/turf-polygon-to-line/package.json b/packages/turf-polygon-to-line/package.json index d6b012daf..c821b38d4 100644 --- a/packages/turf-polygon-to-line/package.json +++ b/packages/turf-polygon-to-line/package.json @@ -1,7 +1,7 @@ { "name": "@turf/polygon-to-line", "version": "7.2.0", - "description": "turf polygon-to-line module", + "description": "Converts a polygon to a line string.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-polygonize/package.json b/packages/turf-polygonize/package.json index 077ce5e30..3a848bdcc 100644 --- a/packages/turf-polygonize/package.json +++ b/packages/turf-polygonize/package.json @@ -1,7 +1,7 @@ { "name": "@turf/polygonize", "version": "7.2.0", - "description": "turf polygonize module", + "description": "Polygonizes a set of lines that represents edges in a planar graph.", "author": "Turf Authors", "contributors": [ "Nicolas Cisco <@nickcis>", diff --git a/packages/turf-projection/package.json b/packages/turf-projection/package.json index c50245925..14f06a2ba 100644 --- a/packages/turf-projection/package.json +++ b/packages/turf-projection/package.json @@ -1,7 +1,7 @@ { "name": "@turf/projection", "version": "7.2.0", - "description": "turf projection module", + "description": "Provides tools for conversion between geographic coordinates and projected coordinates.", "author": "Turf Authors", "contributors": [ "Stefano Borghi <@stebogit>" diff --git a/packages/turf-quadrat-analysis/package.json b/packages/turf-quadrat-analysis/package.json index 071a8f255..a6a27fb08 100644 --- a/packages/turf-quadrat-analysis/package.json +++ b/packages/turf-quadrat-analysis/package.json @@ -1,7 +1,7 @@ { "name": "@turf/quadrat-analysis", "version": "7.2.0", - "description": "turf quadrat-analysis module", + "description": "Quadrat analysis lays a set of equal-size areas(quadrat) over the study area and counts the number of features in each quadrat and creates a frequency table.", "author": "Turf Authors", "contributors": [ "Haoming Zhuang <@zhuang-hao-ming>" diff --git a/packages/turf-random/package.json b/packages/turf-random/package.json index fec538993..70ca487f9 100644 --- a/packages/turf-random/package.json +++ b/packages/turf-random/package.json @@ -1,7 +1,7 @@ { "name": "@turf/random", "version": "7.2.0", - "description": "turf random module", + "description": "Generates random points, lines, or polygons for testing.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-rectangle-grid/package.json b/packages/turf-rectangle-grid/package.json index bc6cec01f..0c12c2c77 100644 --- a/packages/turf-rectangle-grid/package.json +++ b/packages/turf-rectangle-grid/package.json @@ -1,7 +1,7 @@ { "name": "@turf/rectangle-grid", "version": "7.2.0", - "description": "turf rectangle-grid module", + "description": "Creates a grid of rectangular polygons with width and height consistent in degrees.", "author": "Turf Authors", "contributors": [ "Steve Bennett <@stevage>", diff --git a/packages/turf-rewind/package.json b/packages/turf-rewind/package.json index 14bbb5f06..c32aaee7f 100644 --- a/packages/turf-rewind/package.json +++ b/packages/turf-rewind/package.json @@ -1,7 +1,7 @@ { "name": "@turf/rewind", "version": "7.2.0", - "description": "turf rewind module", + "description": "Rewind using Shoelace Formula.", "author": "Turf Authors", "contributors": [ "Abel Vázquez Montoro <@AbelVM>", diff --git a/packages/turf-rhumb-bearing/package.json b/packages/turf-rhumb-bearing/package.json index 0143b26de..03bfbc52a 100644 --- a/packages/turf-rhumb-bearing/package.json +++ b/packages/turf-rhumb-bearing/package.json @@ -1,7 +1,7 @@ { "name": "@turf/rhumb-bearing", "version": "7.2.0", - "description": "turf rhumb-bearing module", + "description": "Takes two points and finds the bearing angle between them along a Rhumb line.", "author": "Turf Authors", "contributors": [ "Chris Veness <@chrisveness>", diff --git a/packages/turf-rhumb-destination/package.json b/packages/turf-rhumb-destination/package.json index ab836943c..6acc2d6b4 100644 --- a/packages/turf-rhumb-destination/package.json +++ b/packages/turf-rhumb-destination/package.json @@ -1,7 +1,7 @@ { "name": "@turf/rhumb-destination", "version": "7.2.0", - "description": "turf rhumb-destination module", + "description": "Calculates the destination point having travelled the given distance along a Rhumb line.", "author": "Turf Authors", "contributors": [ "Chris Veness <@chrisveness>", diff --git a/packages/turf-rhumb-distance/package.json b/packages/turf-rhumb-distance/package.json index fad2a6cf2..95db10eda 100644 --- a/packages/turf-rhumb-distance/package.json +++ b/packages/turf-rhumb-distance/package.json @@ -1,7 +1,7 @@ { "name": "@turf/rhumb-distance", "version": "7.2.0", - "description": "turf rhumb-distance module", + "description": "Calculates the distance along a rhumb line between two points.", "author": "Turf Authors", "contributors": [ "Chris Veness <@chrisveness>", diff --git a/packages/turf-sample/package.json b/packages/turf-sample/package.json index 74abbc8af..5bdc42089 100644 --- a/packages/turf-sample/package.json +++ b/packages/turf-sample/package.json @@ -1,7 +1,7 @@ { "name": "@turf/sample", "version": "7.2.0", - "description": "turf sample module", + "description": "Takes a FeatureCollection and returns a FeatureCollection with given number of features at random.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-sector/package.json b/packages/turf-sector/package.json index 202624441..650183be9 100644 --- a/packages/turf-sector/package.json +++ b/packages/turf-sector/package.json @@ -1,7 +1,7 @@ { "name": "@turf/sector", "version": "7.2.0", - "description": "turf sector module", + "description": "Creates a circular sector of a circle.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-shortest-path/package.json b/packages/turf-shortest-path/package.json index 0bedaf7ce..9e9dec0e9 100644 --- a/packages/turf-shortest-path/package.json +++ b/packages/turf-shortest-path/package.json @@ -1,7 +1,7 @@ { "name": "@turf/shortest-path", "version": "7.2.0", - "description": "turf shortest-path module", + "description": "Returns the shortest path from start to end without colliding with any Feature in obstacles.", "author": "Turf Authors", "contributors": [ "Stefano Borghi <@stebogit>", diff --git a/packages/turf-simplify/package.json b/packages/turf-simplify/package.json index d24240b42..ff81041a1 100644 --- a/packages/turf-simplify/package.json +++ b/packages/turf-simplify/package.json @@ -1,7 +1,7 @@ { "name": "@turf/simplify", "version": "7.2.0", - "description": "turf simplify module", + "description": "Reduces the number of points in a shape while keeping its overall look.", "author": "Turf Authors", "contributors": [ "Vladimir Agafonkin <@mourner>", diff --git a/packages/turf-square-grid/package.json b/packages/turf-square-grid/package.json index 535131c5b..6ea2b28f7 100644 --- a/packages/turf-square-grid/package.json +++ b/packages/turf-square-grid/package.json @@ -1,7 +1,7 @@ { "name": "@turf/square-grid", "version": "7.2.0", - "description": "turf square-grid module", + "description": "Creates a square grid within a bounding box.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-square/package.json b/packages/turf-square/package.json index 0169d01f0..3bbf69324 100644 --- a/packages/turf-square/package.json +++ b/packages/turf-square/package.json @@ -1,7 +1,7 @@ { "name": "@turf/square", "version": "7.2.0", - "description": "turf square module", + "description": "Takes a bounding box and calculates the minimum square bounding box that would contain the input.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-standard-deviational-ellipse/package.json b/packages/turf-standard-deviational-ellipse/package.json index 438f5e799..244cbd349 100644 --- a/packages/turf-standard-deviational-ellipse/package.json +++ b/packages/turf-standard-deviational-ellipse/package.json @@ -1,7 +1,7 @@ { "name": "@turf/standard-deviational-ellipse", "version": "7.2.0", - "description": "turf standard-deviational-ellipse module", + "description": "Takes a collection of features and returns a standard deviational ellipse.", "author": "Turf Authors", "contributors": [ "Moacir P. de Sá Pereira <@muziejus>" diff --git a/packages/turf-tag/package.json b/packages/turf-tag/package.json index c8a630297..6277c38b0 100644 --- a/packages/turf-tag/package.json +++ b/packages/turf-tag/package.json @@ -1,7 +1,7 @@ { "name": "@turf/tag", "version": "7.2.0", - "description": "turf tag module", + "description": "Takes a set of points and a set of polygons and/or multipolygons and performs a spatial join.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-tesselate/package.json b/packages/turf-tesselate/package.json index 06b457708..3d769291b 100644 --- a/packages/turf-tesselate/package.json +++ b/packages/turf-tesselate/package.json @@ -1,7 +1,7 @@ { "name": "@turf/tesselate", "version": "7.2.0", - "description": "turf tesselate module", + "description": "Tesselates a polygon or multipolygon into a collection of triangle polygons using earcut.", "author": "Turf Authors", "contributors": [ "Abel Vázquez <@AbelVM>", diff --git a/packages/turf-tin/package.json b/packages/turf-tin/package.json index 58b0e780d..650ad63cc 100644 --- a/packages/turf-tin/package.json +++ b/packages/turf-tin/package.json @@ -1,7 +1,7 @@ { "name": "@turf/tin", "version": "7.2.0", - "description": "turf tin module", + "description": "Takes a set of points and creates a Triangulated Irregular Network.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-transform-rotate/package.json b/packages/turf-transform-rotate/package.json index 0f5ff0b77..2129a1a28 100644 --- a/packages/turf-transform-rotate/package.json +++ b/packages/turf-transform-rotate/package.json @@ -1,7 +1,7 @@ { "name": "@turf/transform-rotate", "version": "7.2.0", - "description": "turf transform-rotate module", + "description": "Rotates a geometry around its center or a given point.", "author": "Turf Authors", "contributors": [ "Stefano Borghi <@stebogit>", diff --git a/packages/turf-transform-scale/package.json b/packages/turf-transform-scale/package.json index 6216d700a..edf3a3600 100644 --- a/packages/turf-transform-scale/package.json +++ b/packages/turf-transform-scale/package.json @@ -1,7 +1,7 @@ { "name": "@turf/transform-scale", "version": "7.2.0", - "description": "turf transform-scale module", + "description": "Changes the size of a geometry by scaling it up or down.", "author": "Turf Authors", "contributors": [ "Stefano Borghi <@stebogit>", diff --git a/packages/turf-transform-translate/package.json b/packages/turf-transform-translate/package.json index d3c4eb4de..0a7c11b29 100644 --- a/packages/turf-transform-translate/package.json +++ b/packages/turf-transform-translate/package.json @@ -1,7 +1,7 @@ { "name": "@turf/transform-translate", "version": "7.2.0", - "description": "turf transform-translate module", + "description": "Moves a shape or location in a specific direction.", "author": "Turf Authors", "contributors": [ "Stefano Borghi <@stebogit>", diff --git a/packages/turf-triangle-grid/package.json b/packages/turf-triangle-grid/package.json index 20452ea4c..5bf180190 100644 --- a/packages/turf-triangle-grid/package.json +++ b/packages/turf-triangle-grid/package.json @@ -1,7 +1,7 @@ { "name": "@turf/triangle-grid", "version": "7.2.0", - "description": "turf triangle-grid module", + "description": "Creates a triangular grid within a bounding box.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-truncate/package.json b/packages/turf-truncate/package.json index 9fbe070fa..3775a0a8f 100644 --- a/packages/turf-truncate/package.json +++ b/packages/turf-truncate/package.json @@ -1,7 +1,7 @@ { "name": "@turf/truncate", "version": "7.2.0", - "description": "turf truncate module", + "description": "Truncates precision of GeoJSON coordinates.", "author": "Turf Authors", "contributors": [ "Denis Carriere <@DenisCarriere>" diff --git a/packages/turf-union/package.json b/packages/turf-union/package.json index ad8de457e..959318370 100644 --- a/packages/turf-union/package.json +++ b/packages/turf-union/package.json @@ -1,7 +1,7 @@ { "name": "@turf/union", "version": "7.2.0", - "description": "turf union module", + "description": "Combines two or more polygons into a single polygon.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-unkink-polygon/package.json b/packages/turf-unkink-polygon/package.json index 2390d57a8..3a72b6b61 100644 --- a/packages/turf-unkink-polygon/package.json +++ b/packages/turf-unkink-polygon/package.json @@ -1,7 +1,7 @@ { "name": "@turf/unkink-polygon", "version": "7.2.0", - "description": "turf unkink-polygon module", + "description": "Takes a kinked polygon and returns a feature collection of polygons that have no kinks.", "author": "Turf Authors", "license": "MIT", "bugs": { diff --git a/packages/turf-voronoi/package.json b/packages/turf-voronoi/package.json index d04734655..2ac8586ed 100644 --- a/packages/turf-voronoi/package.json +++ b/packages/turf-voronoi/package.json @@ -1,7 +1,7 @@ { "name": "@turf/voronoi", "version": "7.2.0", - "description": "turf voronoi module", + "description": "Takes a collection of points and a bounding box, and returns a collection of Voronoi polygons.", "author": "Turf Authors", "contributors": [ "Philippe Riviere <@Fil>",