Skip to main content
Glama

GIS MCP Server

overlay_gpd

Merge and analyze two geospatial datasets using specified overlay methods ('intersection', 'union', etc.) and save the results for detailed geospatial insights.

Instructions

Overlay two GeoDataFrames using geopandas.overlay. Args: gdf1_path: Path to the first geospatial file. gdf2_path: Path to the second geospatial file. how: Overlay method ('intersection', 'union', 'identity', 'symmetric_difference', 'difference'). output_path: Optional path to save the result. Returns: Dictionary with status, message, and output info.

Input Schema

NameRequiredDescriptionDefault
gdf1_pathYes
gdf2_pathYes
howNointersection
output_pathNo

Input Schema (JSON Schema)

{ "properties": { "gdf1_path": { "title": "Gdf1 Path", "type": "string" }, "gdf2_path": { "title": "Gdf2 Path", "type": "string" }, "how": { "default": "intersection", "title": "How", "type": "string" }, "output_path": { "default": null, "title": "Output Path", "type": "string" } }, "required": [ "gdf1_path", "gdf2_path" ], "title": "overlay_gpdArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mahdin75/gis-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server