An intuitive tidyverse-style interface for geocoding. Obtains latitude and longitude coordinates in tibble format from addresses. The currently supported services are the US Census geocoder and Nominatim (OSM).
The primary function to use is geocode
which can call
geo_census
, geo_osm
, or geo_cascade
depending on the method argument.
See vignette("tidygeocoder")
for details.
US Census Geocoder: https://geocoding.geo.census.gov/
Nominatim (OSM): https://nominatim.openstreetmap.org/ and https://nominatim.org/
tmaptools package (used for OSM geocoding): https://cran.r-project.org/package=tmaptools
dplyr: https://dplyr.tidyverse.org/
Useful links: