Applied-GeoSolutions / multitemporal

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

running mean module #5

Closed ircwaves closed 6 years ago

ircwaves commented 6 years ago

Created by: rbraswell

Apply a moving window to time series and calculate the average and return for each time point.

ircwaves commented 6 years ago

Author: Bobby Braswell

Timestamp: 2017-10-09T13:45:11.298Z


Created by: rbraswell

This is done but currently the only option is uncentered. Add a centered option.

By Ian Cooke on 2017-10-09T13:45:11 (imported from GitLab project)

ircwaves commented 6 years ago

Author: Bobby Braswell

Timestamp: 2017-10-27T18:09:27.510Z


Created by: rbraswell

This should be easy

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

ircwaves commented 6 years ago

Author: Bobby Braswell

Timestamp: 2017-10-27T19:52:32.937Z


Created by: rbraswell

running mean module now has a "center" parameter which is the amount of shift desired. Given a window size w, a center value of w/2 will result in the estimate taking values evenly from both sides. Center value of zero will have the window to the left of the output point

By Ian Cooke on 2017-10-27T19:52:32 (imported from GitLab project)