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

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.