Whitebox Utilities

InstallWbExtension

Use to install a Whitebox extension product.

Parameters:

FlagDescription
--install_extensionName of the extension product to install. Options include: 'General Toolset Extension', 'DEM & Spatial Hydrology Extension', 'Lidar & Remote Sensing Extension', and 'Agriculture Extension'

Python function:

wbt.install_wb_extension(
    install_extension="General Toolset Extension", 
    callback=default_callback
)

Command-line Interface:

>> ./whitebox_tools -r=LaunchWbRunner



Source code is unavailable due to proprietary license.

Author: Unknown

Created: Unknown

Last Modified: Unknown

LaunchWbRunner

Opens the Whitebox Runner application.

Parameters:

FlagDescription
--clear_app_stateClear the application state memory?

Python function:

wbt.launch_wb_runner(
    clear_app_state=False, 
    callback=default_callback
)

Command-line Interface:

>> ./whitebox_tools -r=LaunchWbRunner



Source code is unavailable due to proprietary license.

Author: Unknown

Created: Unknown

Last Modified: Unknown