Package: lazysf Title: Delayed Read for 'GDAL' Vector Data Sources Version: 0.4.0 Authors@R: person(given = "Michael", family = "Sumner", role = c("aut", "cre"), email = "mdsumner@gmail.com", comment = c(ORCID = "0000-0002-2471-7511")) Description: Lazy read for drawings. A 'dplyr' back end for data sources supported by 'GDAL' vector drivers, that allows working with local or remote sources as if they are in-memory data frames. Basic features work with any drawing format ('GDAL vector data source') supported by the 'gdalraster' package. License: GPL-3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 8.0.0 Depends: R (>= 4.1.0) Imports: gdalraster (>= 2.0.0), methods, DBI, tibble, dbplyr (>= 2.0.0), dplyr, wk URL: https://github.com/hypertidy/lazysf, https://hypertidy.github.io/lazysf/ BugReports: https://github.com/hypertidy/lazysf/issues Suggests: bit64, nanoarrow, testthat (>= 3.0.0), knitr, rmarkdown Config/testthat/edition: 3 VignetteBuilder: knitr Collate: 'GDALVectorResult.R' 'GDALVectorConnection.R' 'GDALVectorDriver.R' 'connect.R' 'dbplyr.R' 'helper.R' 'lazysf-package.R' 'lazysf.R' 'sql-query-fields.R' 'sql-translation.R' 'zzz.R' Config/pak/sysreqs: libgdal-dev gdal-bin libgeos-dev libicu-dev libxml2-dev libzstd-dev Repository: https://hypertidy.r-universe.dev Date/Publication: 2026-07-12 23:01:07 UTC RemoteUrl: https://github.com/hypertidy/lazysf RemoteRef: HEAD RemoteSha: 4058b28e3b7666089fa4a5023d7216d66729e9dd NeedsCompilation: no Packaged: 2026-07-12 23:39:03 UTC; root Author: Michael Sumner [aut, cre] (ORCID: ) Maintainer: Michael Sumner