WbW and WbW-Pro

There are two versions, or tiers, of Whitebox Workflows, including the standard WbW tier and the professional tier, Whitebox Worfklows for Python Professional (WbW-Pro). The standard tier of WbW is free and includes over 400 tool functions. While WbW is free for use, any financial support that you can provide is greatly appreciated. WbW-Pro contains all of the same functions as the standard WbW product and adds access to approximately 65 tool additional functions for advanced geoprocessing. WbW is free while use of WbW-Pro requires users to purchase a license from www.whiteboxgeo.com.

To determine whether a particular tool function is a WbW or WbW-Pro use the whitebox_workflows.is_wbw_pro_function function.

wbw_pro_function.py

from whitebox_workflows import is_wbw_pro_function

print(f"filter_lidar is WbW-Pro function: {is_wbw_pro_function('filter_lidar')}")

You can also see which functions require a WbW-Pro license in the API associated with the WbEnvironment class and in the separate WbW-Pro help documentation.

Learn more about WbW-Pro

Here are some topics specifically relevant to the WbW-Pro tier product: