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
saveObjectmethod.- metadata
Named list containing metadata for the object - most importantly, the
typefield that controls dispatch to the correct loading function. IfNULL, this is automatically read byreadObjectFile(path).