This function loads the latest cache of stored files for ice products.
icefiles(
time.resolution = "daily",
product = "nsidc",
hemisphere = c("south", "north"),
...
)
daily or monthly files?
choice of sea ice product, see readice
north or south
reserved for future use, currently ignored
data.frame of file
and date
The 'fullname' is the path to the raw NSIDC binary file, 'vrt_dsn' a VRT string describing the fullname as a GDAL DSN string.
if (FALSE) {
icf <- icefiles()
icf[nrow(icf), ]
}