icefiles | R Documentation |
This function loads the latest cache of stored files for ice products.
icefiles(
time.resolution = "daily",
product = "nsidc",
hemisphere = c("south", "north"),
...
)
time.resolution |
daily or monthly files? |
product |
choice of sea ice product, see |
hemisphere |
north or south |
... |
reserved for future use, currently ignored |
The 'fullname' is the path to the raw NSIDC binary file, 'vrt_dsn' a VRT string describing the fullname as a GDAL DSN string.
data.frame of file
and date
## Not run:
icf <- icefiles()
icf[nrow(icf), ]
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.