python.packages Namespace Reference

Namespace for all opals Python package scripts. More...

Namespaces

 _bounds
 Uses module Bounds to derive the planar outline of multiple point cloud files (ODM)
 
 _export
 This script exports a list of ODM strips into a single file or a set of output files.
 
 _grid
 Uses module Grid to derive multiple raster model for multiple point cloud files (ODM)
 
 _import
 Script for importing multiple files into multiple ODMs (rather than one ODM if Module Import is directly used)
 
 _linReg
 Script for computing and plotting linear regressions.
 
 _overlap
 Computes the overlap of point cloud files by importing them into ODMs and deriving boundary outlines of each file.
 
 _pix4dUtils
 collection of utility functions helping to convert the output of Pix4DMapper into opalsStripAdjust inputs.
 
 _setCRS
 set CRS and print out CRS information to or from ODM or GDAL dataset
 
 _validateCRS
 validate given CRS string and try fix whenever possible. print out fixed CRS
 
 _writeQgisProj
 Creates a QGIS project file from a directory structure.
 
 analyzeDEM
 Analyzes a Digital Terrain Model (distribution of elevation,slope, exposition, curvature and openness).
 
 clfConfusionMatrix
 Compute and print the confusion matrix for two (integer) attributes of the ODM.
 
 clfTreeModelApply
 Classifies a list of point cloud files based on a given decision tree model.
 
 clfTreeModelTrain
 Trains a supervised decision tree based classification model.
 
 createParamFiles
 
 forBiomass
 forBiomass calculates and validates parameters that can be used for estimating forest biomass.
 
 forCrownCoverage
 Calculates the crown coverage for a triplet of trees.
 
 forDelineation
 Derives forest boundaries from topographic models (DTM, DSM, ...) based on a specific forest definition.
 
 forDSM
 Calculates a DSM for forested areas using the landcover dependent approach of Hollaus et al, 2010.
 
 forTopHeight
 Calculates statistical measures (mean, std.dev., ...) for the 100 highest points within specific AOIs.
 
 forTreeDetection
 Detects single tree positions from topographic models (DTM, nDSM, etc.).
 
 grfApprox
 Computes a best fitting affine transformation for overlapping (strip) DEMs using Least Squares Matching.
 
 grfExport
 Exports data considering previously computed transformations.
 
 metaShape2stripAdjust
 
 opalsForest
 python interface for packages.python.opalsForest
 
 opalsGeoref
 Package script providing tools for geo-referencing and co-registration of ALS flight strips.
 
 opalsHelios
 Runs an ALS Simulation using Helios.
 
 opalsPreprocess
 Package script providing tools for preprocessing of ALS data.
 
 opalsQuality
 Package script providing a complete processing chain for quality assessment of ALS flight strips.
 
 preAttribute
 Computes a set attributes for a list of point cloud files.
 
 preCalcFootprint
 Calculates the axes of the laser footprint on the target using a trigonometric approach.
 
 preCutting
 Cuts an ODM/Raster file using one or more polygons of a shape file.
 
 preDataCheck
 Performs a point cloud data check to secure validity and plausibility of input files.
 
 preOutlierDetection
 Detects and classifies outliers within a point cloud.
 
 preTiling
 Tesselates a (flight) block into tiles of equal size.
 
 qltAccuracy
 Performs absolute accuracy checks for entire flight blocks w.r.t. to (ground) control points.
 
 qltDensity
 Derives point density maps (color coded raster maps) for a set of ALS strips.
 
 qltDSM
 Derives surface models, shaded relief maps, and color coded hypsometric maps for a set of ALS strips.
 
 qltLSM
 Calculates best fitting 3d-affine transformations between overlapping strip pairs.
 
 qltStripDiff
 Derives relative strip difference maps (color coded raster maps) for a set of overlapping strip pairs.
 
 runStripAdjust
 runStripAdjust serves as a template for running Module stripAdjust using the OPALS Python bindings.
 
 utilsImageOverlay
 Script to combine a height coloring with a hill shading.
 

Detailed Description

Namespace for all opals Python package scripts.