v0.30.0
opengeos/geoaiv0.30.0Feb 23, 2026by giswqs
AI Summary
Feature release adding AI agent integration, new detection models, and QGIS plugin enhancements for water segmentation.
Key Highlights
- Add GeoAI MCP Server for AI agent integration
- Add TESSERA support
- Add WHU building detection model with HuggingFace Hub inference
- Add OmniWaterMask integration for water body segmentation
- Add water segmentation panel to QGIS plugin
New Features
- GeoAI MCP Server
- torchgeo embeddings support
- TESSERA support
- WHU building detection
- S2 surface water detection
- OmniWaterMask integration
- QGIS plugin water segmentation panel
Full Release Notes
## What's Changed * Fix ignore_index=0 handling and add sparse_labels IoU mode by @gw0ods in https://github.com/opengeos/geoai/pull/532 * Add support for torchgeo embeddings by @giswqs in https://github.com/opengeos/geoai/pull/536 * feat: Add GeoAI MCP Server for AI agent integration by @ram-from-tvl in https://github.com/opengeos/geoai/pull/528 * Add TESSERA support by @giswqs in https://github.com/opengeos/geoai/pull/517 * Add WHU building detection model and HuggingFace Hub inference by @giswqs in https://github.com/opengeos/geoai/pull/541 * Add S2 surface water detection model and inference notebook by @giswqs in https://github.com/opengeos/geoai/pull/543 * Add OmniWaterMask integration for water body segmentation by @giswqs in https://github.com/opengeos/geoai/pull/544 * Add water segmentation panel to QGIS plugin by @giswqs in https://github.com/opengeos/geoai/pull/545 * Rename QGIS plugin package directory from geoai_plugin to geoai by @giswqs in https://github.com/opengeos/geoai/pull/546 * Bump QGIS plugin to v0.6.0 by @giswqs in https://github.com/opengeos/geoai/pull/547 **Full Changelog**: https://github.com/opengeos/geoai/compare/v0.29.1...v0.30.0