I'm using QGIS and I have polygons such as this
I would like to generate a feature table with the point in each polygon, and a sort of 'encoding' of the corresponding polygon.
I would like to represent each of the polygons as a feature using their shape complexities. I read a paper which uses an approach they referred to as 'vertex coding' and described as 'a chain coding approach to encode the shape of the building plan outline as a sequence of segment lengths, where each segment, or wall, denotes a significant change of direction.' This means the vertex code for a single polygon with 5 sides could be l1-l2-l3-l4-l5 where l1:l5 are the lengths of each side of the polygon.
I had found a Plugin "PolygonComplexity", but it is written for an older version of QGIS.


