Description Usage Arguments Value Author(s)
Compares an XY position to the extent of a RasterBrick described by a raster metadata tibble. Returns TRUE if the point is inside the extent of the RasterBrick object.
1 | .sits_raster_xy_inside(xy, raster.tb)
|
xy |
XY extent compatible with the R raster package. |
raster.tb |
Tibble with metadata information about a raster data set. |
TRUE if XY is inside the raster extent, FALSE otherwise.
Gilberto Camara, gilberto.camara@inpe.br
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.