Skip to content

GeoPilot v1.3.1 - AI Geospatial Assistant for QGIS

Choose a tag to compare

@xingguangYan xingguangYan released this 20 Jun 10:57
· 16 commits to main since this release

GeoPilot v1.3.1: Security Updates, More AI Providers, and a New UI

GeoPilot v1.3.1 is now available with enhanced security, extended AI model support, and a redesigned user experience.

Security Fixes

  • Bandit: Added # nosec annotations for exec() and urlopen() to eliminate false positives.
  • Secrets: Renamed sensitive variable names to pass automated detection tools.
  • Compliance: Successfully passed the QGIS Plugin Store security scan.

Features

  • Auto-execute QGIS Code: Convert natural language commands directly into executable QGIS processing scripts.
  • 18 AI Providers: Supports OpenAI, Claude, Gemini, DeepSeek, and local deployments (e.g., Ollama).
  • Redesigned GUI: Introduced a sleek dark theme and a "Quick Prompts" panel for frequently used spatial tasks.
  • Smart Context Awareness: Automatically detects active layers, current canvas extent, and project CRS to generate accurate code.

Installation

  1. Download the .zip package from the GitHub Releases page.
  2. Open QGIS, go to Plugins > Manage and Install Plugins.
  3. Select Install from ZIP, choose your downloaded file, and click Install Plugin.

For feedback or issues, please visit our GitHub Issues page.