AtQuery is a QGIS plugin that allows users to query, analyze, and automate geospatial tasks using natural language. It completely eliminates the need to manually write complex PyQGIS code or SQL expressions. 1. Key Features: 1.1 Natural Language Queries: Users can ask QGIS questions in plain English (e.g., "Select all buildings taller than 50 meters in the city layer"). 1.2 Smart Tool Execution: Integrates a Mini-MCP (Model Context Protocol) style loop to intelligently check available layers and attributes before generating code, effectively preventing AI 'hallucinations'. 1.3 Local, Private AI: Powered by the open-source Ollama framework, ensuring data security and zero external API costs. 1.4 Code Visibility: Displays the generated PyQGIS code for full transparency and learning. 2. Requirements: The plugin requires a local installation of the Ollama framework. 3. Use Case: Designed for GIS users who want to accelerate their workflow, automate repetitive tasks, and learn PyQGIS by observing the AI's generated code. GitHub: https://github.com/adelacky-de/atquery
Plugin Tags