Reduces an image collection by calculating the maximum value of each pixel across the stack of all matching bands. Bands are matched by name.
Usage | Returns |
---|---|
ImageCollection.max() | Image |
Argument | Type | Details |
---|---|---|
this: collection | ImageCollection | The image collection to reduce. |
Examples
JavaScript
// Your example goes here!
Python
# Your example goes here!