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)

Arguments

lat

Location latitiude (decimal degrees)

lon

Location longitude (decimal degrees)

radius

Max Search radius (miles, default=25)

Value

The NOAA Station ID

Details

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.