Skip to content
Prev 363052 / 398502 Next

Climate data in R

The rnoaa package has the function ncdc_stations which can be used to
search for stations in a region.  You could use that giving it an
extent around the coordinates that you are interested in (add and
subtract a small amount from the coordinates), then pass the results
from that function (possibly subsetted) into the ncdc function.
On Mon, Aug 1, 2016 at 8:06 AM, Miluji Sb <milujisb at gmail.com> wrote: