get.blended.sst {kfsst}R Documentation

Get SST-field from blended source

Description

This function allows easy access to a blended SST database.

Usage

  get.blended.sst(track, folder = tempdir(), 
  server = 'http://coastwatch.pfeg.noaa.gov/coastwatch/CWBrowserWW360.jsp?get=gridData&dataSet=TBAssta', 
  nday='5day')

Arguments

track A single data.frame containing a track or a list of data.frames 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'

Details

Value

The path returned from the function is where all the raw SST files are saved.

Author(s)

Anders Nielsen anielsen@dina.kvl.dk, Dave Foley Dave.Foley@noaa.gov

References

TALK TO DAVE FOLEY

See Also

write.sst.field, blue.shark, get.sst.from.server

Examples

  # No example supplied here, but check out the example 
  # in the blue.shark dataset documentation

[Package kfsst version 0.2 Index]