Book Image

Mastering QGIS

Book Image

Mastering QGIS

Overview of this book

Table of Contents (18 chapters)
Mastering QGIS
Credits
Foreword
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

About the processing toolbox


The processing toolbox serves as a one-stop-shopping GUI for accessing algorithms from both native QGIS tools and many third-party providers. Historically, the algorithms from other geospatial packages were only accessible within the native software environment or through a command-line environment. Algorithms from the following providers are accessible using the toolbox:

  • QGIS geoalgorithms

  • GDAL/OGR

  • GRASS

  • SAGA

  • TauDEM

  • LAStools

  • R

  • Orfeo Toolbox

  • Models

  • Scripts

We will not make use of all the algorithm providers or explore all the available algorithms in this chapter; however, the last two entries in the list offer additional options for creating reusable graphical models and running Python scripts, which are covered in Chapter 8, Automating Workflows with the Graphical Modeler, and Chapter 9, Creating QGIS Plugins with PyQGIS and Problem Solving, respectively.

Configuring the processing toolbox

In this section, we will ensure that the processing toolbox is correctly configured...