#rstats πŸ“¦ #qgisprocess 0.4.2 has been released on CRAN to support #QGIS 4.0 πŸŽ‰

🌐 https://r-spatial.github.io/qgisprocess

#rspatial

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

Changelog

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/>.

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

Happy that we @inbo supported πŸš€ faster πŸš€ qgis_process + #GRASSGIS Provider + overall startup time in #QGIS 3.36 !

https://changelog.qgis.org/en/qgis/version/3.36/#faster-grass-provider-startup

Great work @nyalld! πŸ‘Œ

This significantly benefits startup time of R πŸ“¦ #qgisprocess πŸ™‚ https://r-spatial.github.io/qgisprocess

πŸ‘‰ Feature request: https://github.com/qgis/QGIS/issues/54563.

#rspatial #gischat

Projecta: Entries -

#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 Exchange

Just 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

YouTube
Counting points in polygons with a QGIS processing model – gishub.io