Add the data of the year of year_start - 1
to the head, add the data of the
year of year_end - 1
to the tail.
add_HeadTail(d, south = FALSE, nptperyear, trs = 0.45)
A data.table, should have t
(compositing date) or date
(image date) column which are (Date
variable).
Boolean. In south hemisphere, growing year is 1 July to the following year 31 June; In north hemisphere, growing year is 1 Jan to 31 Dec.
Integer, number of images per year.
If nmissing < trs*nptperyear (little missing), this year is
include to extract phenology; if FALSE
, this year is excluded.
data.table
date
is image date; t
is compositing date.