gdal_formats | R Documentation |
gdal_formats()
returns a table of the supported raster and vector
formats, with information about the capabilities of each format driver.
gdal_formats(format = "")
format |
A character string containing a driver short name. By default, information for all configured raster and vector format drivers will be returned. |
A data frame containing the format short name, long name, raster
(logical), vector (logical), read/write flag (ro
is read-only,
w
supports CreateCopy, w+
supports Create), virtual I/O supported
(logical), and subdatasets (logical).
Virtual I/O refers to operations on GDAL Virtual File Systems. See https://gdal.org/en/stable/user/virtual_file_systems.html#virtual-file-systems.
nrow(gdal_formats())
head(gdal_formats())
gdal_formats("GPKG")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.