View source: R/geocode_functions.R
geocode_nominatim | R Documentation |
Queries openstreet API to find latitude, longitude and country based on address
geocode_nominatim(
search_query,
country = NULL,
language = "en",
fields = "coordinates",
email
)
search_query |
free-text (affiliation field) |
email |
your email to access the openstreet API |
This function was designed to internal use in the package. It uses free-text affiliation field as query for open street API
This function returns a data frame with searched query, latitude, longitude and assigned country
Hugo Fitipaldi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.