Congratulations! You just built a plugin for QGIS!
- Test the generated sources using
make test
(or run tests from your IDE). - Copy the entire directory containing your new plugin to the QGIS plugin directory (see Notes below).
- Test the plugin by enabling it in the QGIS plugin manager and enabling the provider in the Processing Options.
- Customize it by editing the implementation file
DataExtraction_algorithm.py
.
Notes:
- You can use the
Makefile
to compile and deploy when you make changes. This requires GNU make (gmake). The Makefile is ready to use; however, you will have to edit it to add additional Python source files, dialogs, and translations.
For information on writing PyQGIS code, see [https://qgis.org/pyqgis/3.0/] for a list of resources.
©2011-2018 GeoApt LLC - geoapt.com