上传者: 42100032
|
上传时间: 2021-11-12 10:06:24
|
文件大小: 10KB
|
文件类型: -
草坪草
草坪voronoi模块
turf.voronoi(points)
开发中-无法使用! 获取一组点并创建 ,以多边形的集合形式返回。 这些通常用于划分为称为Voronoi细胞的区域。
参数
范围
类型
描述
points
FeatureCollection。
输入点
例子
// generate some random point data
var points = turf . random ( 'points' , 30 , {
bbox : [ 50 , 30 , 70 , 50 ]
} ) ;
var voronoi = turf . voronoi ( points ) ;
//=voronoi
返回FeatureCollection. ,Voronoi输出
安装
需要 。
$ npm install turf-voronoi