Package: osmextract Type: Package Title: Download and Import Open Street Map Data Extracts Version: 0.6.0.9000 Authors@R: c( person("Andrea", "Gilardi", email = "andrea.gilardi@unimib.it", role=c("aut", "cre"), comment = c(ORCID = "0000-0002-9424-7439")), person("Robin", "Lovelace", role = c("aut"), comment = c(ORCID = "0000-0001-5679-6536")), person("Barry", "Rowlingson", role=c("ctb"), comment = c(ORCID = "0000-0002-8586-6625")), person("Salva", "Fernández", role = c("rev"), comment = c("Salva reviewed the package (v. 0.1) for rOpenSci, see ")), person("Nicholas", "Potter", role = c("rev"), comment = c("Nicholas reviewed the package (v. 0.1) for rOpenSci, see ")) ) Description: Match, download, convert and import Open Street Map data extracts obtained from several providers. License: GPL-3 Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) URL: https://docs.ropensci.org/osmextract/, https://github.com/ropensci/osmextract BugReports: https://github.com/ropensci/osmextract/issues Depends: R (>= 4.2.0) Imports: sf (>= 0.8.1), utils, tools, httr, jsonlite Suggests: testthat (>= 3.0.2), knitr, rmarkdown, covr, withr VignetteBuilder: knitr Language: en-GB Config/testthat/edition: 3 Config/build/copy-method: link Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-05-06 13:39:42 UTC RemoteUrl: https://github.com/ropensci/osmextract RemoteRef: master RemoteSha: 4407c17b49611f3ab0ed493537c1a4446af46c22 NeedsCompilation: no Packaged: 2026-07-01 08:14:10 UTC; root Author: Andrea Gilardi [aut, cre] (ORCID: ), Robin Lovelace [aut] (ORCID: ), Barry Rowlingson [ctb] (ORCID: ), Salva Fernández [rev] (Salva reviewed the package (v. 0.1) for rOpenSci, see ), Nicholas Potter [rev] (Nicholas reviewed the package (v. 0.1) for rOpenSci, see ) Maintainer: Andrea Gilardi