turf-variance
Advanced tools
Comparing version 0.0.2 to 0.1.2
{ | ||
"name": "turf-variance", | ||
"version": "0.0.2", | ||
"version": "0.1.2", | ||
"description": "turf variance module", | ||
@@ -27,11 +27,11 @@ "main": "index.js", | ||
"devDependencies": { | ||
"tape": "^2.13.1", | ||
"tape": "^2.13.4", | ||
"turf-featurecollection": "^0.1.0", | ||
"turf-point": "^0.1.0", | ||
"turf-polygon": "^0.1.0" | ||
"turf-point": "^0.1.1", | ||
"turf-polygon": "^0.1.1" | ||
}, | ||
"dependencies": { | ||
"simple-statistics": "^0.8.0", | ||
"turf-inside": "^0.1.1" | ||
"simple-statistics": "^0.8.1", | ||
"turf-inside": "^0.1.4" | ||
} | ||
} |
@@ -7,2 +7,25 @@ turf-variance | ||
###Install | ||
```sh | ||
npm install turf-variance | ||
``` | ||
###Parameters | ||
|name|description| | ||
|---|---| | ||
|polys|featurecollection of polygons| | ||
|points|featurecollection of points| | ||
|inField|field to map| | ||
|outField|new field| | ||
###Usage | ||
```js | ||
variance(polyFC, ptFC, inField, outField) | ||
``` | ||
###Example | ||
```javascript | ||
@@ -9,0 +32,0 @@ var variance = require('turf-variance') |
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
5147
51
Updatedsimple-statistics@^0.8.1
Updatedturf-inside@^0.1.4