difference
Calculate the difference between two geometric shapes to analyze spatial relationships and identify variations in GIS data using the GIS MCP Server.
Instructions
Find difference between geometries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| geometry1 | Yes | ||
| geometry2 | Yes |
Input Schema (JSON Schema)
{
"properties": {
"geometry1": {
"title": "Geometry1",
"type": "string"
},
"geometry2": {
"title": "Geometry2",
"type": "string"
}
},
"required": [
"geometry1",
"geometry2"
],
"title": "differenceArguments",
"type": "object"
}