ee.Algorithms.Describe
Describes an object using a simple JSON-compatible structure.
Usage | Returns |
---|
ee.Algorithms.Describe(input) | Object |
Argument | Type | Details |
---|
input | Object | The object to describe. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-06 UTC.
[null,null,["Last updated 2023-10-06 UTC."],[[["Describes the properties of any Earth Engine object, providing information like its type, bands, and other relevant metadata."],["Returns a JSON-compatible dictionary containing the description of the input object, enabling easy understanding and integration into workflows."],["Useful for inspecting and understanding the structure and contents of any Earth Engine object, especially when working with complex or unfamiliar data."]]],["The `ee.Algorithms.Describe(input)` function analyzes an object. It accepts a single argument, `input`, which is the object to be described. The function's output is a new object that represents the description of the `input` object. This function utilizes a JSON-compatible structure to define the object's characteristics. It provides information about the provided object without modifying it.\n"]]