[R-sig-Geo] RQGIS : looking for a geoalgorithm (Tristan Bourgeois)
"Jannes Münchow"
malNamalJa at gmx.de
Mon Jul 31 12:08:50 CEST 2017
RQGIS makes use of the processing toolbox and related geoalgorithms. The Atlas tool is not part of the processing toolbox that's why find_algorithms() does not return anything. However, automatic map making is possible in R using e.g., the packages sp, sf and/or raster (tmap has been already mentioned in a previous reply). If you want to stick with the QGIS map canvas, maybe rqgisapi might let you do that (http://r-sig-geo.2731867.n2.nabble.com/Introducing-an-R-package-for-calling-functions-within-a-running-instance-of-QGIS-ALPHA-tt7591302.html).
HTH,
Jannes
> Subject: RQGIS : looking for a geoalgorithm
>
> Dear all,
>
> Currently working on a new project I would like to create a dynamic report
> with R (using probably XML package for writting)
>
> In this report I'll plot some graphs (I'm ok with ggplots2) but also map.
>
>
> I just discovered the RQGIS package and I think I understood its functions.
> My question is the following one :
>
> Is there any geoalgorithms which allows to create an atlas ?
>
> I searched via the "find_algorithms()" but found nothing.
>
> Thanks in advance !
>
> Tristan.
More information about the R-sig-Geo
mailing list