lookupNOAAStationID.Rd
Lookup the NOAA Station ID for the specified location. The
Location must be specified by its latitude and longitude
(as decimal degrees) - if these are unknown the geocodeLocation
function can be used to get the coordinates of a location by
address, town, etc.
lookupNOAAStationID(lat, lon, max_radius = 25)
Location latitiude (decimal degrees)
Location longitude (decimal degrees)
Max Search radius (miles, default=25)
The NOAA Station ID
The query will search for NOAA stations within the specified max radius centered around the location position. If multiple stations are found, the ID of the first station is returned.
Other Location:
Location
,
Location-class
,
buildLocationTemplate()
,
geocodeLocation()
,
getCountryCodes()
,
getLocationTypes()
,
writeLocationTemplate()