voronoi
Generate Voronoi diagrams from point data to analyze spatial patterns and regions, enabling precise geospatial analysis for decision-making.
Instructions
Create a Voronoi diagram from points.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
geometry | Yes |
Input Schema (JSON Schema)
{
"properties": {
"geometry": {
"title": "Geometry",
"type": "string"
}
},
"required": [
"geometry"
],
"title": "voronoiArguments",
"type": "object"
}