Applied-GeoSolutions / multitemporal

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

modules with number of outputs equal to the number of inputs #10

Closed ircwaves closed 6 years ago

ircwaves commented 6 years ago

Created by: rbraswell

The original idea was to allow the get_nout function to return the number of frames, but this only works when the module is the first module.

Allow the module chain to capture the number of outputs, which might be the number of inputs (i.e. the number of outputs from it's upstream module, or nfr if it is the firsts module)

ircwaves commented 6 years ago

Author: Bobby Braswell

Timestamp: 2017-10-09T13:46:08.871Z


Created by: rbraswell

Done, it's called the number of inputs is called nin now and depends on the parent module.

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