Quick Start
This walkthrough verifies that WbW-QGIS is running and can execute tools.
1. Enable Plugin
- Start QGIS.
- Open Plugin Manager.
- Enable Whitebox Workflows.
2. Confirm Provider Availability
- Open the Processing Toolbox.
- Confirm Whitebox provider entries appear.
- If tools are missing, trigger a discovery refresh from the plugin panel.
3. Run a First Tool
A common smoke test is a simple raster analysis tool with a small input file.
Recommended pattern:
- Choose a small test raster.
- Run a lightweight tool from the Whitebox provider.
- Write output to a temporary file.
- Load and inspect the output layer in QGIS.
4. Validate Results
- Confirm the output file exists.
- Confirm layer metadata and CRS are as expected.
- Confirm visual result is plausible for the input.
If any step fails, continue to the Troubleshooting chapter.