How to buffer vectors (from fields) in QGIS using Python

In this task we will use python scripting to buffer the features of a vector layer (using a buffer distance stored in a field) and save it as a memory layer. The Processing algorithm Variable distance buffer does the same thing, but we want to do it using Python. We can use the following code (if you don’t […]

Read more "How to buffer vectors (from fields) in QGIS using Python"