LAS LiDAR Binary File Import Automation Options
Since the Import Options dialog is not displayed when the program is driven from an automation script, an options string can be specified in the script. The string consists of comma-separated parameters, which specify the behavior of the various export options. A typical example would be:
"Defaults = 1, AcceptXMin=3, AcceptXMax=15, AcceptClass[2]=1, AcceptClass[3]=1"
This would first set all options to the default values, specifies a range of x values, then specifies which classes to import.
Option | Action | Default | Description |
RejectInconsistent | 0 = No 1 = Yes |
0 | 1 to reject inconsistent records, 0 to keep inconsistent records. |
AcceptXMin | Value | Minimum X value, greater than or equal to | |
AcceptXMax | Value | Maximum X value, less than or equal to | |
AcceptYMin | Value | Minimum Y value, greater than or equal to | |
AcceptYMax | Value | Maximum Y value, less than or equal to | |
AcceptZMin | Value | Minimum Z value, greater than or equal to | |
AcceptZMax | Value | Maximum Z value, less than or equal to | |
AcceptNthPoint | Value | Returns every Nth point. | |
AcceptReturn | Value | Filters by laser return value | |
AcceptClass | 0 = No 1 = Yes |
0 rejects the specified class, and 1 accepts the specified class. Takes the form "AcceptClass[x]=" where x is class number (0-31) | |
AcceptAllClasses | 0 = No 1 = Yes |
1 to accept ALL classes. Overrides AcceptClass specification. | |
AcceptNoClasses | 0 = No 1 = Yes |
1 to accept NO classes. Overrides AcceptClass specification. |