AI Agent Hub
Back to plugins
🧰

DSH-WebGIS

Web Tools Updated 2026.09.16

Run the following command in DeepSeek Harness:

dsh plugin install Mekansm1/DSH-WebGIS

Paste the following prompt into your AI chat to install this plugin:

In DeepSeek Harness, open the plugin management panel and run dsh plugin install Mekansm1/DSH-WebGIS to install the plugin; the full source repository is at https://github.com/Mekansm1/DSH-WebGIS

About this plugin

Traditional GIS workflows demand proficiency in QGIS, ArcGIS, or complex CLI operations, while large language models, despite strong text reasoning, cannot truly see the spatial relationships on a map. DSH-WebGIS embeds a full GIS workbench into the AI conversation, letting models load map data, interpret basemap content, and run spatial analysis—all through natural language.

Core capabilities include 60+ chainable geo-processing tools (buffers, overlays, kernel density, Moran's I, Gini, Getis-Ord Gi*), million-row CSV streaming with DuckDB acceleration, direct extraction of vector basemap features such as rivers, roads, and buildings, interactive drawing with attribute editing, and read-only PostGIS database access. Every analysis result becomes a live layer that the next tool can process, forming a complete load-analyse-visualise pipeline.

Ideal for GIS researchers, urban planners, data analysts, and any professional who needs spatial analysis without leaving a conversational interface. The long-term roadmap targets genuine 3D spatial understanding—moving the AI from reading a chart to reasoning about buildings, terrain, occlusion, and real-world spatial relations.

Use Cases

  • Load CSV or SHP files and run buffers, overlays, and kernel density via natural language
  • Extract rivers, roads, and buildings from vector basemaps for heatmap or clustering analysis
  • Stream-render million-row geospatial data with deck.gl GPU-accelerated 3D visualization
  • Query statistical indices (Moran's I, Gini, Getis-Ord Gi*) conversationally with an inspect-confirm-compute flow

Best For

  • GIS researchers who want spatial analysis without switching to desktop GIS software
  • Data analysts handling large geospatial datasets who need rapid visualization
  • Developers exploring the intersection of AI and geographic information