Filters crop yield values of point data derived from combine harvester yield monitors.
wbt_yield_filter(
input,
yield_field,
pass_field,
output,
width = 6.096,
z_score_threshold = 2.5,
min_yield = 0,
max_yield = 99999.9,
wd = NULL,
verbose_mode = FALSE,
compress_rasters = FALSE,
command_only = FALSE
)
Returns the tool text outputs.
Name of the input points shapefile.
Name of the attribute containing yield data.
Name of the attribute containing pass line ID.
Name of the output points shapefile.
Pass swath width (m).
Z-score threshold value (default=2.5).
Minimum yield value in output.
Maximum yield value in output.
Changes the working directory.
Sets verbose mode. If verbose mode is FALSE
, tools will not print output messages.
Sets the flag used by 'WhiteboxTools' to determine whether to use compression for output rasters.
Return command that would be executed by system()
rather than running tool.