Read data using GDAL's multidimensional array API (experimental)
read_mdim(
x,
variable = character(0),
...,
options = character(0),
raster = NULL,
offset = integer(0),
count = integer(0),
step = integer(0),
proxy = FALSE,
debug = FALSE
)
data source name
name of the array to be read
ignored
array opening options
names of the raster variables (default: first two)
integer; offset for each dimension (pixels) of sub-array to read (default: 0,0,0,...) (requires sf >= 1.0-9)
integer; size for each dimension (pixels) of sub-array to read (default: read all) (requires sf >= 1.0-9)
integer; step size for each dimension (pixels) of sub-aray to read (requires sf >= 1.0-9)
logical; return proxy object? (not functional yet)
logical; print debug info?
it is assumed that the first two dimensions are easting / northing