View source: R/precision_agriculture.R
wbt_remove_field_edge_points | R Documentation |
This tool can be used to remove, or flag, most of the points along the edges from a crop yield data set.
wbt_remove_field_edge_points(
input,
output,
dist = NULL,
max_change_in_heading = 25,
flag_edges = FALSE,
wd = NULL,
verbose_mode = NULL,
compress_rasters = NULL,
command_only = FALSE
)
input |
Name of the input points shapefile. |
output |
Name of the output points shapefile. |
dist |
Average distance between passes, in meters. |
max_change_in_heading |
Max change in heading. |
flag_edges |
Don't remove edge points, just flag them in the attribute table?. |
wd |
Changes the working directory. Default: |
verbose_mode |
Sets verbose mode. If verbose mode is |
compress_rasters |
Sets the flag used by 'WhiteboxTools' to determine whether to use compression for output rasters. Default: |
command_only |
Return command that would be executed by |
Returns the tool text outputs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.