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\u003eaggregate_min\u003c/code\u003e calculates the minimum value of a specified property across an ImageCollection.\u003c/p\u003e\n"],["\u003cp\u003eIt is applicable to both numerical and string properties within the collection.\u003c/p\u003e\n"],["\u003cp\u003eFor numerical properties, it returns the lowest value.\u003c/p\u003e\n"],["\u003cp\u003eFor string properties, it returns the first value based on alphanumeric order.\u003c/p\u003e\n"],["\u003cp\u003eThis function is helpful for identifying the minimum value of a property, such as cloud cover or a scene ID, across a collection of images.\u003c/p\u003e\n"]]],["The content describes how to use `aggregate_min` to find the minimum value of a specified property within a collection. It demonstrates fetching information about a property across all elements, including counts, statistics, and histograms. Additional aggregation functions for calculating the mean, sum, product, and variance of numerical properties are included. For string properties, `aggregate_min` returns the first value based on alphanumeric order. Example codes are provided in JavaScript and Python.\n"],null,[]]