rasterio_idx | R Documentation |
raster_sfio()
.The sf RasterIO is the RasterIO window in a list format used by the sf package, it contains the same
information, and is created by raster_sfio()
.
rasterio_idx(dimension, extent)
raster_sfio(dimension, fact = 1, resample = "Nearest")
dimension |
ncols, nrows |
extent |
this is ignored |
fact |
a resizing factor |
resample |
resample algorithm for GDAL RasterIO |
RasterIO window vector 'c(x0, y0, nx0, ny0, nx, y)' see Details
rasterio_idx(dim(volcano))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.