powered by
Inspect a GeoArrow schema
geoarrow_schema_parse( schema, extension_name = NULL, infer_from_storage = FALSE )is_geoarrow_schema(schema)as_geoarrow_schema(schema)
is_geoarrow_schema(schema)
as_geoarrow_schema(schema)
A list of parsed properties
A nanoarrow_schema
An extension name to use if schema is a storage type.
Attempt to guess an extension name if schema is not a geoarrow extension type.
geoarrow_schema_parse(na_extension_geoarrow("POINT"))
Run the code above in your browser using DataLab