geetools.composite.compositeRegularIntervals#

geetools.composite.compositeRegularIntervals(collection, interval=1, unit='month', date_range=(1, 0), date_range_unit='month', direction='backward', start=None, end=None, composite_function=None, composite_args=None, composite_kwargs=None)#

Make a composite at regular intervals parsing a composite.

function. This function MUST return an ImageCollection and its first argument must be the input collection. The default function (if the argument is None) is lambda col: col.median().