Learn R Programming

gdalraster (version 1.11.1)

gdal_formats: Retrieve information on GDAL format drivers for raster and vector

Description

gdal_formats() returns a table of the supported raster and vector formats, with information about the capabilities of each format driver.

Usage

gdal_formats(format = "")

Value

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).

Arguments

format

A character string containing a driver short name. By default, information for all configured raster and vector format drivers will be returned.

Examples

Run this code
nrow(gdal_formats())
head(gdal_formats())

gdal_formats("GPKG")

Run the code above in your browser using DataLab