[general]
name=GeoPilot
description=AI-powered geospatial analysis assistant that executes QGIS operations through natural language
about=GeoPilot is an AI copilot for QGIS that lets you control QGIS through natural language. Describe tasks in plain Chinese or English - it automatically generates and executes QGIS Python code to process data, run analyses, and create publication-ready figures. Supports 18 AI providers including OpenAI, DeepSeek, Claude, Gemini, and local Ollama models.
category=AI, Analysis, RemoteSensing
version=1.3.7
qgisMinimumVersion=3.30
qgisMaximumVersion=3.99
supportsQt6=yes
author=GeoPilot Team
email=xingguangyjs@outlook.com
icon=icons/icon.png
homepage=https://github.com/xingguangYan/GeoPilot
tracker=https://github.com/xingguangYan/GeoPilot/issues
repository=https://github.com/xingguangYan/GeoPilot
tags=AI, remote sensing, deep learning, land cover, classification, change detection, NDVI, SCI figure, chat, QGIS, geospatial, natural language
hasProcessingProvider=no
experimental=False
changelog=v1.3.7: Complete Flake8 code quality fix - removed all unused imports, fixed bare except, fixed duplicate local imports, fixed variable naming issues