This plugin adds an entry to the Processing toolbox, allowing you to convert a piece of text to a layer of polygons.
Why?
I needed this functionality, and thought it would be a good opportunity to integrate it into the Processing Toolbox. Note that this plugin has not yet been published in QGIS Plugin Repository, but perhaps it will be.
To install the plugin for development, you can clone the repository and manage the various actions with the Makefile provided.
Note that you need to have:
- pyqt5-dev-tools installed (
sudo apt install pyqt5-dev-tools) to use thepyrcc5command, - sphinx installed (
pip install sphinxorsudo apt install python3-sphinx) to generate the documentation.
