No description
  • Python 66.8%
  • Makefile 19.9%
  • Batchfile 6.5%
  • Shell 3.8%
  • QML 2.5%
  • Other 0.5%
Find a file
2026-06-08 17:53:12 +08:00
help Initial plugin import 2026-06-05 14:12:44 +08:00
i18n Add localization file and provider updates. 2026-06-05 14:20:10 +08:00
scripts Initial plugin import 2026-06-05 14:12:44 +08:00
test Initial plugin import 2026-06-05 14:12:44 +08:00
.gitignore ignore 2026-06-05 15:52:28 +08:00
__init__.py Initial plugin import 2026-06-05 14:12:44 +08:00
dspec_processing.py Initial plugin import 2026-06-05 14:12:44 +08:00
dspec_processing_algorithm.py Refactor schema-driven processing algorithms. 2026-06-08 16:26:58 +08:00
dspec_processing_provider.py Refactor schema-driven processing algorithms. 2026-06-08 16:26:58 +08:00
dspec_schema.py Add areas of work schema mapping 2026-06-08 17:53:12 +08:00
Makefile Initial plugin import 2026-06-05 14:12:44 +08:00
metadata.txt Initial plugin import 2026-06-05 14:12:44 +08:00
pb_tool.cfg Initial plugin import 2026-06-05 14:12:44 +08:00
plugin_upload.py Initial plugin import 2026-06-05 14:12:44 +08:00
pylintrc Initial plugin import 2026-06-05 14:12:44 +08:00
README.html Initial plugin import 2026-06-05 14:12:44 +08:00
README.txt Initial plugin import 2026-06-05 14:12:44 +08:00

Plugin Builder Results

Your plugin DSpecProcessing was created in:
    /home/rpaine/COB/dspec-import/dspec_processing

Your QGIS plugin directory is located at:
    /home/rpaine/.local/share/QGIS/QGIS3/profiles/default/python/plugins

What's Next:

  * Copy the entire directory containing your new plugin to the QGIS plugin
    directory

  * Run the tests (``make test``)

  * Test the plugin by enabling it in the QGIS plugin manager

  * Customize it by editing the implementation file: ``dspec_processing.py``

  * You can use the Makefile to compile your Ui and resource files when
    you make changes. This requires GNU make (gmake)

For more information, see the PyQGIS Developer Cookbook at:
http://www.qgis.org/pyqgis-cookbook/index.html

(C) 2011-2018 GeoApt LLC - geoapt.com