Menu

#20 Modify LAS header to show that MCC-LIDAR classified file

1.0 - final
closed
None
done
program
major
1.0b3
enhancement
2011-06-30
2010-05-15
No

Awhile ago we talked about labeling the LAS file header as having
been classified using the MCC algorithm. Is this the case now with
MCC v1b3? Are the scale and curvature parameters input by the user
included in this label?

Related

Wiki: Version

Discussion

  • Jimm Domingo

    Jimm Domingo - 2011-05-31
    • owner set to jimm_domingo
    • status changed from new to accepted
    • summary changed from label las file header to Modify LAS header to show that MCC-LIDAR classified file

    To indicate that a LAS file was classified by MCC-LIDAR, the program needs to set two fields in the file's header:

    • System Id = "GROUND CLASSIFICATION"
    • Generating Software = "MCC-LIDAR v#.# (rev #)"

    The numbers in the Generating Software field are the program's version number and its Subversion revision number, respectively.

    The LAS file header has no fields that are appropriate for recording the scale and curvature parameters. They would need to be stored in a variable record (see ticket #44 for details).

     
  • Jimm Domingo

    Jimm Domingo - 2011-05-31
    • milestone set to 1.0 - final
     
  • Jimm Domingo

    Jimm Domingo - 2011-06-30
    • status changed from accepted to closed
    • resolution set to done

    Implemented in revision r182.

     

    Related

    Commit: [r182]


Log in to post a comment.