- QGIS Python Programming Cookbook(Second Edition)
- Joel Lawhead
- 42字
- 2025-04-04 19:41:11
Introduction
This chapter details editing the process of QGIS vector data using the Python API. The QgsVectorLayer
object contains the basics of adding, editing, and deleting features. All other geospatial operations are accessed through the Processing Toolbox or even through custom scripts.