Hey all!
So I have a point shapefile and I would like to build a polygon for each consecutive 3 points in this shapefile.
- I am having a hard time figuring out how to build a polygon from points in first place.
- Is there a way to write a Python script to do that? and If yes, is it possible to add an iteration function in the script so that it build a polygon for each consecutive 3 points in my shapefile?
Thanks a bunch!