gdalmdiminfo: Interface to GDAL's gdalmdiminfo utility
Description
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.
Logical (default FALSE). If TRUE,
instead of executing the requested call to GDAL, the function
will print the command-line call that would produce the
equivalent output.
config_options
A named character vector with GDAL config
options, of the form c(option1=value1, option2=value2). (See
here for a
complete list of supported config options.)
quiet
Logical (default FALSE). If TRUE,
suppress printing of output to the console.