Create GeoArrow Vectors
geoarrow.Rd
The 'geoarrow_vctr' family of vector classes are a zero-copy wrapper around
an Arrow C Data interface representation of a arrow::ChunkedArray. This
class provides most of the features that you might want when loading a file
(e.g., subset, print, format, inspect), and can be converted to some other
vector class (e.g., using sf::st_as_sf()
or geoarrow_collect_sf()
) with
more features when appropriate.
Arguments
- x
An object that implements
wk::wk_handle()
- ...
Passed to S3 methods
- ptype
A prototype for the final vctr type, or NULL to guess the most appropriate type.