[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-07-08。"],[[["`aside()` is a method that allows calling a function with the current object as the first argument, without altering the object itself, enabling debugging or side effects like adding to the map."],["It takes a function as its primary argument, followed by any additional arguments that should be passed to the function, facilitating flexibility in its application."],["This method returns the original object, making it seamlessly chainable with other Earth Engine operations for concise and readable code."],["The method can be used with various Earth Engine objects, including `ee.ImageCollection` and `ee.Dictionary`, as demonstrated in the examples."]]],["The `aside` function calls a specified function, passing the current object as the first argument, and then returns the original object. This allows for chaining operations, particularly useful for debugging. It accepts a function and optional extra arguments to pass to that function. In the examples, `aside` is used to print a message or add a layer during image collection filtering, and dictionary creation, with the `print` or `print_dic` function. It can use different type of data like `ee.Dictionary` or `ee.ImageCollection`.\n"]]