Environment {geonames} | R Documentation |
Get topographic (height) information.
GNfindNearByWeather(lat,lng) GNweather(north,east,south,west,maxRows) GNweatherIcao(ICAO) GNearthquakes(north,east,south,west,date,minMagnitude,maxRows)
lat |
Decimal latitude. North is positive |
lng |
Decimal longitude. East is positive |
north, east, south, west |
Bounding box region in decimal degrees |
maxRows |
Limit number of returned rows |
ICAO |
ICAO weather station code |
date |
earthquake query date |
minMagnitude |
Minimum earhtquake magnitude |
These functions query geonames for information about weather and earthquakes.
Note capitalisation of 'NearBy'...
See http://www.geonames.org/export/ws-overview.html for a full description of valid arguments and return values.
List or data frame objects with the query results.