Skip to contents

Represents a raster dataset in Whitebox Workflows for Python (WbW) format. Provides access to raster properties including name, Python pointer, summary statistics, and min/max values.

Usage

WhiteboxRaster(name = character(0), source = NULL)

Arguments

name

character Name of the raster

source

any Source data for the raster

Properties

stats

character Summary statistics for the raster

min

numeric Minimum value for the raster

max

numeric Maximum value for the raster

extent

WhiteboxExtent Spatial extent of the raster