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

Summary


In this chapter, we covered automating workflows with the QGIS graphical modeler. We showed you how to set up, edit, document, and run a model. You learned how to add inputs and algorithms to models. We also covered how to execute models iteratively, nest models within models, and run them in batch mode. With what has been covered to this point, you should understand how to work with a variety of vector, raster, and tabular data. You should also be well versed with the geoprocessing and analytic capabilities of QGIS.

In the next chapter, we will switch from conducting analyses with the graphical modeler and the Processing Toolbox to expanding the functionality of QGIS with Python. In Chapter 9, Creating QGIS Plugins with PyQGIS and Problem Solving, you will learn how to create a QGIS plugin from scratch. The chapter will begin with a primer on PyQGIS. You'll learn where you can get API information and other PyQGIS help. We will then explore plugin file structure and the available...