Global Mapper v26.0

gridding multiple lidar layers into multiple grid layers

tim53
tim53 Global Mapper UserTrusted User

The new script recording tool looks great!

I am trying to create intensity grids from lidar files created via photogrammetry of Mars Curiosity rover Navigation camera stereo 360 degree pans. The project's tools allow me to create csv files of xyzi data (the Navigation cameras are monochrome) that I then batch convert to lidar point clouds in Global Mapper. Next, I grid each layer's intensity values into separate gridded ortho images, then export them all with the same bounding box so that I can filter the images in Photoshop for removal of seams between "wedges".

Up to now, I've done this all interactively, selecting each layer (typically about 20 wedges for a 360 degree panorama) and gridding intensity, at 1 cm/pixel. With the script recording tool, I can create a script to process each image, but it appears they're all being placed into a single layer, which makes it impossible to edit them in photoshop individually. Is there a way to force the grids into separate layers rather than a single layer?

Al.so, so far I have to put in as much interactivity into the recording process as I do manually. Is there a way to create a script that increments to the next visible layer without having to paste in the layer's name?

Here is part of a script I'm running now on 19 navigation camera wedges (which, based on how long it's been running, must be putting all the wedges into a single layer):

GENERATE_ELEV_GRID ELEV_UNITS="METERS" GRID_ALG="BIN_AVG" GRID_BIN_SIZE="-0.01" LAYER_DESC="NLB_575312022ILTLF0690000NCAM00353M1.las (Intensity Values)" \

NO_DATA_DIST_MULT="30" GRID_SAVE_TIN="NO" GRID_FILL_TO_BOUNDS="NO" GRID_FLATTEN_AREAS="YES" \

GRID_HEIGHTS_RELATIVE="NO" GRID_USE_CONSTRAINTS="YES" GRID_IGNORE_ZERO="NO" GRID_TYPE="INTENSITY" \

SOFT_EDGE_DIST="2"

GENERATE_ELEV_GRID ELEV_UNITS="METERS" GRID_ALG="BIN_AVG" GRID_BIN_SIZE="-0.01" LAYER_DESC="NLB_575312054ILTLF0690000NCAM00353M1.las (Intensity Values)" \

NO_DATA_DIST_MULT="30" GRID_SAVE_TIN="NO" GRID_FILL_TO_BOUNDS="NO" GRID_FLATTEN_AREAS="YES" \

GRID_HEIGHTS_RELATIVE="NO" GRID_USE_CONSTRAINTS="YES" GRID_IGNORE_ZERO="NO" GRID_TYPE="INTENSITY" \

SOFT_EDGE_DIST="2"

GENERATE_ELEV_GRID ELEV_UNITS="METERS" GRID_ALG="BIN_AVG" GRID_BIN_SIZE="-0.01" LAYER_DESC="NLB_575312163ILTLF0690000NCAM00272M1.las (Intensity Values)" \

NO_DATA_DIST_MULT="30" GRID_SAVE_TIN="NO" GRID_FILL_TO_BOUNDS="NO" GRID_FLATTEN_AREAS="YES" \

GRID_HEIGHTS_RELATIVE="NO" GRID_USE_CONSTRAINTS="YES" GRID_IGNORE_ZERO="NO" GRID_TYPE="INTENSITY" \

SOFT_EDGE_DIST="2"

Thanks in advance,

-Tim