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

allow partitioned dataset read/writes #3

Closed wcjochem closed 3 years ago

wcjochem commented 3 years ago

Testing feature to read/write file shards into partitioned parquet files. Should allow hive style. Working (but requiring) dplyr package for collect() and to identify queries.