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