You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I’m working with HLS data over a large ROI that spans multiple tiles. I would like to generate a 10-day composite for each year. However, the output timeline from sits_regularize(period = 'P10D') is regular but doesn’t start from January 1st of the year. Is there an option to manually specify the timeline instead of using the period parameter?
The text was updated successfully, but these errors were encountered:
Yes, there is. We introduced timeline parameter in sits_regularize() function on dev branch.
To install, use devtools::install_github("e-sensing/sits@dev").
Hi, I’m working with HLS data over a large ROI that spans multiple tiles. I would like to generate a 10-day composite for each year. However, the output timeline from
sits_regularize(period = 'P10D')
is regular but doesn’t start from January 1st of the year. Is there an option to manually specify the timeline instead of using theperiod
parameter?The text was updated successfully, but these errors were encountered: