Reads in AppEEARS MODIS data and converts from the wide to a long format, filtering based upon good data quality using data QA/QC descriptions

read_appeears(file, name = "Nadir_Reflectance")

Arguments

file

a file location of the file to process

name

band name qualifier to filter out RS values

Value

a cleaned up data frame with bad values screened out and marked as NA - no gap filling is performed at this step

Details

Only products MOD09GA.061, MODOCGA.006, MOD11A1.006, and MCD43A4.061 are supported if not matching these the intermediate data is returned for manual screening.