Read sf
from alabaster
on disk representation
readSF.Rd
Read the GeoParquet file into R. GeoParquet should also work in any
programming language that supports arrow
. Newer version of GDAL with
Parquet driver is not strictly necessary if the geometry's WKB can be
converted to whichever language specific object such as sfc
in R.
Arguments
- path
String containing a path to a directory, itself created with a
saveObject
method.- metadata
Named list containing metadata for the object - most importantly, the
type
field that controls dispatch to the correct loading function. IfNULL
, this is automatically read byreadObjectFile(path)
.