CollectionStitch Documentation

RadGEEToolbox.CollectionStitch.CollectionStitch(img_col1, img_col2, copy_properties_from=1)

Function to mosaic two RadGEETools image collection objects which share image dates. Mosaics are only formed for dates where both image collections have images. Server-side friendly. Returned image collection is an eeImageCollection object. NOTE this is different from the CollectionStitch function available in the LandsatCollection and SentinelCollection classes.

Args: img_col2: primary LandsatCollection image collection to be mosaiced with the secondary image collection img_col2: secondary LandsatCollection image collection to be mosaiced with the primary image collection copy_properties_from: image collection used for copying image properties

Returns: image collection: eeImageCollection image collection with mosaiced imagery and image properties from chosen collection

RadGEEToolbox.CollectionStitch.MosaicByDate(img_col)

Function to mosaic collection images that share the same date. Server-side friendly. Requires images to have date property of “Date_Filter”

Args: img_col: eeImageCollection object

Returns: image collection: eeImageCollection with mosaiced imagery