Identify the GEOS-CF or MERRA2 collection based on the file path.
process_collection(
path,
source,
collection = FALSE,
date = FALSE,
datetime = FALSE
)
character
character(1). File path to data file.
character(1). "geos" for GEOS-CF or "merra2" for MERRA2
logical(1). Identifies and returns collection name(s) based on provided file path(s).
logical(1). Identifies and returns date sequence (YYYYMMDD) based on provided file path(s).
logical(1). Identifies and returns date time sequence (YYYYMoMoDDHHMiMi) based on provided file path(s).