Parameters
| Name | Type | Mode |
|---|---|---|
| $1 | USER-DEFINED | IN |
| $2 | integer | IN |
| $3 | boolean | IN |
args: rast, nband, exclude_nodata_value - Aggregate. Returns the number of pixels in a given band of a set of rasters. If no band is specified defaults to band 1. If exclude_nodata_value is set to true, will only count pixels that are not equal to the NODATA value.
| Name | Type | Mode |
|---|---|---|
| $1 | USER-DEFINED | IN |
| $2 | integer | IN |
| $3 | boolean | IN |