Type: Package
Package: nominatimlite
Title: Interface with 'Nominatim' API Service
Version: 0.1.0
Authors@R: 
    c(person(given = "Diego",
             family = "Hernangómez",
             role = c("aut", "cre", "cph"),
             email = "diego.hernangomezherrero@gmail.com",
             comment = c(ORCID = "0000-0001-8457-4658")),
      person(given = "Jindra",
             family = "Lacko",
             role = c("ctb", "rev")),
      person(given = "OpenStreetMap contributors",
             role = "cph",
             comment = "for the data."))
Description: Lite interface for getting data from 'OSM' service
    'Nominatim' <https://nominatim.org/release-docs/latest/>. Extract
    coordinates from addresses, find places near a set of coordinates,
    search for amenities and return spatial objects on 'sf' format.
License: MIT + file LICENSE
URL: https://dieghernan.github.io/nominatimlite/,
        https://github.com/dieghernan/nominatimlite
BugReports: https://github.com/dieghernan/nominatimlite/issues
Depends: R (>= 3.6.0)
Imports: dplyr (>= 1.0.0), jsonlite (>= 1.7.0), sf (>= 0.9.0), tibble
        (>= 3.0.3), utils
Suggests: ggplot2 (>= 3.0.0), knitr, osmdata, rmarkdown, testthat (>=
        3.0.0), tidygeocoder
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2021-09-16 04:49:24 UTC; diego
Author: Diego Hernangómez [aut, cre, cph]
    (<https://orcid.org/0000-0001-8457-4658>),
  Jindra Lacko [ctb, rev],
  OpenStreetMap contributors [cph] (for the data.)
Maintainer: Diego Hernangómez <diego.hernangomezherrero@gmail.com>
Repository: CRAN
Date/Publication: 2021-09-16 07:30:05 UTC
