geetools.composite#

Module holding tools for creating composites.

Functions#

closestDate(col[, clip_to_first])

Make a composite in which masked pixels are filled with the.

compositeByMonth(collection[, composite_function, ...])

Make a composite at regular intervals parsing a composite.

compositeRegularIntervals(collection[, interval, ...])

Make a composite at regular intervals parsing a composite.

max(collection, band)

Make a max composite using the specified band.

medoid(collection[, bands, discard_zeros])

Medoid Composite. Adapted from https://www.mdpi.com/2072-4292/5/12/6481.

medoidScore(collection[, bands, discard_zeros, ...])

Compute a score to reflect 'how far' is from the medoid.