gdalmdiminfo | R Documentation |
This function provides an interface mirroring that of the GDAL
command-line app gdalmdiminfo
. For a description of the
utility and the arguments that it takes, see the documentation at
https://gdal.org/programs/gdalmdiminfo.html.
gdalmdiminfo(
datasetname,
...,
oo,
arrayoption,
detailed,
nopretty,
array,
limit,
stats,
IF,
dryrun = FALSE,
config_options = character(0),
quiet = FALSE
)
datasetname |
Path to a GDAL-supported readable datasource. |
... |
Here, a placeholder argument that forces users to supply exact names of all subsequent formal arguments. |
oo, arrayoption, detailed, nopretty, array, limit, stats, IF |
the GDAL project's gdalmdiminfo documentation for details. |
dryrun |
Logical (default |
config_options |
A named character vector with GDAL config
options, of the form |
quiet |
Logical (default |
Silently returns a character vector containing the information in JSON format returned by the gdalmdiminfo utility.
Joshua O'Brien
ff <- system.file("nc/cropped.nc", package = "sf")
gdalmdiminfo(ff)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.