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

rapid_responsefiles(product = c("aqua", "terra"), ...)

Arguments

...

reserved for future use, currently ignored

Value

data.frame of file and date

Details

We acknowledge the use of Rapid Response imagery from the Land Atmosphere Near-real time Capability for EOS (LANCE) system operated by the NASA/GSFC/Earth Science Data and Information System (ESDIS) with funding provided by NASA/HQ.

Examples

if (FALSE) {
rf <- rapid_responsefiles()
range(rf$date)
}