Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "turf-count", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "turf count module", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,16 +7,2 @@ turf-count | ||
## Install | ||
npm install turf-count | ||
## API | ||
### `count(polygonCollection, pointCollection, countProperty)` | ||
* `polygonCollection` should be a FeatureCollection of Polygons | ||
* `pointCollection` should be a FeatureCollection of Points | ||
* `countProperty` is the property in the returned FeatureCollection that records the count of points in each polygon. | ||
## Example | ||
```js | ||
@@ -23,0 +9,0 @@ var point = require('turf-point') |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4496
23