ArcheoCAD is a QGIS plugin that allows creating Polygons, Rectangles, Circles and Ellipses using a layer of points. In order to do this, the Attribute table of the input layer must have a field containing the desired geometry output. The values of this attribute, depending on the output geometry, must be chosen from the list below (case-insensitive)
There are a few conditions to meet concerning input points during field survey:
For general polygons, the topographical points which represent vertices must follow one after another on the perimeter (as if we were drawing the polygon on a paper sheet with a pen). If these points were not taken in the correct order, you can add a “sort field” to the attribute table containing a sort order for the output polygons.
The source code is available at:
https://github.com/narimanInrap/ArcheoCAD.git