DEM production using the command line

Feel free to ask any question here
Post Reply
JeanForestry
Posts: 1
Joined: Wed Oct 28, 2020 1:24 am

DEM production using the command line

Post by JeanForestry »

Good evening,

I try to produce a DEM using the command line. The problem is that several Lidar layers are exported. I need only the heights from the first returns. Using the GUI, I am able to produce a proper DEM, but not with the command line. I woiuld like also be able to specify the output file name.

The command file I am using is:

Code: Select all

cloudcompare.CloudCompare -SILENT -O -GLOBAL_SHIFT AUTO 16_402_5024_f08_dc.las -RASTERIZE -GRID_STEP 0.2 -EMPTY_FILL INTERP -SF_PROJ MAX -PROJ MAX -OUTPUT_RASTER_Z 
Thanks in advance,
Jean
daniel
Site Admin
Posts: 7382
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: DEM production using the command line

Post by daniel »

Indeed, the option '-OUTPUT_RASTER_Z' was a bit misleading.

I fixed it, and created a new option '-OUTPUT_RASTER_Z_AND_SF' for those who want both. This way it should be more explicit.

You can test that with the latest 2.12.alpha version.
Daniel, CloudCompare admin
daniel
Site Admin
Posts: 7382
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: DEM production using the command line

Post by daniel »

Indeed, the option '-OUTPUT_RASTER_Z' was a bit misleading.

I fixed it, and created a new option '-OUTPUT_RASTER_Z_AND_SF' for those who want both. This way it should be more explicit.

You can test that with the latest 2.12.alpha version.
Daniel, CloudCompare admin
Post Reply