Get the top values of a raster as a point `sf` object. The values locations are guaranteed to be separated by a certain number of pixels.
.sits_get_top_values(r_obj, band, n, sampling_window)
A point `tibble` object.
A raster object.
A numeric band index used to read bricks.
Number of values to extract.
Window size to collect a point (in pixels).
Alber Sanchez, alber.ipia@inpe.br