Learn R Programming

modiscloud (version 0.14)

dates_from_fileslist: Convert each MODIS filename to year, month, day, hourmin

Description

For each MODIS filename in a list, return a table of date/time information.

Usage

dates_from_fileslist(fns)

Arguments

fns
filenames

Value

dates_table a table of dates

References

Ackerman S, Frey R, Strabala K, Liu Y, Gumley L, Baum B and Menzel P (2010). "Discriminating clear-sky from cloud with MODIS algorithm theoretical basis document (MOD35)." MODIS Cloud Mask Team, Cooperative Institute for Meteorological Satellite Studies, University of Wisconsin - Madison. .

GoldsmithMatzkeDawson2013

See Also

yearday_to_date

extract_time_from_MODISfn

Examples

Run this code
fns = c("MOD03.A2008001.0400.005.2010216170200.hdf", "MOD03.A2007002.0300.005.2010216170200.hdf")
dates_from_fileslist(fns)

Run the code above in your browser using DataLab