gridding multiple lidar layers into multiple grid layers
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
Categories
- 12.8K All Categories
- 5.7K Features Discussion
- 345 Downloading Imagery
- 1.3K Elevation Data
- 385 Georeferencing Imagery Discussion
- 639 GM Script Language
- 54 User Scripts
- 115 GPS Features
- 417 Projection Questions
- 827 Raster Data
- 1.3K Vector Data
- 6.6K Support
- 178 Announcement and News
- 918 Bug Report
- 558 SDK
- 1.2K Suggestion Box
- 3.7K Technical Support
- 570 Other Discussion
- 131 GIS Data Sources
- 27 Global Mapper Showcase
- 239 How I use Global Mapper
- 107 Global Mapper Forum Website