| gdal_get_driver_md | R Documentation |
gdal_get_driver_md() returns metadata for a driver.
gdal_get_driver_md(format, mdi_name = "")
format |
Character string giving a format driver short name
(e.g., |
mdi_name |
Optional character string giving the name of a specific
metadata item. Defaults to empty string ( |
Either a named list of metadata items and their values as character
strings, or a single character string if mdi_name is specified. Returns
NULL if no metadata items are found for the given inputs.
getCreationOptions()
dmd <- gdal_get_driver_md("GTiff")
str(dmd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.