Thông báo: Tất cả dự án phi thương mại đã đăng ký sử dụng Earth Engine trước ngày 15 tháng 4 năm 2025 phải xác minh điều kiện sử dụng phi thương mại để duy trì quyền truy cập vào Earth Engine.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-08 UTC."],[[["The `aside()` function allows calling a specified function with the current object as the first argument for debugging or display purposes without interrupting the method chain."],["It accepts a function (`func`) and any additional arguments (`var_args`) to be passed to that function, executing the function but returning the original object."],["`aside()` can be used with various Earth Engine objects like `ee.ImageCollection` and `ee.Number` for inserting actions like printing values or adding layers to the map within a processing chain."],["The function facilitates debugging and visualizing intermediate steps within complex Earth Engine workflows by enabling the execution of side-effects without altering the primary processing flow."]]],["The `aside` function, applicable to `ComputedObject` instances, executes a provided function (`func`) with the object as the initial argument, along with any additional `var_args`. It returns the original object, enabling method chaining. This is useful for debugging or applying side effects during object manipulation. Example use cases include printing intermediate states, such as the result of filtering, or adding data to a map, all while continuing to build up on the same object.\n"]]