Объявление : Все некоммерческие проекты, зарегистрированные для использования Earth Engine до 15 апреля 2025 года, должны подтвердить некоммерческое право на сохранение доступа к Earth Engine.
[[["Прост для понимания","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"]],["Последнее обновление: 2025-07-08 UTC."],[[["`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"]]