@turf/isolines
Advanced tools
Comparing version 7.1.0-alpha.7 to 7.1.0-alpha.70
{ | ||
"name": "@turf/isolines", | ||
"version": "7.1.0-alpha.7+0ce6ecca0", | ||
"version": "7.1.0-alpha.70+948cdafaf", | ||
"description": "turf isolines module", | ||
@@ -60,7 +60,7 @@ "author": "Turf Authors", | ||
"devDependencies": { | ||
"@turf/envelope": "^7.1.0-alpha.7+0ce6ecca0", | ||
"@turf/point-grid": "^7.1.0-alpha.7+0ce6ecca0", | ||
"@turf/random": "^7.1.0-alpha.7+0ce6ecca0", | ||
"@turf/rhumb-destination": "^7.1.0-alpha.7+0ce6ecca0", | ||
"@turf/truncate": "^7.1.0-alpha.7+0ce6ecca0", | ||
"@turf/envelope": "^7.1.0-alpha.70+948cdafaf", | ||
"@turf/point-grid": "^7.1.0-alpha.70+948cdafaf", | ||
"@turf/random": "^7.1.0-alpha.70+948cdafaf", | ||
"@turf/rhumb-destination": "^7.1.0-alpha.70+948cdafaf", | ||
"@turf/truncate": "^7.1.0-alpha.70+948cdafaf", | ||
"@types/benchmark": "^2.1.5", | ||
@@ -70,3 +70,2 @@ "@types/tape": "^4.2.32", | ||
"load-json-file": "^7.0.1", | ||
"matrix-to-grid": "^4.0.0", | ||
"npm-run-all": "^4.1.5", | ||
@@ -80,10 +79,11 @@ "tape": "^5.7.2", | ||
"dependencies": { | ||
"@turf/bbox": "^7.1.0-alpha.7+0ce6ecca0", | ||
"@turf/helpers": "^7.1.0-alpha.7+0ce6ecca0", | ||
"@turf/invariant": "^7.1.0-alpha.7+0ce6ecca0", | ||
"@turf/meta": "^7.1.0-alpha.7+0ce6ecca0", | ||
"@turf/bbox": "^7.1.0-alpha.70+948cdafaf", | ||
"@turf/helpers": "^7.1.0-alpha.70+948cdafaf", | ||
"@turf/invariant": "^7.1.0-alpha.70+948cdafaf", | ||
"@turf/meta": "^7.1.0-alpha.70+948cdafaf", | ||
"@types/geojson": "^7946.0.10", | ||
"marchingsquares": "^1.3.3", | ||
"tslib": "^2.6.2" | ||
}, | ||
"gitHead": "0ce6ecca05829690270fec6d6bed2003495fe0ea" | ||
"gitHead": "948cdafaf70606d2e27fcc79973fa48ee1182067" | ||
} |
@@ -12,9 +12,9 @@ # @turf/isolines | ||
* `pointGrid` **[FeatureCollection][4]<[Point][5]>** input points | ||
* `breaks` **[Array][6]<[number][7]>** values of `zProperty` where to draw isolines | ||
* `options` **[Object][8]** Optional parameters (optional, default `{}`) | ||
* `pointGrid` **[FeatureCollection][1]<[Point][2]>** input points | ||
* `breaks` **[Array][4]<[number][5]>** values of `zProperty` where to draw isolines | ||
* `options` **[Object][6]** Optional parameters (optional, default `{}`) | ||
* `options.zProperty` **[string][9]** the property name in `points` from which z-values will be pulled (optional, default `'elevation'`) | ||
* `options.commonProperties` **[Object][8]** GeoJSON properties passed to ALL isolines (optional, default `{}`) | ||
* `options.breaksProperties` **[Array][6]<[Object][8]>** GeoJSON properties passed, in order, to the correspondent isoline; | ||
* `options.zProperty` **[string][7]** the property name in `points` from which z-values will be pulled (optional, default `'elevation'`) | ||
* `options.commonProperties` **[Object][6]** GeoJSON properties passed to ALL isolines (optional, default `{}`) | ||
* `options.breaksProperties` **[Array][4]<[Object][6]>** GeoJSON properties passed, in order, to the correspondent isoline; | ||
the breaks array will define the order in which the isolines are created (optional, default `[]`) | ||
@@ -41,3 +41,3 @@ | ||
Returns **[FeatureCollection][4]<[MultiLineString][10]>** a FeatureCollection of [MultiLineString][11] features representing isolines | ||
Returns **[FeatureCollection][1]<[MultiLineString][8]>** a FeatureCollection of [MultiLineString][8] features representing isolines | ||
@@ -50,18 +50,12 @@ [1]: https://tools.ietf.org/html/rfc7946#section-3.3 | ||
[4]: https://tools.ietf.org/html/rfc7946#section-3.3 | ||
[4]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array | ||
[5]: https://tools.ietf.org/html/rfc7946#section-3.1.2 | ||
[5]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number | ||
[6]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array | ||
[6]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object | ||
[7]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number | ||
[7]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String | ||
[8]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object | ||
[8]: https://tools.ietf.org/html/rfc7946#section-3.1.5 | ||
[9]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String | ||
[10]: https://tools.ietf.org/html/rfc7946#section-3.1.5 | ||
[11]: https://tools.ietf.org/html/rfc7946#section-3.1.5 | ||
<!-- This file is automatically generated. Please don't edit it directly. If you find an error, edit the source file of the module in question (likely index.js or index.ts), and re-run "yarn docs" from the root of the turf project. --> | ||
@@ -68,0 +62,0 @@ |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
15
47105
7
77