Introduction
This chapter details how to edit 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.