geoarrow_schema_parse | R Documentation |
Inspect a GeoArrow schema
geoarrow_schema_parse(
schema,
extension_name = NULL,
infer_from_storage = FALSE
)
is_geoarrow_schema(schema)
as_geoarrow_schema(schema)
schema |
A nanoarrow_schema |
extension_name |
An extension name to use if schema is a storage type. |
infer_from_storage |
Attempt to guess an extension name if schema is not a geoarrow extension type. |
A list of parsed properties
geoarrow_schema_parse(na_extension_geoarrow("POINT"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.