Re: [Qgis-user] Interpolation of a geometry

2022-01-08 Thread Ujaval Gandhi
There's a tool 'Points along geometry' in the Processing Toolbox that can do this. Can you use that? If you are trying to do this with PyQGIS, share your code snippet so folks can suggest how to do it. [image: Logo] Ujaval Gandhi Spatial Thoughts mobile:

[Qgis-user] Interpolation of a geometry

2022-01-08 Thread Asim al-sofi
Dear all, I am asking for help with interpolating a geometry. I have a geometry say "*geom*" and want to add new points to it at fixed distances, say "*distance*". Using the method "interpolate" i.e., *geom*.interpolate(*distance*) returns only points at the interpolated distance(s), meaning the