Comparing version 3.6.1 to 3.6.3
@@ -14,6 +14,6 @@ var distance = require('@turf/distance'); | ||
* @param {FeatureCollection<Point>} controlPoints Sampled points with known value | ||
* @param {String} valueField GeoJSON field containing the known value to interpolate on | ||
* @param {Number} b Exponent regulating the distance-decay weighting | ||
* @param {Number} cellWidth The distance across each cell | ||
* @param {String} units Units to use for cellWidth ('miles' or 'kilometers') | ||
* @param {string} valueField GeoJSON field containing the known value to interpolate on | ||
* @param {number} b Exponent regulating the distance-decay weighting | ||
* @param {number} cellWidth The distance across each cell | ||
* @param {string} [units=kilometers] used in calculating cellSize, can be degrees, radians, miles, or kilometers | ||
* @return {FeatureCollection<Polygon>} grid A grid of polygons with a property field "IDW" | ||
@@ -20,0 +20,0 @@ */ |
{ | ||
"name": "@turf/idw", | ||
"version": "3.6.1", | ||
"version": "3.6.3", | ||
"description": "Calculate a grid with IDW - Inverse Distance Weighted - values.", | ||
@@ -10,6 +10,6 @@ "main": "index.js", | ||
"dependencies": { | ||
"@turf/centroid": "^3.6.1", | ||
"@turf/distance": "^3.6.1", | ||
"@turf/bbox": "^3.6.1", | ||
"@turf/square-grid": "^3.6.1" | ||
"@turf/centroid": "^3.6.3", | ||
"@turf/distance": "^3.6.3", | ||
"@turf/bbox": "^3.6.3", | ||
"@turf/square-grid": "^3.6.3" | ||
}, | ||
@@ -16,0 +16,0 @@ "devDependencies": { |
@@ -13,6 +13,6 @@ # @turf/idw | ||
- `controlPoints` **[FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects)<[Point](http://geojson.org/geojson-spec.html#point)>** Sampled points with known value | ||
- `valueField` **[String](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)** GeoJSON field containing the known value to interpolate on | ||
- `b` **[Number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number)** Exponent regulating the distance-decay weighting | ||
- `cellWidth` **[Number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number)** The distance across each cell | ||
- `units` **[String](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)** Units to use for cellWidth ('miles' or 'kilometers') | ||
- `valueField` **[string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)** GeoJSON field containing the known value to interpolate on | ||
- `b` **[number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number)** Exponent regulating the distance-decay weighting | ||
- `cellWidth` **[number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number)** The distance across each cell | ||
- `units` **\[[string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)]** used in calculating cellSize, can be degrees, radians, miles, or kilometers (optional, default `kilometers`) | ||
@@ -19,0 +19,0 @@ Returns **[FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects)<[Polygon](http://geojson.org/geojson-spec.html#polygon)>** grid A grid of polygons with a property field "IDW" |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
398227
10
79
1
Updated@turf/bbox@^3.6.3
Updated@turf/centroid@^3.6.3
Updated@turf/distance@^3.6.3
Updated@turf/square-grid@^3.6.3