Hi Luke,
check out 3Liz's great Py-QGIS-WPS https://github.com/3liz/py-qgis-wps
If you convert your plugin's analysis part to processing tool(s) it
should work fine.
Cheers, Hannes
On 16.05.24 22:18, Catania, Luke A ERDC-RDE-GRL-VA CIV via
QGIS-Developer wrote:
Does Server provide any ana
Does Server provide any analysis capabilities or is it just mainly to serve
maps (WMS, WFS, etc.)? I read on the into page that it has plugin capabilities
and uses QGIS as the back end.
I have a plugin that I developed for QGIS Desktop and have been asked if we
could eventually go completely w
The fantastic Plugin Reloader doesn't reload loaded libraries as
documented here
(https://github.com/borysiasty/plugin_reloader/issues/37). So when I
change code in a library used by a QGIS plugin the only way I know to
reload this library is to restart QGIS.
To make it clear: I'm not talking