You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no function to find out what kind of data cube we have, e.g. when mapview or tmap want to plot it. I'm proposing to find out the type of raster (in case there is a spatial raster), using st_raster_type(x) returning one of NA (not a raster cube), regular, rectilinear, affine, curvilinear.
The text was updated successfully, but these errors were encountered:
There is no function to find out what kind of data cube we have, e.g. when
mapview
ortmap
want to plot it. I'm proposing to find out the type of raster (in case there is a spatial raster), usingst_raster_type(x)
returning one ofNA
(not a raster cube),regular
,rectilinear
,affine
,curvilinear
.The text was updated successfully, but these errors were encountered: