st_drivers | R Documentation |
Get a list of the available GDAL drivers
st_drivers(what = "vector", regex)
what |
character: |
regex |
character; regular expression to filter the |
The drivers available will depend on the installation of GDAL/OGR,
and can vary; the st_drivers()
function shows all the drivers that are
readable, and which may be written. The field vsi
refers to the driver's
capability to read/create datasets through the VSI*L API. See GDAL website for additional details on driver support
A data.frame
with driver metadata.
# The following driver lists depend on the GDAL setup and platform used:
st_drivers()
st_drivers("raster", "GeoT")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.