Gathering detailed insights and metrics for @muadzict/turf-voronoi-muadzict
Gathering detailed insights and metrics for @muadzict/turf-voronoi-muadzict
Gathering detailed insights and metrics for @muadzict/turf-voronoi-muadzict
Gathering detailed insights and metrics for @muadzict/turf-voronoi-muadzict
A modular geospatial engine written in JavaScript
npm install @muadzict/turf-voronoi-muadzict
Typescript
Module System
Node Version
NPM Version
JavaScript (71.99%)
TypeScript (28%)
Shell (0.01%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
3,361 Commits
348 Branches
1 Contributors
Updated on Dec 30, 2019
Latest Version
1.0.2
Package Id
@muadzict/turf-voronoi-muadzict@1.0.2
Unpacked Size
6.71 kB
Size
2.86 kB
File Count
5
NPM Version
6.13.4
Node Version
10.18.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
3
7
Takes a FeatureCollection of points, and a bounding box, and returns a FeatureCollection of Voronoi polygons.
The Voronoi algorithim used comes from the d3-voronoi package.
Parameters
points
FeatureCollection<Point> to find the Voronoi polygons around.options
Object Optional parameters (optional, default {}
)
Examples
1var options = { 2 bbox: [-70, 40, -60, 60] 3}; 4var points = turf.randomPoint(100, options); 5var voronoiPolygons = turf.voronoi(points, options); 6 7//addToMap 8var addToMap = [voronoiPolygons, points];
Returns FeatureCollection<Polygon> a set of polygons, one per input point.
This module is part of the Turfjs project, an open source module collection dedicated to geographic algorithms. It is maintained in the Turfjs/turf repository, where you can create PRs and issues.
Install this module individually:
1$ npm i @muadzict/turf-voronoi-muadzict
No vulnerabilities found.
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
no SAST tool detected
Details
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
project is not fuzzed
Details
Reason
92 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More