powered by
Get current weather data for a number of cities around a given geo point.
find_cities_by_geo_point(lat, lon, cnt = 3, ...)
latitude of geo point
longitude of geo point
number of cities
see owm api documentation
list
find_city
# NOT RUN { find_cities_by_geo_point(lat = 51.50853, lon = -0.12574, cnt = 5) # }
Run the code above in your browser using DataLab