Earth Engine is introducing noncommercial quota tiers to safeguard shared compute resources and ensure reliable performance for everyone. All noncommercial projects will need to select a quota tier by April 27, 2026 or will use the Community Tier by default. Tier quotas will take effect for all projects (regardless of tier selection date) on April 27, 2026. Learn more.
Expression
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
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"]]