A plugin for numbering house with dockable panels, update checker, and about dialog.
This is a plugin that demonstrates the structure and best practices for QGIS plugin development.
Features:
- Dockable panels that can be positioned anywhere in the QGIS interface
- Plugin update checker that fetches the latest version from GitHub
- About dialog with version information
- Menu and toolbar integration
- One-click dependency installer using uv for fast cross-platform package management
- Isolated virtual environment for Python dependencies
- Clean, modular code structure following QGIS plugin guidelines
Requirements:
- Python packages: geopandas (installed automatically via Settings > Dependencies)
Use this template as a starting point for your own QGIS plugins.
Plugin Tags