Applied-GeoSolutions / multitemporal

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

allow modules to operate on two inputs #3

Closed ircwaves closed 6 years ago

ircwaves commented 6 years ago

Created by: rbraswell

This would enable a class of cases like regression analysis but require a pretty major change in the code or else things would get messy.

Input arrays are currently nframe x nyear x npixels

We could change to nvars x nframe x nyear x npixels

@justinfisk what do you think?

ircwaves commented 6 years ago

Author: Bobby Braswell

Timestamp: 2017-09-25T19:32:21.236Z


Created by: rbraswell

Note: both SARAg and Optis need this

By Ian Cooke on 2017-09-25T19:32:21 (imported from GitLab project)

ircwaves commented 6 years ago

Author: Bobby Braswell

Timestamp: 2017-10-27T18:13:41.410Z


Created by: rbraswell

Did it. See difference.pyx

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