Tidy MODIS 'MOD13' VI products' (e.g. MOD13A1, MOD13A2, ...) raw data exported from
Google Earth Engine.
Tidy contents include:
add exact compositing date, see getRealDate()
.
Init weigths according SummaryQA
, see qc_summary()
.
tidy_MOD13(infile, outfile, wmin = 0.2)
A tidied data.table, with columns of 'site', 'y', 't', 'w', 'date' and 'SummaryQA'.
site
: site name
y
: real value of EVI, [-1, 1]
date
: image date
t
: exact compositing date constructed from DayOfYear
w
: weights
SummaryQA
: A factor, QA types, one of "good", "margin", "snow/ice"
or "cloud".