Package: sfarrow Title: Read/Write Simple Feature Objects ('sf') with 'Apache' 'Arrow' Version: 0.4.1 Date: 2021-10-25 Authors@R: person(given = "Chris", family = "Jochem", role = c("aut", "cre"), email = "w.c.jochem@soton.ac.uk", comment = c(ORCID = "0000-0003-2192-5988")) Description: Support for reading/writing simple feature ('sf') spatial objects from/to 'Parquet' files. 'Parquet' files are an open-source, column-oriented data storage format from Apache (), now popular across programming languages. This implementation converts simple feature list geometries into well-known binary format for use by 'arrow', and coordinate reference system information is maintained in a standard metadata format. License: MIT + file LICENSE URL: https://github.com/wcjochem/sfarrow, https://wcjochem.github.io/sfarrow/ BugReports: https://github.com/wcjochem/sfarrow/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.1 Imports: sf, arrow, jsonlite, dplyr, Suggests: knitr, rmarkdown VignetteBuilder: knitr Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://wcjochem.r-universe.dev Date/Publication: 2021-10-28 10:22:57 UTC RemoteUrl: https://github.com/wcjochem/sfarrow RemoteRef: HEAD RemoteSha: aff5deed42bec078799bc46a43975badb59a05eb NeedsCompilation: no Packaged: 2026-06-14 09:55:26 UTC; root Author: Chris Jochem [aut, cre] (ORCID: ) Maintainer: Chris Jochem