Skip to contents

There are a number of available sample datasets that can be readily used to test Whitebox Workflows for Python.

Usage

wbw_download_sample_data(data_set = NULL, path = NULL)

Arguments

data_set

character, dataset name. See Details

path

character, path to where download sample datasets. If NULL, the currect working directory is used

Details

Available datasets:

Dataset NameDescriptionSize
Guelph_landsatLandsat 5 sub-area (7 bands)10.9 MB
Grand_JunctionSmall DEM in high-relief terrain5.8 MB
GTA_lidarAirborne lidar point cloud (LAZ)54.3 MB
jay_brookAirborne lidar point cloud (LAZ)76.3 MB
Jay_State_ForestLidar-derived DEM27.7 MB
Kitchener_lidarAirborne lidar point cloud (LAZ)41.6 MB
London_air_photoHigh-resolution RGB air photo87.3 MB
mill_brookAirborne lidar point cloud (LAZ)49.9 MB
peterborough_drumlinsLidar-derived DEM22.0 MB
Southern_Ontario_roadsVector roads layer7.1 MB
StElisAkAirborne lidar point cloud (LAZ)54.5 MB

Examples

if (FALSE) { # \dontrun{
# Download sample data
wbw_download_sample_data(data_set = "Guelph_landsat", path = tempdir())
} # }