Description
Hello everyone,
I am interested to using supplementary tools for vector processing, in order to extract a boundary of a given DTM already converted in polygon, but which i would apply some buffer function.
I have noticed that in the main.cfg
file, some vector tools are mentioned which would be helpful for me:
[vectorTools] alias=Buffer,BufferMask,Centroid,Boundary,ConvexHull,Simplify,SpatialQuery name=buffer,spatial-buffer,centroid,boundary,convexhull,simplify,spatial-query title=Vector Tools
Is there a solution for accessing these particular tools in the map-mint interface ?
To summarize starting from the raster in the first picture, i want to get to the shape of the boundaries like in the third picture (the second picture is the result of the gdal_polygonize.py
function):
If you have better idea to do so, i would also be grateful.
Thanks