r-qgis
Home
Installation icon
Processing R Provider Dependencies
Extras icon
Aditional info Qgis resource sharing Sharing repository
About
🌐
Español English
  • Tutorial outline

    May 20, 2022 · 2 min read · R QGIS  ·
    Share on:

    1.1 Contents We are Gabo Gaona (Ecuador) and Antony Barja (Peru) and we have prepared this tutorial to show a little bit of the Processing R Provider add-on and how it can be useful for R and QGIS users. This time that we will share together we will try to build algorithms for the QGIS Processing toolbox. We hope that …

    Read More
  • 1. Introduction to QGIS and R

    May 20, 2022 · 2 min read · R QGIS  ·
    Share on:

    1.1 What is QGIS? QGIS is an open source, user-friendly geographic information system. It is an official project of the Open Source Geospatial Foundation (OSGeo). It can be used on Linux, Unix, MacOSX Windows and Android. And thanks to its integration with GDAL it supports numerous formats and functionalities of …

    Read More
  • 2. First processing tool

    May 20, 2022 · 9 min read · R QGIS  ·
    Share on:

    Introduction An R script for Processing R Provider is no different than a normal R script. The small differences between the two are simply logical structures so that the QGIS plug-in can interpret them correctly. The following is a list of the peculiarities of R scripts for QGIS: These files have the extension .rsx …

    Read More
  • 3. Documentations for Rscripts in QGIS

    May 20, 2022 · 7 min read · R QGIS  ·
    Share on:

    Introduction Documenting software and scripts is a task that is in great demand by users. The best software tools in any field have particular emphasis on user documentation. This ensures that the tool is used by a large number of people. QGIS and R are no exception. They have enough documentation as necessary to make …

    Read More
  • 4. Non-spatial outputs

    May 20, 2022 · 4 min read · R QGIS  ·
    Share on:

    Introduction When we think about processing tools, we cannot forget that many of the outcomes are not necessarily spatially referenced. Therefore, the Processing R Provider plugin also has input and output parameters of non-spatial variables. In this entry, we will focus on the output parameters that are not spatial …

    Read More
  • 5. Advanced specification

    May 20, 2022 · 6 min read · R QGIS  ·
    Share on:

    2.1 Introduction Advanced specification is a new feature of the 3.x versions of the plugin. This type of configuration has a different logic than the usual way of specifying parameters, because the structure is different. In this part of the tutorial we will study the advantages of using the advanced specification in a …

    Read More
Gabo Gaona photo

Gabo Gaona

Environmental engineer. Freelance.FreeSoftware, Open Science and Open Data activist. Geospatial data analyst.
Gabo Gaona photo

Antony Barja

BSc in Geographical Engineering-National University of San Marcos, data analyst at Health Innovation Lab
Read More

Table of contents

  • Tutorial outline
  • 1. Introduction to QGIS and R
  • 2. First processing tool
  • 3. Documentations for Rscripts in QGIS
  • 4. Non-spatial outputs
  • 5. Advanced specification

Tags

QGIS 6 R 6 INSTALACIÓN 3 EXTRAS 2
r-qgis

Copyright 2025 R-QGIS. All Rights Reserved