Getting to know the Python Console
The most direct way to interact with the QGIS API (short for Application Programming Interface) is through the Python Console, which can be opened by going to Plugins | Python Console. As you can see in the following screenshot, the Python Console is displayed within a new panel below the map:
Our access point for interaction with the application, project, and data is the iface
object. To get a list of all the functions available for iface
, type help(iface)
. Alternatively, this information is available online in the API documentation at http://qgis.org/api/classQgisInterface.html.
Loading and exploring datasets
Get QGIS: Becoming a GIS Power User now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.