Menu

#14 Output all ground points in CSV file

1.0 (b3)
closed
None
done
program
critical
1.0b2
enhancement
2010-05-03
2010-04-27
No

Add an alternative output file that contains all the ground points in CSV (comma-separated values) format. The user can then use that file as input data into another program to interpolate a ground surface. The user requests this optional output file by providing a filename on the command line with the extension ".csv".

Examples

Generate one output file with the ground points:

  mcc-lidar -s 2 -t 0.2 input-data.las ground-pts.csv

Generate two output files: 1) a *.las file with all the original LIDAR points and the ground points classified accordingly, and 2) a CSV file with the ground points:

  mcc-lidar -s 2 -t 0.2 input-data.las output-data.las ground-pts.csv

Related

Wiki: Version

Discussion

  • Jimm Domingo

    Jimm Domingo - 2010-04-27
    • owner set to jimm_domingo
    • status changed from new to accepted
     
  • Jimm Domingo

    Jimm Domingo - 2010-05-03
    • status changed from accepted to closed
    • resolution set to done

    Implemented in revision r114.

     

    Related

    Commit: [r114]

  • Jimm Domingo

    Jimm Domingo - 2010-05-03

    Modified the help message to include this output file (revision r115).

     

    Related

    Commit: [r115]


Log in to post a comment.