R/aaa.R

# httr::GET timeout (seconds)
# TIMEOUT <- 2

# time between requests (i.e. throttling)
# DELAY <- 0.5

# URL base for various Nominatim operations
# search_base <- "http://open.mapquestapi.com/nominatim/v1/search.php"
lookup_base <- "http://nominatim.openstreetmap.org/lookup"
reverse_base <- "http://open.mapquestapi.com/nominatim/v1/reverse.php"

# search_base <- "http://nominatim.openstreetmap.org/search"
# lookup_base <- "http://nominatim.openstreetmap.org/lookup"
# reverse_base <- "http://nominatim.openstreetmap.org/reverse"
hrbrmstr/nominatim documentation built on May 17, 2019, 5:11 p.m.