GNfindNearByWeather {geonames} | R Documentation |
get weather at location
GNfindNearByWeather(lat, lng)
lat |
latitude |
lng |
longitude |
get weather
API doc for GNfindNearByWeather is at http://www.geonames.org/export/JSON-webservices.html#findNearByWeatherJSON
weather record
check capitalisation of 'NearBy'
Barry Rowlingson
## Not run:
GNfindNearByWeather(57,-2)
## End(Not run)