powered by
GeoArrow encoded arrays as R vectors
as_geoarrow_vctr(x, ..., schema = NULL)
A vctr of class 'geoarrow_vctr'
An object that works with as_geoarrow_array_stream(). Most spatial objects in R already work with this method.
as_geoarrow_array_stream()
Passed to as_geoarrow_array_stream()
An optional schema (e.g., na_extension_geoarrow()).
schema
na_extension_geoarrow()
as_geoarrow_vctr("POINT (0 1)")
Run the code above in your browser using DataLab