changing lidar classes

Is there a way through script to change points in one class to another? For example, move points from class 7 to class 12? Or is this a functionality that is not included in GM scripting language?

Answers

  • Solved: This is, as noted by the GM support team, not supported by the GM scripting language. 
  • Hello 
    Try with following funtion and give me feedback please:

    SET_OPT LIDAR_FILTER="NONE,7,18"
    EDIT_VECTOR FILENAME="..." LIDAR_CLASS=1

    ii:  In this exemple, i copied class "7" & "18" to class "1"

    Good luck
  • DANBRI said:
    Hello 
    Try with following funtion and give me feedback please:

    SET_OPT LIDAR_FILTER="NONE,7,18"
    EDIT_VECTOR FILENAME="..." LIDAR_CLASS=1

    ii:  In this exemple, i moved class "7" & "18" to class "1"

    i think  that's what you're looking for

    Good luck