turf-convex
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "turf-convex", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -0,3 +1,16 @@ | ||
turf-convex | ||
=============== | ||
[![build status](https://secure.travis-ci.org/Turfjs/turf-convex.png)](http://travis-ci.org/Turfjs/turf-convex) | ||
# turf-convex | ||
Takes a set of points and returns a convex hull polygon. | ||
```js | ||
var convex = require('turf-convex') | ||
var fs = require('fs') | ||
var pts = JSON.parse(fs.readFileSync('/path/to/pts.geojson')) | ||
var hull = convex(pts) | ||
console.log(hull) | ||
``` |
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
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
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
15076
16
1