Skip to content

RQGIS : looking for a geoalgorithm

2 messages · Tristan Bourgeois, Jérome Mathieu

#
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.
#
Hi Tristan,

Perhaps qtm() in package tmap? It can automatically generate a list of maps
based on different attributes of a unique shapefile of polygons.

If you work with rasters you can create a raster stack and plot all rasters
at once.

HTH
Jerome


2017-07-20 15:02 GMT+02:00 Tristan Bourgeois <tristan.bourgeois at gmail.com>:
functions.