Book Image

QGIS Python Programming Cookbook

Book Image

QGIS Python Programming Cookbook

Overview of this book

Table of Contents (16 chapters)
QGIS Python Programming Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 1. Automating QGIS

In this chapter, we will cover the following recipes:

  • Installing QGIS for development

  • Using the QGIS Python console

  • Using Python's ScriptRunner plugin

  • Setting up your QGIS IDE

  • Debugging QGIS Python scripts

  • Navigating the PyQGIS API

  • Creating a QGIS plugin

  • Distributing a plugin

  • Building a standalone application

  • Storing and reading global preferences

  • Storing and reading project preferences

  • Accessing the script path from within your script