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) |
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.
| 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().