Testing autonomous GIS

The Système d’information du territoire à Genève (#SITG) has explored #autonomous #GIS capabilities by combining #AI/#LLM technology with geoprocessing and visualization. The suite of tests is explained in an article that also highlights limitations, the most important challenges and findings as well as directions for future exploration.
Author
Published

April 30, 2025

The Système d’information du territoire à Genève (SITG) has conducted interesting tests combining generative AI (LLMs), spatial processing functions and – I suspect – a webmapping framework in a REPL-environment1.

The tests are based on the framework LLM-Geo. The results are summarized in a blog post “Vers les SIG autonome” (in French). The tests looked at five principles for AI use in “geo” (machine-translation):

  • Auto-generation: Ability to automatically generate analyses and solutions.
  • Auto-organization: Autonomous structuring and management of data without intervention.
  • Auto-verification: Automatic validation of results to ensure reliability.
  • Auto-execution: Ability to perform spatial analyses independently.
  • Auto-growth: Continuous learning and system improvement based on its experiences.

An example of a test conducted by the SITG that involves data ingestion and conversion, thematic filtering, a spatial overlay operation and visual output

There is a good accounting of limitations and challenges, interesting findings as well as directions for follow-up work. Recommended reading.

Footnotes

  1. Read-Eval-Print Loop” for interactive development and piecewise execution of code. Typical REPL environments in the data domain are Jupyter Notebooks and maybe Observable Notebooks.↩︎