19

Python for ArcGIS is a book that I have been looking at. Does anyone know if this would be applicable in QGIS? I am not looking to write application/plugins, simply get better at understanding expression etc. for standard workflow. e.g. queries and data-defined settings.

PolyGeo
  • 65,136
  • 29
  • 109
  • 338
LandArch
  • 2,201
  • 5
  • 26
  • 37

4 Answers4

18

The PyQGIS cookbook is a great resource

https://docs.qgis.org/latest/en/docs/pyqgis_developer_cookbook/

underdark
  • 84,148
  • 21
  • 231
  • 413
HeyOverThere
  • 7,861
  • 1
  • 27
  • 41
16

Original: This is coming soon: The PyQGIS Programmer's Guide: http://locatepress.com/ppg

Update 2019: There is a second edition out now: http://locatepress.com/ppg3

underdark
  • 84,148
  • 21
  • 231
  • 413
gsherman
  • 1,974
  • 11
  • 13
6

While this book is not specifically QGIS and Python, it was written for open source coding using GDAL and OGR with Python: http://www.packtpub.com/python-geospatial-development/book

Ryan Garnett
  • 9,479
  • 8
  • 61
  • 106
1

The PyQGIS 101 tutorial aims to help GIS users to get started with Python programming for QGIS 3:

https://anitagraser.com/pyqgis-101-introduction-to-qgis-python-programming-for-non-programmers/

underdark
  • 84,148
  • 21
  • 231
  • 413