Use QGIS Processing Algorithms
Provides seamless access to the QGIS (<https://qgis.org>) processing toolbox using the standalone qgis_process command-line utility. Both native and third-party (plugin) processing providers are supported. Beside referring data sources from file, also common objects from sf, terra and stars are supported. The native processing algorithms are documented by QGIS.org (2024) <https://docs.qgis.org/latest/en/docs/user_manual/processing_algs/>.
In preparation of #useR2024 π¦ #qgisprocess 0.4.0 was released on CRAN last week:
π faster loading and less overhead
π new vignette about passing R objects to #QGIS processing algorithms
π new vignette about package settings
π https://r-spatial.github.io/qgisprocess/news/index.html
#rstats #rspatial
Users of #rstats π¦ #qgisprocess are invited to reference case studies at the package homepage!

Either reply here or in issue https://github.com/r-spatial/qgisprocess/issues/211
#rspatial #qgis

Call for case studies to be referenced on the homepage Β· Issue #211 Β· r-spatial/qgisprocess
Announcing that users of the package are welcome to cite their work on the homepage of {qgisprocess}. Users can be direct users or qgis users. These references will be added under subsection 'In th...
GitHub#GRASSGIS algorithms used to be named as 'grass7:<algorithm>' in #QGIS. But they also work with GRASS GIS 8!
Since QGIS 3.36 the provider is named... 'grass' ! Just use the algorithm syntax 'grass:<algorithm>'.
Example with R π¦ #qgisprocess: https://r-spatial.github.io/qgisprocess/articles/qgisprocess.html#second-example
#rspatial #rstats
Getting started with qgisprocess
qgisprocess
π¦ #qgisprocess 0.2.0 is on CRAN.
Access #QGIS processing algorithms & other providers without leaving R = enhanced workflow reproducibility !
This version adds I/O support for terra SpatVector(Proxy) objects.
π https://r-spatial.github.io/qgisprocess
Introduced in https://fosstodon.org/@florisvdh/110909613440154588
#rspatial #rstats #gischat
Use QGIS Processing Algorithms
Provides seamless access to the QGIS (<https://qgis.org>) processing toolbox using the standalone qgis_process command-line utility. Both native and third-party (plugin) processing providers are supported. Beside referring data sources from file, also common objects from sf, terra and stars are supported. The native processing algorithms are documented by QGIS.org (2024) <https://docs.qgis.org/latest/en/docs/user_manual/processing_algs/>.

Convert networkx graph to qgsvectorlayer in pyqgis
I'm converting to a QGIS processing plugin a python script that loads two spatial layers (nodes and edges), converts them to a graph using networkx and after doing some transformation converts back...
Geographic Information Systems Stack ExchangeJust discovered: the FOSS4G 2023 talk on R packages {#qgisprocess} and {qgis} has been online for a while π.
Access #QGIS processing algorithms from R. No need for a QGIS project = enhanced reproducibility! Includes powerful tools like GRASS GIS, SAGA, PCRaster, etc.
π½οΈ https://www.youtube.com/watch?v=Qt5DzWThWqI
- ποΈ https://florisvdh.github.io/foss4g-2023-qgisprocess
- π¦ https://r-spatial.github.io/qgisprocess
- Acknowledgements β€οΈ : https://fosstodon.org/@florisvdh/110909617494592957
#rstats #rspatial

2023 |Interfacing QGIS processing algorithms from R - Floris Vanderhaeghe
YouTubeCounting points in polygons with a QGIS processing model β gishub.io