This function compares an XY position to the extent of a RasterBrick described by a raster metadata tibble, and return TRUE if the point is inside the extent of the RasterBrick object.
.sits_xy_inside_raster(xy, raster.tb)
XY extent compatible with the R raster package.
Tibble with metadata information about a raster data set.
TRUE if XY is inside the raster extent, FALSE otherwise.