Skip to contents

get weather at location

Usage

GNfindNearByWeather(lat, lng)

Arguments

lat

latitude

lng

longitude

Value

weather record

Details

get weather

API doc for GNfindNearByWeather is at http://www.geonames.org/export/JSON-webservices.html#findNearByWeatherJSON

Note

check capitalisation of 'NearBy'

Author

Barry Rowlingson

Examples

if (FALSE) {
GNfindNearByWeather(57,-2)
}