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 | |
Detects single tree positions from topographic models (DTM, nDSM, etc.).
Name: forTreeDetection Purpose: Single tree detection in ALS data
Copyright: Department of Geodesy and Geoinformation - TU Wien
| 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.