geocode_nomatim: Geocode foreeign cities using Nomatim (OSM) API

geocode_nomatimR Documentation

Geocode foreeign cities using Nomatim (OSM) API

Description

Wrapper around tidygeocoder::geocode() that removes unnecessary messages and progress bars and format the output data.table with needed variables

Usage

geocode_nomatim(df, city = city, country = country)

Arguments

df

a data.frame containing at least id_rows variable and 2 other with city and country information

city

name of the column containing the city

country

name of the column containing the city

Value

a data.frame containing 3 columns: id_rows, lat and lon


JMPivette/evavelo documentation built on April 8, 2023, 4:20 p.m.