Loading [MathJax]/extensions/tex2jax.js
python.workflows.preAttribute Namespace Reference

Computes a set attributes for a list of point cloud files. More...

Classes

class  preAttribute
 

Variables

 script
 

Detailed Description

Computes a set attributes for a list of point cloud files.

The main focus of the script is to compute new features within the point cloud and add them as attributes to the ODM. The script supports filewise and stripwise processing independed of the file structure.

Certain features have to be computed stripwise to be meaningful. In case the data are provided as strip files this task is trivial since it is identical to the filewise processing strategy. However, if the data are tiled (or multi strips have been merged) the stripwise computation is repeated multiple times for input each file only using the points of on strip a time (by applying filters). The strips have to be identifiable by the "stripAttribute" (see above)

See also
Script documentation