proj_networking | R Documentation |
proj_networking()
returns the status of PROJ networking capabilities,
optionally enabling or disabling first. Requires GDAL 3.4 or later and
PROJ 7 or later.
proj_networking(enabled = NULL)
enabled |
Optional logical scalar. Set to |
Logical TRUE
if PROJ networking capabilities are enabled (as
indicated by the return value of OSRGetPROJEnableNetwork()
in the GDAL
Spatial Reference System C API). Logical NA
is returned if GDAL < 3.4.
proj_version()
, proj_search_paths()
PROJ-data on GitHub, PROJ Content Delivery Network
proj_networking()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.