Geocoding spatial data with tidygeocoder in R
In previous posts I have demonstrated how to geocode location strings using the Open Street Map API in two different ways. The first approach was to implement a function that sents a string to the OSM API directly, using http. The API then returns spatial coordinates in json-format. The second approach was to use the […]