LDExport – An LP360 Command Line Executable

LP360 has several very useful command line executable utilities that can be used to simplify different tasks or improve the efficiency of large batch processes when working with substantial amounts of data or repeating processes.  LDExport was added to this utility catalog with 2017.1.  It simplifies the export of LAS points and surfaces, for example when generating output products.  LDExport can be found along with the other command line utilities at C:\\Program Files\Common Files\LP360 (or Program Files (x86) for 32-bit installs.

LDExport can be run as needed by executing it as manual command line call from the source folder. More typically, you will want to integrate it into a GeoCue checklist step or your own MS-DOS style batch script for convenience.  Prior to running LDExport you will want to use LP360’s Export Wizard to configure your output settings and then save these settings (they are saved as an XML file).  This allows you to determine your output type and any relevant settings.  You should also test the output settings first on sample data to make sure you will get the results you expect.

Once you have your desired export settings saved, there are several useful command line parameters to tweak the LDExport process.  First, the command takes a standard -f, -i or -d parameter to indicate the input file location.  The output location is specified with the standard -o parameter.  Next the -s parameter sets the pointer to the XML file with the settings you saved above.  You can use -sidx to identify an index shape file (.shp).  You can choose to have LDExport process files individually with the -n parameter, otherwise all files will process together as a group.  Typically, you will want to process as a group for surface generation and individually for point outputs.

To further allow you to tweak the process, you can control the extent of the output area if you do not need to use an entire data set.  For example, extracting a county DEM from a statewide data set.  To implement this, LDExport supports a designated area of interest (AOI) mask via the -g parameter.  Use -g to point to a shape file (.shp) that contains one (or more) AOI geometries as polygons.  The export will be limited to the interiors of the AOIs.  Use the -d parameter as a follow-on to -g to specify the field in the .shp file to use in the output file names.

Finally, you can get a summary of all parameters via the -h or -? parameters.

Program to export las points and surfaces
Usage: LDExport {-h} {-q} {-v} {-s } {-sidx} {-int} {-hs} {-i} {-o }
-h or -? or –help display usage information
-s Export settings options xml file
-sidx Index Shape file
-int Intensity
-hs Hill Shade
-f Input file path for processing single LAS files
-i Input Location
-n Process files individually from input files folder path, otherwise process as a group. This option is valid with – i option and works in exporting points only.
-r Process files recursively from input files folder path, otherwise process files from the input folder. This option is valid only with – i option
-g Input shape file path for area of interest(AOI) geometries. This is optional .If this option is not provided then the PCT will be executed on entire LAS file
-d Field name from shape file to use in output filename. This option is valid with -g option
-im Intensity modulation value for Hill shade images. Valid range is 0-255. This option is valid with -hs option
-o Output Location

LDExport definitely helps simplify and streamline creating products or outputting points and surfaces from you LAS data sets.

Examples:

Export LAS Shape File Index of the LAS Files:

How do I Create a LAS Shape File Index of my LAS Files?

Export bare earth LAS file from a single input LAS file:

“C:\Program Files\Common Files\LP360\LDExport.exe” -v -s LP360 Project Path\LAS_Bare_Earth_Export.xml -f “Input File” -o “Output File

“C:\Program Files\Common Files\LP360\LDExport.exe” -v -s D:\Training_Data\Davidson_TN_2016\LAS_Bare_Earth_Export.xml -f D:\Training_Data\Davidson_TN_2016\LAS\1730629NE.las -o D:\Training_Data\Davidson_TN_2016\GroundOnly\1730629NE_gnd.las

Export DEM from a single input LAS file:

“C:\Program Files\Common Files\LP360\LDExport.exe” -v -s LP360 Project Path\ExportSettings_DEM_FLT.xml -f “Input File” -o “Output File

“C:\Program Files\Common Files\LP360\LDExport.exe” -v -s D:\Training_Data\Davidson_TN_2016\ExportSettings_DEM_FLT.xml -f D:\Training_Data\Davidson_TN_2016\Davidson2016_Nashville_LAS_AOI_2016_LAZ\1730629NE.las -o D:\Training_Data\Davidson_TN_2016\LDExportOutput\1730629NE_DEM

Export DEM from multiple LAS files using a shapefile to cookie cut and name the export files:

“C:\Program Files\Common Files\LP360\LDExport.exe” -v -s LP360 Project Path\ExportSettings_DEM_FLT.xml -i “Input Folder” -g “Input Shapefile” -d “Field Name” -o “Output Folder”

“C:\Program Files\Common Files\LP360\LDExport.exe” -v -s D:\Training_Data\Davidson_TN_2016\ExportSettings_DEM_FLT.xml -i
D:\Training_Data\Davidson_TN_2016\Davidson2016_Nashville_LAS_AOI_2016_LAZ\ -g
D:\Training_Data\Davidson_TN_2016\Index.shp -d
NAME -o
D:\Training_Data\Davidson_TN_2016\LDExportOutput\

Share

GeoCue Support has written 707 articles