GIS MCP Server

voronoi

Generate Voronoi diagrams from point data to partition space into regions based on proximity. Ideal for spatial analysis and geospatial insights, powered by the GIS MCP Server.

Instructions

Create a Voronoi diagram from points.

Input Schema

NameRequiredDescriptionDefault
geometryYes

Input Schema (JSON Schema)

{ "properties": { "geometry": { "title": "Geometry", "type": "string" } }, "required": [ "geometry" ], "title": "voronoiArguments", "type": "object" }
ID: irl5u9uw6f