Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain Earth Engine access.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eImageCollection.median()\u003c/code\u003e reduces an image collection to a single image by calculating the median pixel value across all images in the collection for each band.\u003c/p\u003e\n"],["\u003cp\u003eBands are matched by name when computing the median, ensuring that the same band from each image is used in the calculation.\u003c/p\u003e\n"],["\u003cp\u003eThe result is a single image representing the median values of the input image collection, useful for summarizing central tendencies in the data.\u003c/p\u003e\n"],["\u003cp\u003eThis method is applicable to any type of numeric band in the input image collection.\u003c/p\u003e\n"]]],["The `median()` method reduces an `ImageCollection` to a single `Image` by calculating the median value for each pixel across all images in the collection. This is done for all bands that are matched by name. The method takes one argument, which is the `ImageCollection` itself. Each image pixel value that is available for a band will be used to calculate the median. This median is the value that will be output in the band of the new `Image`.\n"],null,[]]