I have a shapefile of points (SR EPSG:3857 - WGS 84), with (in the attributes) an "ID" column for each point, and a "radius" length in meters; I am trying to find a way to create a buffer (or a circular polygon) around each point.
The radius of the buffer should be taken from its column, and it is different for each point. How can I do that? And is there a way to automate the creation of this buffer?
I am using QGIS Desktop 3.4.8 with GRASS 7.6.1.




EPSG:3857does not return rwal world distances? Length is heavily distorted - so depending on what you want to do, these buffers might lwad to completely wrong results – Babel Jan 19 '22 at 19:31EPSG:4326has degrees as length units, thus this makes no sense. Which CRS depends on your area of interest. Use local UTM zone or - for the whole world - an equal area projection. – Babel Jan 20 '22 at 10:51