Skip to content

Commit b17238b

Browse files
Merge branch 'Turfjs:master' into master
2 parents 00453f0 + 8410246 commit b17238b

File tree

115 files changed

+115
-115
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+115
-115
lines changed

packages/turf-along/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/along",
33
"version": "7.2.0",
4-
"description": "turf along module",
4+
"description": "Calculates a point along a line at a specific distance",
55
"author": "Turf Authors",
66
"license": "MIT",
77
"bugs": {

packages/turf-angle/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/angle",
33
"version": "7.2.0",
4-
"description": "turf angle module",
4+
"description": "Finds the angle formed by two adjacent segments.",
55
"author": "Turf Authors",
66
"contributors": [
77
"Denis <@DenisCarriere>"

packages/turf-area/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/area",
33
"version": "7.2.0",
4-
"description": "turf area module",
4+
"description": "Calculates the geodesic area in square meters of one or more polygons.",
55
"author": "Turf Authors",
66
"license": "MIT",
77
"bugs": {

packages/turf-bbox-clip/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/bbox-clip",
33
"version": "7.2.0",
4-
"description": "turf bbox-clip module",
4+
"description": "Takes a Feature and a bbox and clips the feature to the bbox using lineclip.",
55
"author": "Turf Authors",
66
"contributors": [
77
"Tim Channell <@tcql>",

packages/turf-bbox-polygon/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/bbox-polygon",
33
"version": "7.2.0",
4-
"description": "turf bbox-polygon module",
4+
"description": "Converts a bounding box to a GeoJSON polygon.",
55
"author": "Turf Authors",
66
"license": "MIT",
77
"bugs": {

packages/turf-bbox/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/bbox",
33
"version": "7.2.0",
4-
"description": "turf bbox module",
4+
"description": "Generates a bounding box around a GeoJSON feature.",
55
"author": "Turf Authors",
66
"license": "MIT",
77
"bugs": {

packages/turf-bearing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/bearing",
33
"version": "7.2.0",
4-
"description": "turf bearing module",
4+
"description": "Takes two points and finds the geographic bearing between them.",
55
"author": "Turf Authors",
66
"license": "MIT",
77
"bugs": {

packages/turf-bezier-spline/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/bezier-spline",
33
"version": "7.2.0",
4-
"description": "turf bezier-spline module",
4+
"description": "Smooths a line into a curve using Bézier splines, great for visualizing routes.",
55
"author": "Turf Authors",
66
"license": "MIT",
77
"bugs": {

packages/turf-boolean-clockwise/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/boolean-clockwise",
33
"version": "7.2.0",
4-
"description": "turf boolean-clockwise module",
4+
"description": "Takes a ring and return true or false whether or not the ring is clockwise or counter-clockwise.",
55
"author": "Turf Authors",
66
"contributors": [
77
"Morgan Herlocker <@morganherlocker>",

packages/turf-boolean-concave/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/boolean-concave",
33
"version": "7.2.0",
4-
"description": "turf boolean-concave module",
4+
"description": "Takes a polygon and return true or false as to whether it is concave or not.",
55
"author": "Turf Authors",
66
"contributors": [
77
"Rowan Winsemius <@rowanwins>"

packages/turf-boolean-contains/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/boolean-contains",
33
"version": "7.2.0",
4-
"description": "turf boolean-contains module",
4+
"description": "Determines whether the second geometry is completely within the first geometry.",
55
"author": "Turf Authors",
66
"contributors": [
77
"Rowan Winsemius <@rowanwins>",

packages/turf-boolean-crosses/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/boolean-crosses",
33
"version": "7.2.0",
4-
"description": "turf boolean-crosses module",
4+
"description": "Checks if two geometries cross each other.",
55
"author": "Turf Authors",
66
"contributors": [
77
"Rowan Winsemius <@rowanwins>",

packages/turf-boolean-disjoint/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/boolean-disjoint",
33
"version": "7.2.0",
4-
"description": "turf boolean-disjoint module",
4+
"description": "Checks if two geometries have no overlapping areas.",
55
"author": "Turf Authors",
66
"contributors": [
77
"Rowan Winsemius <@rowanwins>",

packages/turf-boolean-equal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/boolean-equal",
33
"version": "7.2.0",
4-
"description": "turf boolean-equal module",
4+
"description": "Determine whether two geometries of the same type have identical X,Y coordinate values",
55
"author": "Turf Authors",
66
"contributors": [
77
"Tom MacWright <@tmcw>",

packages/turf-boolean-intersects/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/boolean-intersects",
33
"version": "7.2.0",
4-
"description": "turf boolean-intersects module",
4+
"description": "Checks if two geometries overlap in any way.",
55
"author": "Turf Authors",
66
"contributors": [
77
"Rowan Winsemius <@rowanwins>",

packages/turf-boolean-overlap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/boolean-overlap",
33
"version": "7.2.0",
4-
"description": "turf boolean-overlap module",
4+
"description": "Checks if two geometries have an area of overlap without one being completely contained inside the other.",
55
"author": "Turf Authors",
66
"contributors": [
77
"Tim Channell <@tcql>",

packages/turf-boolean-parallel/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/boolean-parallel",
33
"version": "7.2.0",
4-
"description": "turf boolean-parallel module",
4+
"description": "Determine whether each segment of a line is parallel to the correspondent segment of another line.",
55
"author": "Turf Authors",
66
"contributors": [
77
"Stefano Borghi <@stebogit>"

packages/turf-boolean-point-in-polygon/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/boolean-point-in-polygon",
33
"version": "7.2.0",
4-
"description": "turf boolean-point-in-polygon module",
4+
"description": "Checks if a point is inside an area, like a city boundary.",
55
"author": "Turf Authors",
66
"license": "MIT",
77
"bugs": {

packages/turf-boolean-point-on-line/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/boolean-point-on-line",
33
"version": "7.2.0",
4-
"description": "turf boolean-point-on-line module",
4+
"description": "Checks if a point lies directly on a line, like a path or road.",
55
"author": "Turf Authors",
66
"contributors": [
77
"Rowan Winsemius <@rowanwins>"

packages/turf-boolean-touches/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/boolean-touches",
33
"version": "7.2.0",
4-
"description": "turf boolean-touches module",
4+
"description": "Determine whether none of the points common to both geometries intersect the interiors of both geometries.",
55
"author": "Turf Authors",
66
"contributors": [
77
"Rowan Winsemius <@rowanwins>"

packages/turf-boolean-valid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/boolean-valid",
33
"version": "7.2.0",
4-
"description": "turf boolean-valid module",
4+
"description": "Checks if the geometry is a valid according to the OGC Simple Feature Specification.",
55
"author": "Turf Authors",
66
"contributors": [
77
"Rowan Winsemius <@rowanwins>",

packages/turf-boolean-within/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/boolean-within",
33
"version": "7.2.0",
4-
"description": "turf boolean-within module",
4+
"description": "Determines whether the first geometry is completely within the second geometry.",
55
"author": "Turf Authors",
66
"contributors": [
77
"Rowan Winsemius <@rowanwins>"

packages/turf-buffer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/buffer",
33
"version": "7.2.0",
4-
"description": "turf buffer module",
4+
"description": "Creates a buffer around a GeoJSON feature.",
55
"author": "Turf Authors",
66
"contributors": [
77
"Tom MacWright <@tmcw>",

packages/turf-center-mean/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/center-mean",
33
"version": "7.2.0",
4-
"description": "turf center-mean module",
4+
"description": "Takes a Feature or FeatureCollection and returns the mean center.",
55
"author": "Turf Authors",
66
"contributors": [
77
"Moacir P. de Sá Pereira <@muziejus>"

packages/turf-center-median/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/center-median",
33
"version": "7.2.0",
4-
"description": "turf center-median module",
4+
"description": "Takes a FeatureCollection of points and calculates the median center.",
55
"author": "Turf Authors",
66
"contributors": [
77
"Moacir P. de Sá Pereira <@muziejus>"

packages/turf-center-of-mass/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/center-of-mass",
33
"version": "7.2.0",
4-
"description": "turf center-of-mass module",
4+
"description": "Finds the “balance point” of irregular shapes, like a country outline.",
55
"author": "Turf Authors",
66
"license": "MIT",
77
"bugs": {

packages/turf-center/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/center",
33
"version": "7.2.0",
4-
"description": "turf center module",
4+
"description": "Finds the central point of a GeoJSON feature, like a city or a park. Ideal for placing labels or markers.",
55
"author": "Turf Authors",
66
"license": "MIT",
77
"bugs": {

packages/turf-centroid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/centroid",
33
"version": "7.2.0",
4-
"description": "turf centroid module",
4+
"description": "Determines the geometric center of a polygon or shape.",
55
"author": "Turf Authors",
66
"license": "MIT",
77
"bugs": {

packages/turf-circle/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/circle",
33
"version": "7.2.0",
4-
"description": "turf circle module",
4+
"description": "Takes a point and calculates the circle polygon given a radius.",
55
"author": "Turf Authors",
66
"license": "MIT",
77
"bugs": {

packages/turf-clean-coords/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/clean-coords",
33
"version": "7.2.0",
4-
"description": "turf clean-coords module",
4+
"description": "Removes redundant coordinates from a GeoJSON Geometry.",
55
"author": "Turf Authors",
66
"contributors": [
77
"Stefano Borghi <@stebogit>"

packages/turf-clone/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/clone",
33
"version": "7.2.0",
4-
"description": "turf clone module",
4+
"description": "Returns a cloned copy of the passed GeoJSON Object, including possible 'Foreign Members'.",
55
"author": "Turf Authors",
66
"contributors": [
77
"Denis Carriere <@DenisCarriere>"

packages/turf-clusters-dbscan/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/clusters-dbscan",
33
"version": "7.2.0",
4-
"description": "turf clusters-dbscan module",
4+
"description": "Takes a set of points and partition them into clusters according to DBSCAN's data clustering algorithm.",
55
"author": "Turf Authors",
66
"contributors": [
77
"Lukasz <@uhho>",

packages/turf-clusters-kmeans/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/clusters-kmeans",
33
"version": "7.2.0",
4-
"description": "turf clusters-kmeans module",
4+
"description": "Takes a set of points and partition them into clusters using the k-means algorithm.",
55
"author": "Turf Authors",
66
"contributors": [
77
"David Gómez Matarrodona <@solzimer>",

packages/turf-clusters/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/clusters",
33
"version": "7.2.0",
4-
"description": "turf clusters module",
4+
"description": "Group points into clusters based on their spatial proximity or properties.",
55
"author": "Turf Authors",
66
"contributors": [
77
"Denis Carriere <@DenisCarriere>"

packages/turf-collect/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/collect",
33
"version": "7.2.0",
4-
"description": "turf collect module",
4+
"description": "Merges a specified property from a FeatureCollection of points into a FeatureCollection of polygons.",
55
"author": "Turf Authors",
66
"contributors": [
77
"Rowan Winsemius <@rowanwins>"

packages/turf-combine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/combine",
33
"version": "7.2.0",
4-
"description": "turf combine module",
4+
"description": "Combines a FeatureCollection of Point, LineString, or Polygon features into MultiPoint, MultiLineString, or MultiPolygon features.",
55
"author": "Turf Authors",
66
"license": "MIT",
77
"bugs": {

packages/turf-concave/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/concave",
33
"version": "7.2.0",
4-
"description": "turf concave module",
4+
"description": "Creates a concave hull around points.",
55
"author": "Turf Authors",
66
"contributors": [
77
"Tom MacWright <@tmcw>",

packages/turf-convex/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/convex",
33
"version": "7.2.0",
4-
"description": "turf convex module",
4+
"description": "Creates a convex hull around points",
55
"author": "Turf Authors",
66
"license": "MIT",
77
"bugs": {

packages/turf-difference/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/difference",
33
"version": "7.2.0",
4-
"description": "turf difference module",
4+
"description": "Finds the difference between multiple polygons by clipping the subsequent polygon from the first.",
55
"author": "Turf Authors",
66
"license": "MIT",
77
"bugs": {

packages/turf-directional-mean/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/directional-mean",
33
"version": "7.2.0",
4-
"description": "turf directional-mean module",
4+
"description": "Calculates the average angle of a set of lines, measuring the trend of it.",
55
"author": "Turf Authors",
66
"contributors": [
77
"Haoming Zhuang <@zhuang-hao-ming>"

packages/turf-dissolve/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/dissolve",
33
"version": "7.2.0",
4-
"description": "turf dissolve module",
4+
"description": "Dissolves a FeatureCollection of Polygon features.",
55
"author": "Turf Authors",
66
"license": "MIT",
77
"bugs": {

packages/turf-distance-weight/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/distance-weight",
33
"version": "7.2.0",
4-
"description": "turf distance-weight module",
4+
"description": "Calculate the influence or weight of points over an area based on their distances.",
55
"author": "Turf Authors",
66
"contributors": [
77
"Haoming Zhuang <@zhuang-hao-ming>"

packages/turf-distance/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/distance",
33
"version": "7.2.0",
4-
"description": "turf distance module",
4+
"description": "Measures the straight-line distance between two points, like cities or landmarks.",
55
"author": "Turf Authors",
66
"license": "MIT",
77
"bugs": {

packages/turf-ellipse/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/ellipse",
33
"version": "7.2.0",
4-
"description": "turf ellipse module",
4+
"description": "Takes a Point and calculates the ellipse polygon given two semi-axes expressed in variable units and steps for precision.",
55
"author": "Turf Authors",
66
"contributors": [
77
"Moacir P. de Sá Pereira <@muziejus>"

0 commit comments

Comments
 (0)