wcjochem / sfarrow

R package for reading/writing `sf` objects from/to parquet files with `arrow`.
https://wcjochem.github.io/sfarrow/
Other
75 stars 4 forks source link

Adding `find_geom` #9

Closed wcjochem closed 3 years ago

wcjochem commented 3 years ago

New parameter to read_sf_dataset: find_geom. When dataset is a dplyr query using select() to return a subset of columns, sfarrow requires a geometry column to be returned.

Setting find_geom = TRUE will search the metadata for the dataset and add any spatial geometry columns to the query.

Also includes additional updates to the documentation and website.