feat(gmd-plugin): add Check and Update workflow, batch Clip Project Layers tool, and submenu redesign - #102
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
pacoleslaw
approved these changes
Jul 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Redesigns the Gemma menu structure, introduces the Check and Update boundary management dialog with a 3-step chronological audit/repair/UPSERT workflow, and adds 3 standalone Processing algorithms (
Scan Geometry Errors,Repair Polygon Geometries, andClip Project Layers by Extent) under the GMD Toolkits group.Key Changes
1. Check and Update Boundary Dialog (check_and_update_dialog.py)
QActionlookup.QTableWidgettable (FID, Layer, Error Type, Description, Auto-fixable status). Double-clicking any row zooms the QGIS map canvas directly to that error location point.Updated_<layer_name>).2. GMD Toolkits Processing Algorithms
Registered under the GMD Toolkits (
gmdtoolkits) Processing group:clipprojectlayers): Batch clips multiple vector layers against a target administrative boundary polygon (e.g. EA or Barangay mask) with optional buffer margins and exports clean GeoPackages (*_clipped.gpkg).scangeometryerrors): Audits polygon vector layers for Null, Empty, GEOS Invalid, Self-Intersections, Wrong Type, and Duplicates, outputting an Error Point Layer.repairpolygongeometries): Reconstructs defective polygon geometries via line extraction, face polygonization, candidate face union, micro-spike grid snapping, and native QGIS fixgeometries.3. Submenu Redesign & Icons
Updating of Boundaries,EA Delineation, andOthers.4. User Guide Documentation
check-and-update.md,clip-project-layers.md,scan-geometry-errors.md, andrepair-polygon-geometries.md.getting-started.mdand syncedgeometry-repair-toolkit.md.Verification
Scan → Repair → UPSERTworkflow in QGIS 3.x.Clip Project Layers by Extentagainst buffered mask boundaries.0Python compilation errors across all modified/created files.