Description Usage Arguments Examples
View source: R/find_locs_faster.R
Find locations of stations/etc. from spatial inputs
1  | 
x | 
 The reference set of stations. This is in the case of point data, not gridded data  | 
lat, lon | 
 (numeric) Latitude and longitude, in decimal degree. One or more. The lat and lon vectors must be the same length.  | 
radius | 
 (numeric) Radius (in km) to search from the lat,lon coordinates  | 
bbox | 
 (numeric) Bounding box, of the form: min-longitude, min-latitude, max-longitude, max-latitude. IGNORED FOR NOW.  | 
1 2 3 4 5 6 7 8 9 10  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.