View on GitHub

qgis-rectanglify

QGIS plugin that "rectanglifies" polygon features

Rectanglify

Icon

This plugin adds a digitizing tool in the QGIS advanced digitizing toolbar and the QGIS Edit menu.

The tool is only enabled for in-edition polygon layers. Behavior depends whether any features are selected or not:

Rectanglify replaces each feature’s geometry by its minimum oriented bounding box.

Note that it relies on a custom implementation of the obb, since the QGIS method orientedMinimumBoundingBox was flawed until recently (https://github.com/qgis/QGIS/pull/34334)

Settings

Since version 1.0.3, its is possible to fine tune how the rectanglification is applied (in the Plugin Menu)

Settings

Original SharedAxes=True SharedAxes=False KeepRings=False
1 2 3 4

Copyright © 2020 Yoann Quenach de Quivillic