GNfindNearByWeather {geonames} | R Documentation |
weather at location
Description
get weather at location
Usage
GNfindNearByWeather(lat, lng)
Arguments
lat |
latitude |
lng |
longitude |
Details
get weather
API doc for GNfindNearByWeather is at http://www.geonames.org/export/JSON-webservices.html#findNearByWeatherJSON
Value
weather record
Note
check capitalisation of 'NearBy'
Author(s)
Barry Rowlingson
Examples
## Not run:
GNfindNearByWeather(57,-2)
## End(Not run)
[Package geonames version 0.999 Index]