Global Mapper v25.0

LAS to GM Grid

selebets
selebets Global Mapper UserTrusted User
edited December 2014 in GM Script Language
Sir,

I got the jagged surface when generated GM Grid from LIDAR point cloud. Seem all elevation height in integer format. It should be in float. I generated from the GM script... Another think how to fill the gap? I already use the FILL_GAPS command.

//CREATE ELEVATION GRID
GENERATE_ELEV_GRID ELEV_UNITS=METERS GRID_ALG=BIN_AVG GRID_BIN_SIZE="3.0" GRID_TYPE=ELEVATION


//EXPORT TO GMG
EXPORT_ELEVATION FILENAME="T:\#TEMP\GRID\%FNAME_WO_EXT%_groundONLY.gmg" TYPE=GLOBAL_MAPPER_GRID
ELEV_UNITS="METERS" SPATIAL_RES_METERS="0.15,0.15" FILL_GAPS="YES" PRECISION=4

29-12-2014 5-26-43 PM.jpg