Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain Earth Engine access.
Stay organized with collections
Save and categorize content based on your preferences.
Constructs a new Dictionary.
Usage
Returns
ee.Dictionary(dict)
Dictionary
Argument
Type
Details
dict
ComputedObject|Object, optional
An object to convert to a dictionary. This constructor accepts the following types: 1) Another dictionary. 2) A list of key/value pairs. 3) A null or no argument (producing an empty dictionary)
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["Creates a new Earth Engine Dictionary object to store key-value pairs."],["Accepts dictionary, list of key/value pairs, or no arguments as input to the constructor."],["Enables data organization and manipulation, such as representing image band values with corresponding band names."],["Provides flexibility in creating dictionaries from various input types, including existing dictionaries and lists."]]],[]]