@turf/collect
Advanced tools
Comparing version 3.5.1 to 3.5.2
{ | ||
"name": "@turf/collect", | ||
"version": "3.5.1", | ||
"version": "3.5.2", | ||
"description": "turf aggregate module", | ||
@@ -30,7 +30,7 @@ "main": "index.js", | ||
"tape": "^3.5.0", | ||
"@turf/helpers": "^3.3.3" | ||
"@turf/helpers": "^3.5.2" | ||
}, | ||
"dependencies": { | ||
"@turf/inside": "^3.3.3" | ||
"@turf/inside": "^3.5.2" | ||
} | ||
} |
@@ -5,7 +5,7 @@ # @turf/collect | ||
Joins attributes FeatureCollection of polygons with a FeatureCollection of | ||
points. Given an `inProperty` on points and an `outProperty` for polygons, | ||
this finds every point that lies within each polygon, collects the `inProperty` | ||
values from those points, and adds them as an array to `outProperty` on the | ||
polygon. | ||
Merges a specified property from a FeatureCollection of points into a | ||
FeatureCollection of polygons. Given an `inProperty` on points and an `outProperty` | ||
for polygons, this finds every point that lies within each polygon, collects the | ||
`inProperty` values from those points, and adds them as an array to `outProperty` | ||
on the polygon. | ||
@@ -38,2 +38,6 @@ **Parameters** | ||
<!-- This file is automatically generated. Please don't edit it directly: | ||
if you find an error, edit the source file (likely index.js), and re-run | ||
./scripts/generate-readmes in the turf project. --> | ||
--- | ||
@@ -40,0 +44,0 @@ |
14683
61
Updated@turf/inside@^3.5.2