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