I have a line shapefile (feature count > 600000) which has three fields: id, geometry, bufferwidth.
Which means, each line has its own buffer width.
How can I create for each feature a buffer with the relevant bufferwidth and store the created polygon? At best, as a result, I would have for each line feature a bufferpolygon within one polygon shapefile. This, as with the buffers I need to fetch point features subsequently.
Is there a way to do this in QGIS or GeoPandas? If not, I would be open to try it with another tool or method.