Skip to main content
Glama

GIS MCP Server

morans_i

Calculate spatial autocorrelation using Moran's I statistic to analyze patterns in geographic data, identifying clusters or dispersion based on shapefiles and dependent variables.

Instructions

Compute Moran's I Global Autocorrelation Statistic.

Input Schema

NameRequiredDescriptionDefault
dependent_varNoLAND_USE
distance_thresholdNo
shapefile_pathYes
target_crsNoEPSG:4326

Input Schema (JSON Schema)

{ "properties": { "dependent_var": { "default": "LAND_USE", "title": "Dependent Var", "type": "string" }, "distance_threshold": { "default": 100000, "title": "Distance Threshold", "type": "number" }, "shapefile_path": { "title": "Shapefile Path", "type": "string" }, "target_crs": { "default": "EPSG:4326", "title": "Target Crs", "type": "string" } }, "required": [ "shapefile_path" ], "title": "morans_iArguments", "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