rast_df.Rd
rast_coord
rast_df(r, .area = TRUE, na.rm = FALSE)
I : the order of base, [lon, lat], image works directly on it.
I
base
[lon, lat]
image
cell: the order of gdal, [lon, rev(lat)], returned by values(r),
cell
gdal
[lon, rev(lat)]
values(r)