Ankündigung: Alle nicht kommerziellen Projekte, die vor dem 15. April 2025 für die Nutzung der Earth Engine registriert wurden, müssen die Berechtigung zur nicht kommerziellen Nutzung bestätigen, um weiterhin auf die Earth Engine zugreifen zu können.
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Reduziert eine Bildsammlung, indem der Median aller Werte für jedes Pixel im Stapel aller übereinstimmenden Bänder berechnet wird. Armbänder werden anhand des Namens zugeordnet.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-07-26 (UTC)."],[[["`ImageCollection.median()` reduces an image collection to a single image by calculating the median pixel value across all images in the collection for each band."],["Bands are matched by name when computing the median, ensuring that the same band from each image is used in the calculation."],["The result is a single image representing the median values of the input image collection, useful for summarizing central tendencies in the data."],["This method is applicable to any type of numeric band in the input image collection."]]],["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"]]