Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

turf-isobands

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

turf-isobands - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

24

package.json
{
"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')

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc