@turf/isobands
Advanced tools
Comparing version 5.0.4 to 5.1.0
{ | ||
"name": "@turf/isobands", | ||
"version": "5.0.4", | ||
"version": "5.1.0", | ||
"description": "turf isobands module", | ||
"main": "main", | ||
"module": "index", | ||
"jsnext:main": "index", | ||
"main": "main.js", | ||
"module": "main.mjs", | ||
"types": "index.d.ts", | ||
@@ -13,3 +12,4 @@ "files": [ | ||
"main.js", | ||
"lib" | ||
"lib", | ||
"main.mjs" | ||
], | ||
@@ -19,3 +19,4 @@ "scripts": { | ||
"test": "node -r @std/esm test.js", | ||
"bench": "node -r @std/esm bench.js" | ||
"bench": "node -r @std/esm bench.js", | ||
"docs": "node ../../scripts/generate-readmes" | ||
}, | ||
@@ -46,7 +47,7 @@ "repository": { | ||
"@std/esm": "*", | ||
"@turf/envelope": "^5.0.4", | ||
"@turf/point-grid": "^5.0.4", | ||
"@turf/random": "^5.0.4", | ||
"@turf/rhumb-destination": "^5.0.4", | ||
"@turf/truncate": "^5.0.4", | ||
"@turf/envelope": "^5.1.0", | ||
"@turf/point-grid": "^5.1.0", | ||
"@turf/random": "^5.1.0", | ||
"@turf/rhumb-destination": "^5.1.0", | ||
"@turf/truncate": "^5.1.0", | ||
"benchmark": "*", | ||
@@ -57,2 +58,3 @@ "chroma-js": "*", | ||
"rollup": "*", | ||
"rollup-plugin-buble": "*", | ||
"tape": "*", | ||
@@ -62,9 +64,9 @@ "write-json-file": "*" | ||
"dependencies": { | ||
"@turf/area": "^5.0.4", | ||
"@turf/bbox": "^5.0.4", | ||
"@turf/boolean-point-in-polygon": "^5.0.4", | ||
"@turf/explode": "^5.0.4", | ||
"@turf/helpers": "^5.0.4", | ||
"@turf/invariant": "^5.0.4", | ||
"@turf/meta": "^5.0.4" | ||
"@turf/area": "^5.1.0", | ||
"@turf/bbox": "^5.1.0", | ||
"@turf/boolean-point-in-polygon": "^5.1.0", | ||
"@turf/explode": "^5.1.0", | ||
"@turf/helpers": "^5.1.0", | ||
"@turf/invariant": "^5.1.0", | ||
"@turf/meta": "^5.1.0" | ||
}, | ||
@@ -71,0 +73,0 @@ "@std/esm": { |
@@ -7,3 +7,3 @@ # @turf/isobands | ||
Takes a grid [FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects) of [Point](http://geojson.org/geojson-spec.html#point) features with z-values and an array of | ||
Takes a grid [FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) of [Point](https://tools.ietf.org/html/rfc7946#section-3.1.2) features with z-values and an array of | ||
value breaks and generates filled contour isobands. | ||
@@ -13,3 +13,3 @@ | ||
- `pointGrid` **[FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects)<[Point](http://geojson.org/geojson-spec.html#point)>** input points | ||
- `pointGrid` **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** input points | ||
- `breaks` **[Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)<[number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number)>** where to draw contours | ||
@@ -21,3 +21,3 @@ - `options` **[Object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object)** options on output (optional, default `{}`) | ||
Returns **[FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects)<[MultiPolygon](http://geojson.org/geojson-spec.html#multipolygon)>** a FeatureCollection of [MultiPolygon](http://geojson.org/geojson-spec.html#multipolygon) features representing isobands | ||
Returns **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)<[MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)>** a FeatureCollection of [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7) features representing isobands | ||
@@ -24,0 +24,0 @@ <!-- This file is automatically generated. Please don't edit it directly: |
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
400156
10
9290
0
14
Updated@turf/area@^5.1.0
Updated@turf/bbox@^5.1.0
Updated@turf/explode@^5.1.0
Updated@turf/helpers@^5.1.0
Updated@turf/invariant@^5.1.0
Updated@turf/meta@^5.1.0