You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like the previous geoarrow incarnation, we should provide arrow package integration. This allows direct use of things like arrow::read_parquet() and the arrow package dplyr integration. I think the implementation will be similar in concept ( https://github.com/paleolimbot/geoarrow/blob/master/R/pkg-arrow.R ) but nanoarrow has some helpers to leverage (as_data_type() implementations, etc.).
The text was updated successfully, but these errors were encountered:
Like the previous geoarrow incarnation, we should provide arrow package integration. This allows direct use of things like
arrow::read_parquet()
and the arrow package dplyr integration. I think the implementation will be similar in concept ( https://github.com/paleolimbot/geoarrow/blob/master/R/pkg-arrow.R ) but nanoarrow has some helpers to leverage (as_data_type()
implementations, etc.).The text was updated successfully, but these errors were encountered: