3D point cloud clustering for archaeologically data
Caspari, Gino; Jendryke, Michael (2017): Archsphere – A Cluster Algorithm for Archaeological Applications. Journal of Archaeological Science: Reports. [in review]
Save ArchSphere.tbx and archsphereGIS.py to your local drive and add the tbx file to your ArcToolbox. Double click the archsphere script to start the tool and set your parameters:
- Add your input shapefile
- Set your height field
- Set your weight field
- Set the low Minimum Total Number of Points
- Set the high Minimum Total Number of Points
- Set the low Multiplier
- Set the high Multiplier
- Your output folder location
- The input shapefile should be projected (in meter), best is UTM.
- Use Spatial Analyst tool "Extract Multi Values to Points" to get height information from a DEM or simply set the field to whatever you want if you have not collected height information.
- By setting different low and high values for Minimum Total Number of Points and Multiplier a loop is created and multiple shapes are created.
- The Multiplier increments in 0.1 steps.
- The output location should be an existing folder.
coming soon