Clipping Point Cloud File Format
Brief
The file is a text file that contains a list of scopes used to load multiple circles or rectangles.
Clip by Circle File Format
Each circle consists of three values separated by commas: the X coordinate, the Y coordinate and the radius of the center.
The following table is an example of a circular extent file:
322610.51, 4102305.22, 50
322685.86, 4102400.5, 50
322820.45, 4102510.21, 100
322850.35, 4102655.33, 100
323000.00, 4103000.00, 60
The above values can be stored in a text file (such as "extents.txt") and loaded into the LiPowerline software.
Clip by Rectangle File Format
Each rectangle consists of four values separated by commas: X minimum, X maximum, Y minimum and Y maximum.
The following table is an example of a rectangular extent file:
322601.255, 322801.255, 4102309.655, 4102409.655
322548.966, 322600.110, 4102310.180, 4102360.180
322539.155, 322600.255, 4102309.655, 4102359.655
322745.950, 322780.110, 4102204.660, 4102250.180
322875.224, 322975.224, 4102028.660, 4102128.660
The above values can be stored in a text file (such as "extents.txt ") and loaded into the LiPowerline software.