python.packages.opalsQuality Namespace Reference

Package script providing a complete processing chain for quality assessment of ALS flight strips. More...

Functions

def cmdline (argv=sys.argv[1:])
 this function is called when opalsQuality is called directly
 
def folderize (outDir, skipIfExists)
 
def main (options, logger)
 

Variables

list commonscripts = ["_import", "_bounds", "_overlap", "_grid"]
 
list subscripts = ["qltDSM", "qltDensity", "qltStripDiff", "qltLSM"]
 
list allscripts = commonscripts + subscripts
 
 tmp = importlib.import_module("."+script,"packages.python")
 

Detailed Description

Package script providing a complete processing chain for quality assessment of ALS flight strips.

opalsQuality calculates DSMs and visualizations thereof, point density maps, strip difference maps, and estimates of strip difference vectors.

See also
Python script opalsQuality

Function Documentation

◆ folderize()

def python.packages.opalsQuality.folderize (   outDir,
  skipIfExists 
)
 FOLDERIZE takes the root of the output directory and arranges the files neatly (i.e. in subfolders for each type,
 etc.) so that this structure may then e.g. be parsed into a QGIS project using _writeQgisProj
 :param outDir: the root of the output folder. Files will be moved in-place (i.e. no copy)
 :param skipIfExists: False if files should be overwritten
 :return: None

References python.packages.opalsQuality.cmdline().