python.workflows.forTreeDetection Namespace Reference

Detects single tree positions from topographic models (DTM, nDSM, etc.). More...

Classes

class  forTreeDetection
 

Functions

def is_valid_gdal_extension (extension)
 Check if the given file extension is supported by any GDAL driver. More...
 

Variables

 script
 

Detailed Description

Detects single tree positions from topographic models (DTM, nDSM, etc.).

See \ref forTreeDetection "script documentation" for more details

Name: forTreeDetection Purpose: Single tree detection in ALS data

Copyright: Department of Geodesy and Geoinformation - TU Wien

Licence: opals

Function Documentation

◆ is_valid_gdal_extension()

def python.workflows.forTreeDetection.is_valid_gdal_extension (   extension)

Check if the given file extension is supported by any GDAL driver.

Parameters: extension (str): The file extension to check, e.g., 'tif', 'shp'.

Returns: bool: True if it's a valid GDAL extension, False otherwise.