Applied-GeoSolutions / multitemporal

Efficient, chainable time series processing of raster stacks.
GNU General Public License v2.0
4 stars 3 forks source link

offsets for annual metrics #6

Closed ircwaves closed 6 years ago

ircwaves commented 6 years ago

Created by: rbraswell

Currently the year always starts on 1/1 and ends on 12/31, but some places have seasonal cycles that span the new year.

Allow a time shift in the analysis such that the values returned for each year are offset by a certain number of time periods.

ircwaves commented 6 years ago

Author: Bobby Braswell

Timestamp: 2017-10-27T18:18:36.088Z


Created by: rbraswell

shift.pyx

it's primitive in that you have to account for the shift yourself in looking at the results, but it works

By Ian Cooke on 2017-10-27T18:18:36 (imported from GitLab project)