| vsi_uri_to_vsi_path | R Documentation |
vsi_uri_to_vsi_path() substitutes URIs / URLs starting with s3://,
gs://, etc. by their VSI prefix equivalents. If no known substitution is
found, the input string is returned unmodified.
Wrapper of VSIURIToVSIPath() in the GDAL API. Requires GDAL >= 3.12.
vsi_uri_to_vsi_path(uris)
uris |
Character vector of input URI strings. |
Character vector of VSI paths.
# Requires GDAL >= 3.12
vsi_uri_to_vsi_path("gs://cmip6/")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.