Detailed list of package Scripts
| Script | Description |
| _bounds.py | Uses module Bounds to derive the planar outline of multiple point cloud files (ODM) |
| _export.py | This script exports a list of ODM strips into a single file or a set of output files. |
| _grid.py | Uses module Grid to derive multiple raster model for multiple point cloud files (ODM) |
| _import.py | Script for importing multiple files into multiple ODMs (rather than one ODM if Module Import is directly used) |
| _linReg.py | Script for computing and plotting linear regressions. |
| _overlap.py | Computes the overlap of point cloud files by importing them into ODMs and deriving boundary outlines of each file. |
| _setCRS.py | set CRS and print out CRS information to or from ODM or GDAL dataset |
| _validateCRS.py | validate given CRS string and try fix whenever possible. print out fixed CRS |
| clfConfusionMatrix.py | Compute and print the confusion matrix for two (integer) attributes of the ODM. |
| clfCreateTrainingPatches.py | Create training patches for deep learning neural networks. |
| clfTreeModelApply.py | Classifies a list of point cloud files based on a given decision tree model. |
| clfTreeModelTrain.py | Trains a supervised decision tree based classification model. |
| forBiomass.py | forBiomass calculates and validates parameters that can be used for estimating forest biomass. |
| forCrownCoverage.py | Calculates the crown coverage for a triplet of trees. |
| forDSM.py | Calculates a DSM for forested areas using the landcover dependent approach of Hollaus et al, 2010. |
| forDelineation.py | Derives forest boundaries from topographic models (DTM, DSM, ...) based on a specific forest definition. |
| forTopHeight.py | Calculates statistical measures (mean, std.dev., ...) for the 100 highest points within specific AOIs. |
| forTreeDetection.py | Detects single tree positions from topographic models (DTM, nDSM, etc.). |
| gmpLineMerge.py | Merges multiple structure line data sets into a single line network. |
| gmpLineModeler.py | Derives 3D structure lines from point clouds. |
| grfApprox.py | Computes a best fitting affine transformation for overlapping (strip) DEMs using Least Squares Matching. |
| grfExport.py | Exports data considering previously computed transformations. |
| hydThalweg.py | Computes the thalweg of a river using datasets derived from Airborne Laser Bathymetry (ALB) and the river axis. |
| opalsForest.py | Package script providing a set of forestry related tools. |
| opalsGeomorph.py | Package script providing tools for deriving geomorphic structure lines. |
| opalsGeoref.py | Package script providing tools for geo-referencing and co-registration of ALS flight strips. |
| opalsHelios.py | Runs an ALS Simulation using Helios. |
| opalsPreprocess.py | Package script providing tools for preprocessing of ALS data. |
| opalsQuality.py | Package script providing a complete processing chain for quality assessment of ALS flight strips. |
| preAttribute.py | Computes a set attributes for a list of point cloud files. |
| preCalcFootprint.py | Calculates the axes of the laser footprint on the target using a trigonometric approach. |
| preCutting.py | Cuts an ODM/Raster file using one or more polygons of a shape file. |
| preDataCheck.py | Performs a point cloud data check to secure validity and plausibility of input files. |
| preMergeChannelsPointclouds.py | Merges individual spectral channels of a multispectral LiDAR into a multispectral 3D point cloud. |
| preOutlierDetection.py | Detects and classifies outliers within a point cloud. |
| preTiling.py | Tesselates a (flight) block into tiles of equal size. |
| qltAccuracyPoint.py | Performs absolute accuracy checks for entire flight blocks w.r.t. to single (ground) check points. |
| qltAccuracyRegion.py | Performs an absolute accuracy check for entire flight blocks w.r.t. to reference regions (on the ground). |
| qltDSM.py | Derives surface models, shaded relief maps, and color coded hypsometric maps for a set of ALS strips. |
| qltDensity.py | Derives point density maps (color coded raster maps) for a set of ALS strips. |
| qltLSM.py | Calculates best fitting 3d-affine transformations between overlapping strip pairs. |
| qltPrecision.py | Derives precision maps (color coded raster maps and histograms) using sigma0 data. |
| qltStripDiff.py | Derives relative strip difference maps (color coded raster maps) for a set of overlapping strip pairs. |
| utilsImageOverlay.py | Script to combine a height coloring with a hill shading. |