turf-isobands
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "turf-isobands", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "turf isobands module", | ||
@@ -29,17 +29,17 @@ "main": "index.js", | ||
"devDependencies": { | ||
"tape": "^2.12.3" | ||
"tape": "^2.13.4" | ||
}, | ||
"dependencies": { | ||
"turf-extent": "^0.1.1", | ||
"turf-extent": "^0.1.4", | ||
"turf-featurecollection": "^0.1.0", | ||
"turf-grid": "0.0.1", | ||
"turf-inside": "^0.1.1", | ||
"turf-linestring": "^0.1.0", | ||
"turf-planepoint": "0.0.1", | ||
"turf-point": "^0.1.0", | ||
"turf-polygon": "^0.1.0", | ||
"turf-size": "^0.1.1", | ||
"turf-square": "^0.1.1", | ||
"turf-tin": "0.0.1" | ||
"turf-grid": "0.1.0", | ||
"turf-inside": "^0.1.4", | ||
"turf-linestring": "^0.1.1", | ||
"turf-planepoint": "0.1.0", | ||
"turf-point": "^0.1.1", | ||
"turf-polygon": "^0.1.1", | ||
"turf-size": "^0.1.3", | ||
"turf-square": "^0.1.3", | ||
"turf-tin": "0.1.0" | ||
} | ||
} |
@@ -7,3 +7,27 @@ turf-isobands | ||
###Install | ||
```sh | ||
npm install turf-isobands | ||
``` | ||
###Parameters | ||
|name|description| | ||
|---|---| | ||
|points|points use as seed values| | ||
|z|z value to contour| | ||
|resolution|resolution of the underlying grid| | ||
|breaks|where to draw contours| | ||
###Usage | ||
```js | ||
isobands(points, z, resolution, breaks) | ||
``` | ||
###Example | ||
```js | ||
var isobands = require('turf-isobands') | ||
@@ -10,0 +34,0 @@ var fs = require('fs') |
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
46893
43
+ Addedturf-grid@0.1.0(transitive)
+ Addedturf-planepoint@0.1.0(transitive)
+ Addedturf-tin@0.1.0(transitive)
- Removedturf-grid@0.0.1(transitive)
- Removedturf-planepoint@0.0.1(transitive)
- Removedturf-tin@0.0.1(transitive)
Updatedturf-extent@^0.1.4
Updatedturf-grid@0.1.0
Updatedturf-inside@^0.1.4
Updatedturf-linestring@^0.1.1
Updatedturf-planepoint@0.1.0
Updatedturf-point@^0.1.1
Updatedturf-polygon@^0.1.1
Updatedturf-size@^0.1.3
Updatedturf-square@^0.1.3
Updatedturf-tin@0.1.0