get.blended.sst {kfsst} | R Documentation |
This function allows easy access to a blended SST database.
get.blended.sst(track, folder = tempdir(), server = 'http://coastwatch.pfeg.noaa.gov/coastwatch/CWBrowserWW360.jsp?get=gridData&dataSet=TBAssta', nday='5day')
track |
A single data.frame containing a track or a
list of data.frame s each containing a
track. The idea is that the function should only
download the SST-data spanning the region and period
of the tracks that needs to be analyzed. |
folder |
Is where the downloaded raw data files are stored. This defaults to a temporary directory. |
server |
the url of the server |
nday |
Time resolution should be either '5day' or '8day' |
The path returned from the function is where all the raw SST files are saved.
Anders Nielsen anielsen@dina.kvl.dk, Dave Foley Dave.Foley@noaa.gov
TALK TO DAVE FOLEY
write.sst.field
, blue.shark
, get.sst.from.server
# No example supplied here, but check out the example # in the blue.shark dataset documentation