geoarrow_handle | R Documentation |
Handler/writer interface for GeoArrow arrays
geoarrow_handle(x, handler, size = NA_integer_)
geoarrow_writer(schema)
x |
An object implementing |
handler |
A wk handler |
size |
The number of elements in the stream or NA if unknown |
schema |
A nanoarrow_schema |
geoarrow_handle()
: Returns the result of handler
geoarrow_writer()
: Returns a nanoarrow array
geoarrow_handle(wk::xy(1:3, 2:4), wk::wk_debug_filter())
wk::wk_handle(wk::xy(1:3, 2:4), geoarrow_writer(na_extension_wkt()))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.