Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain access. If you have not verified by September 26, 2025, your access may be on hold.
Expression
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
This content defines an arbitrary expression of an arbitrary type, where the response type is determined by its usage context.
The JSON representation includes values, a map of intermediate computation values, and result, indicating the final computed value among the values.
The values field in the JSON representation is a map of key-value pairs, where keys are strings and values are ValueNode objects forming an acyclic directed graph.
The result field in the JSON representation is a string that identifies the final result of the computation from the specified values.
Specifies an arbitrary expression, of an arbitrary type. The context in which it is used determines the type of the response.
[null,null,["Last updated 2024-06-05 UTC."],[],["The core content describes a structure for representing arbitrary expressions and their computations. It uses a JSON format with two main components: `values` and `result`. `values` is a map of intermediate computations, where each key-value pair represents a step, and the graph formed by these computations must be acyclic. `result` specifies the `string` key within `values` that represents the final outcome of the computation. The type of the response is determined by the context.\n"]]