QGIS Python Programming Cookbook
上QQ阅读APP看书,第一时间看更新

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