powered by
`stars`
Coercion from raster ursaRaster object to raster stars object defined in package stars.
ursaRaster
stars
as_stars(obj)
Object of class stars for argument of class ursaRaster. Otherwise, NULL.
NULL
Object of class ursaRaster.
Nikita Platonov platonov@sevin.ru
Simple coercion to stars object of package stars. Currently, color tables and attribution tables are not supported.
session_grid(NULL) a <- ursa_dummy(3) x <- as_stars(a) class(x) if (requireNamespace("stars")) { print(x) b <- as_ursa(x) print(a) print(b) }
Run the code above in your browser using DataLab