Closed JosiahParry closed 9 months ago
I suspected that as_geoarrow_array() would be able to work for anything that returns wk::is_handleable() == TRUE. as_geoarrow_array() fails on sf objects but succeed on s3 objects.
as_geoarrow_array()
wk::is_handleable() == TRUE
Nice! Thank you :) didn't realize I wrote s3 but think you got I meant sfc 😴
I suspected that
as_geoarrow_array()
would be able to work for anything that returnswk::is_handleable() == TRUE
.as_geoarrow_array()
fails on sf objects but succeed on s3 objects.