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

Update processing instructions #7140

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Nov 27, 2021

  1. Update processing instructions

    Previous instructions were not working. Need to `initialize()` Processing before calling for `algorithms()`
    brccabral authored Nov 27, 2021
    Configuration menu
    Copy the full SHA
    ae78387 View commit details
    Browse the repository at this point in the history
  2. Added import for custom application

    The `from qgis import processing` does work in the Python Console from QGIS GUI app, but if running a script for a custom application, the `from processing.core.Processing import Processing` must be called.
    brccabral authored Nov 27, 2021
    Configuration menu
    Copy the full SHA
    5e608ce View commit details
    Browse the repository at this point in the history