You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 20, 2020. It is now read-only.
I am just wondering if there is a deterministic order how the function parameter have to be set in the function. - If there is, maybe you could mention that in the description somewhere (and if you already did, I am sorry for my nescience).
Commit 45aef93 should fix your issue. However, it works only with QGIS 2.14. QGIS 2.18 only produces a prj-output file. Well, another QGIS issue, will add it to our list.
Dear RQGIS-team,
I am just wondering if there is a deterministic order how the function parameter have to be set in the function. - If there is, maybe you could mention that in the description somewhere (and if you already did, I am sorry for my nescience).
Computing...
data(dem)
RQGIS::run_qgis(alg = "saga:gridbuffer", FEATURES = dem, BUFFER = "tmpBuf.sdat", BUFFERTYPE = "1", DIST = "1", load_output = TRUE)
... I got:
But ...
RQGIS::run_qgis(alg = "saga:gridbuffer", FEATURES = dem, DIST = "1", BUFFERTYPE = "1", BUFFER = "tmpBuf.sdat", load_output = TRUE)
... works fine :-)
The text was updated successfully, but these errors were encountered: