powered by
get the raster type (if any) of a stars object
st_raster_type(x)
object of class stars
stars
one of NA (if the object does not have raster dimensions), "curvilinear", "rectilinear", "affine", or "regular"
NA
"curvilinear"
"rectilinear"
"affine"
"regular"
# NOT RUN { tif = system.file("tif/L7_ETMs.tif", package = "stars") x = read_stars(tif) st_raster_type(x) # }
Run the code above in your browser using DataLab