Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supporting algorithms from extra processing provider plugins #33

Open
florisvdh opened this issue Mar 3, 2023 · 0 comments
Open

Supporting algorithms from extra processing provider plugins #33

florisvdh opened this issue Mar 3, 2023 · 0 comments

Comments

@florisvdh
Copy link
Contributor

@JanCaha, this is a follow-up of your request in r-spatial/qgisprocess#122 (comment).

This is to remind that r-spatial/qgisprocess#122 has been merged with support for enabling/disabling QGIS processing provider plugins, and an upcoming tweak is that qgis_providers() will also return the count of algorithms per provider.

The qgis package could maximize the availability of extra functions from processing provider plugins, by offering them in the package. Maybe the package could also take advantage of below internal function after loading qgisprocess at startup, in order to signal disabled plugins.

> qgisprocess:::message_disabled_plugins(qgisprocess::qgis_plugins())
>>> Run `qgis_enable_plugins()` to enable 1 disabled plugin(s) and
    access their algorithms: cartography_tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant