ee.ImageCollection.reduceColumns
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
با استفاده از انتخابگرهای داده شده برای تعیین ورودی ها، یک کاهش دهنده برای هر عنصر از مجموعه اعمال کنید.
یک فرهنگ لغت از نتایج را که با نام خروجی کلید شده است، برمی گرداند.
استفاده | برمی گرداند | ImageCollection. reduceColumns (reducer, selectors, weightSelectors ) | فرهنگ لغت |
استدلال | تایپ کنید | جزئیات | این: collection | مجموعه ویژگی ها | مجموعه برای جمع آوری بیش از. |
reducer | کاهنده | کاهنده برای اعمال. |
selectors | فهرست کنید | یک انتخابگر برای هر ورودی کاهنده. |
weightSelectors | لیست، پیش فرض: null | یک انتخابگر برای هر ورودی وزنی کاهنده. |
،با استفاده از انتخابگرهای داده شده برای تعیین ورودی ها، یک کاهش دهنده برای هر عنصر از مجموعه اعمال کنید.
یک فرهنگ لغت از نتایج را که با نام خروجی کلید شده است، برمی گرداند.
استفاده | برمی گرداند | ImageCollection. reduceColumns (reducer, selectors, weightSelectors ) | فرهنگ لغت |
استدلال | تایپ کنید | جزئیات | این: collection | مجموعه ویژگی ها | مجموعه برای جمع آوری بیش از. |
reducer | کاهنده | کاهنده برای اعمال. |
selectors | فهرست کنید | یک انتخابگر برای هر ورودی کاهنده. |
weightSelectors | لیست، پیش فرض: null | یک انتخابگر برای هر ورودی وزنی کاهنده. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eThe \u003ccode\u003ereduceColumns\u003c/code\u003e method aggregates data from an ImageCollection using a specified reducer function and selected inputs.\u003c/p\u003e\n"],["\u003cp\u003eIt returns a dictionary containing the results, organized by output names specified in the reducer.\u003c/p\u003e\n"],["\u003cp\u003eUsers define input data through selectors and optionally assign weights to inputs using weightSelectors.\u003c/p\u003e\n"],["\u003cp\u003eThe function is available as a method on ImageCollections and accepts the reducer, selectors, and optional weightSelectors as arguments.\u003c/p\u003e\n"]]],["The function `reduceColumns` applies a reducer to each element in a FeatureCollection. It utilizes specified selectors to define reducer inputs and, optionally, weighted inputs. The function takes a reducer, a list of selectors, and an optional list of weight selectors as arguments. It returns a dictionary where keys are output names and values are the results of applying the reducer to the collection's elements.\n"],null,["# ee.ImageCollection.reduceColumns\n\nApply a reducer to each element of a collection, using the given selectors to determine the inputs.\n\n\u003cbr /\u003e\n\nReturns a dictionary of results, keyed with the output names.\n\n| Usage | Returns |\n|--------------------------------------------------------------------------|------------|\n| ImageCollection.reduceColumns`(reducer, selectors, `*weightSelectors*`)` | Dictionary |\n\n| Argument | Type | Details |\n|--------------------|---------------------|----------------------------------------------------|\n| this: `collection` | FeatureCollection | The collection to aggregate over. |\n| `reducer` | Reducer | The reducer to apply. |\n| `selectors` | List | A selector for each input of the reducer. |\n| `weightSelectors` | List, default: null | A selector for each weighted input of the reducer. |"]]