
Last chance! 50% off unlimited learning
Sale ends in
gdal_formats()
returns a table of the supported raster and vector
formats, with information about the capabilities of each format driver.
gdal_formats(format = "")
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).
A character string containing a driver short name. By default, information for all configured raster and vector format drivers will be returned.
nrow(gdal_formats())
head(gdal_formats())
gdal_formats("GPKG")
Run the code above in your browser using DataLab