st_as_stars.csquares {csquares} | R Documentation |
Take a csquares
object created with new_csquares or as_csquares and
coerce it to a spatiotemporal array (stars).
st_as_stars.csquares(x, ...)
x |
An object of class |
... |
ignored. |
Returns a spatiotemporal array (stars) object based on x
.
Pepijn de Vries
library(stars)
st_as_stars(as_csquares("7500:110:3|7500:110:1|1500:110:3|1500:110:1"))
st_as_stars(as_csquares(orca, csquares = "csquares"))