Type: Package Package: nominatimlite Title: Interface to the 'Nominatim' API Version: 0.6.0 Authors@R: c( person("Diego", "Hernangómez", , "diego.hernangomezherrero@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0001-8457-4658")), person("Jindra", "Lacko", role = c("ctb", "rev"), comment = c(ORCID = "0000-0002-0375-5156")), person("Alex", "White", role = "ctb"), person("OpenStreetMap", role = "cph", comment = "For the data") ) Description: Provides a lightweight interface to the 'Nominatim' API . It supports free-form and structured address searches, searches for addresses from coordinates, amenity lookup and address lookup by 'OpenStreetMap' object identifier. It returns results as 'tibble' data frames or 'sf' objects. License: MIT + file LICENSE URL: https://dieghernan.github.io/nominatimlite/, https://github.com/dieghernan/nominatimlite BugReports: https://github.com/dieghernan/nominatimlite/issues Depends: R (>= 4.1.0) Imports: dplyr (>= 1.0.0), jsonlite (>= 1.7.0), sf (>= 0.9.0), tools, utils Suggests: curl, ggplot2, knitr, quarto, testthat (>= 3.0.0) VignetteBuilder: quarto Config/Needs/website: dieghernan/gitdevr, pak, tidyverse, leaflet, reactable, crosstalk, tidyr, htmltools, arcgeocoder, tidygeocoder Config/roxygen2/markdown: TRUE Config/roxygen2/version: 8.0.0 Config/testthat/edition: 3 Config/testthat/parallel: false Copyright: Data © OpenStreetMap contributors, ODbL 1.0. Encoding: UTF-8 LazyData: true X-schema.org-applicationCategory: cartography X-schema.org-keywords: r, openstreetmap, address, coordinates, nominatim, reverse-search, rstats, r-package, cran, api-wrapper, api, geocoder, geocoding, gis, reverse-geocoder, reverse-geocoding, shapefile, spatial Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://dieghernan.r-universe.dev Date/Publication: 2026-06-22 13:27:55 UTC RemoteUrl: https://github.com/dieghernan/nominatimlite RemoteRef: HEAD RemoteSha: fa66dddc697b78a11137f4f33b92ebbd6fe7d023 NeedsCompilation: no Packaged: 2026-06-22 13:56:42 UTC; root Author: Diego Hernangómez [aut, cre, cph] (ORCID: ), Jindra Lacko [ctb, rev] (ORCID: ), Alex White [ctb], OpenStreetMap [cph] (For the data) Maintainer: Diego Hernangómez