I'm trying to execute some processes from QGIS tools (3.16) from an script in R.
I can see the basic algorithms by calling this:
qgisprocess::qgis_algorithms()
I'm trying to use the visibility:Viewshed
algorithm but It doesn't show in the list of available algorithms.
asked Dec 20, 2021 at 13:38
-
Is there a reason you repost your old question and then delete it?Erik– Erik2021年12月20日 13:39:36 +00:00Commented Dec 20, 2021 at 13:39
-
This is an unique question, it could seems like this "Executing r.viewshed (GRASS) in R", but it is not the same at all.César Arquero Cabral– César Arquero Cabral2022年01月17日 15:02:23 +00:00Commented Jan 17, 2022 at 15:02
-
I was talking about the question with the same context from earlier Dec. 20th 2021.Erik– Erik2022年01月17日 17:26:41 +00:00Commented Jan 17, 2022 at 17:26
1 Answer 1
Enabling/disabling processing provider plugins has become possible with {qgisprocess}, which is now on CRAN. visibility
is one such supported provider.
lang-r