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

Handling .complete_output = FALSE #31

Open
florisvdh opened this issue Feb 14, 2023 · 1 comment
Open

Handling .complete_output = FALSE #31

florisvdh opened this issue Feb 14, 2023 · 1 comment

Comments

@florisvdh
Copy link
Contributor

Just want to share an idea here. I saw in a function's source:

@param .complete_output logical specifying if complete out of `qgisprocess::qgis_run_algorithm()` should be used (`TRUE`) or first output (most likely the main) should read (`FALSE`). Default value is `TRUE`.

Maybe the FALSE state can be handled in the way qgisprocess::qgis_result_single() does it? See r-spatial/qgisprocess@f54fbc6 for implementation of this function in qgis_as_*() functions.

@JanCaha
Copy link
Owner

JanCaha commented Feb 15, 2023

It probably should be handled by the function that you mentioned. I believe that my solution predates the qgis_result_single()...will look into that and find out what is the better solution, for the use case that i had in mind

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

2 participants