ee.ImageCollection.or

Reduces an image collection by setting each pixel to 1 iff any of the non-masked values at that pixel are non-zero across the stack of all matching bands. Bands are matched by name.

UsageReturns
ImageCollection.or()Image
ArgumentTypeDetails
this: collectionImageCollectionThe image collection to reduce.