EVOLUTION-MANAGER
Edit File: st_drivers.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Get GDAL drivers</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for st_drivers {sf}"><tr><td>st_drivers {sf}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Get GDAL drivers</h2> <h3>Description</h3> <p>Get a list of the available GDAL drivers </p> <h3>Usage</h3> <pre> st_drivers(what = "vector") </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>what</code></td> <td> <p>character: <code>"vector"</code> or <code>"raster"</code>, anything else will return all drivers.</p> </td></tr> </table> <h3>Details</h3> <p>The drivers available will depend on the installation of GDAL/OGR, and can vary; the <code>st_drivers()</code> function shows all the drivers that are readable, and which may be written. The field <code>vsi</code> refers to the driver's capability to read/create datasets through the VSI*L API. <a href="https://gdal.org/drivers/vector/index.html">See GDAL website for additional details on driver support</a>. </p> <h3>Value</h3> <p>A <code>data.frame</code> with driver metadata. </p> <h3>Examples</h3> <pre> st_drivers() </pre> <hr /><div style="text-align: center;">[Package <em>sf</em> version 0.9-5 <a href="00Index.html">Index</a>]</div> </body></html>