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.
Usage | Returns |
---|---|
ImageCollection.or() | Image |
Argument | Type | Details |
---|---|---|
this: collection | ImageCollection | The image collection to reduce. |
Examples
JavaScript
// Your example goes here!
Python
# Your example goes here!