Package: location Title: Geocode Place Names via Nominatim Version: 0.1.0.9001.9001 Authors@R: person("Michael", "Sumner", , "mdsumner@gmail.com", role = c("aut", "cre")) Description: A minimal interface to the Nominatim geocoding API (OpenStreetMap). Converts place name strings to coordinates and returns structured results. Designed to be used by other packages that need lightweight geocoding. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: curl, jsonlite Suggests: lutz, testthat (>= 3.0.0) Config/testthat/edition: 3 URL: https://github.com/hypertidy/location BugReports: https://github.com/hypertidy/location/issues Config/pak/sysreqs: libssl-dev Repository: https://hypertidy.r-universe.dev Date/Publication: 2026-03-06 06:43:53 UTC RemoteUrl: https://github.com/hypertidy/location RemoteRef: HEAD RemoteSha: 7c9492b770f9458aa7ccb5978a56fc86c6a294c7 NeedsCompilation: no Packaged: 2026-06-05 07:21:07 UTC; root Author: Michael Sumner [aut, cre] Maintainer: Michael Sumner