SEAIMay 1

GeoContra: From Fluent GIS Code to Verifiable Spatial Analysis with Geography-Grounded Repair

arXiv:2605.0078272.3Has Code
AI Analysis

For GIS practitioners and researchers, GeoContra addresses the critical problem of LLM-generated code producing geographically invalid results despite being syntactically correct.

GeoContra improves spatial correctness of LLM-generated GIS code from ~47-58% to ~77-82% on closed models and by 26.6% on average across 11 open models, by enforcing geographic rules through static, runtime, and semantic verification.

Reliable spatial analysis in GIScience requires preserving coordinate semantics, topology, units, and geographic plausibility. Current LLM-based GIS systems generate fluent scripts but rarely enforce these geographic rules at scale. We present GeoContra, a verification and repair framework for LLM-driven Python GIS workflows. It represents each task as an executable geospatial contract-including natural-language questions, schemas, CRS metadata, expected outputs, spatial predicates, topology, metrics, required operations, and forbidden shortcuts. Generated programs undergo static rule inspection, runtime validation, and semantic verification, with violations fed back into a bounded repair loop. Evaluated on 7,079 real geospatial tasks across 15 Boston-area zones, 9 task families, and 11 open-source models (600 runs each), GeoContra improves spatial correctness on closed models from 47.6% to 77.5% for DeepSeek-V4 and from 57.7% to 81.5% for Kimi-K2.5. Across 11 open models, average correctness rises by 26.6%. GeoContra turns fluent code production into verifiable spatial analysis, catching negative travel times, CRS/field-schema violations, missing predicates, and brittle output casts that otherwise yield executable but geographically invalid results.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes