Environment: Environmental queries

Description Usage Arguments Details Value

Description

General environmental information

Usage

1
2
3
4
GNfindNearByWeather(lat,lng)
GNweather(north,east,south,west,maxRows)
GNweatherIcao(ICAO)
GNearthquakes(north,east,south,west,date,minMagnitude,maxRows)

Arguments

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

Details

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.

Value

List or data frame objects with the query results.


geonames documentation built on May 2, 2019, 6:08 p.m.