A small 3-band (RGB) GeoTIFF used in examples, vignettes, and tests.
A GeoTIFF file in `inst/extdata/`.
Details
The file is shipped with the package at:
`system.file("extdata", "sample_raster.tif", package = "rsegm")`.
Read it with:
`terra::rast(system.file("extdata","sample_raster.tif", package="rsegm", mustWork=TRUE))`.