icefiles: Load metadata and location of files of sea ice data products.

View source: R/ice.R

icefilesR Documentation

Load metadata and location of files of sea ice data products.

Description

This function loads the latest cache of stored files for ice products.

Usage

icefiles(
  time.resolution = "daily",
  product = "nsidc",
  hemisphere = c("south", "north"),
  ...
)

Arguments

time.resolution

daily or monthly files?

product

choice of sea ice product, see readice

hemisphere

north or south

...

reserved for future use, currently ignored

Details

The 'fullname' is the path to the raw NSIDC binary file, 'vrt_dsn' a VRT string describing the fullname as a GDAL DSN string.

Value

data.frame of file and date

Examples

## Not run: 
icf <- icefiles()
icf[nrow(icf), ]

## End(Not run)

AustralianAntarcticDivision/raadtools documentation built on June 11, 2024, 9:15 a.m.