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.
Creates an image of constants from values in a dictionary. The bands of the image are ordered and named according to the names argument. If no names are specified, the bands are sorted alpha-numerically.
[[["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 2024-07-13 UTC."],[[["The `Dictionary.toImage()` function transforms a dictionary of values into an image where each key represents a band."],["Band order in the output image can be customized using the optional `names` argument, otherwise, keys are sorted alphanumerically."],["This function is useful for visualizing dictionary data, such as results from `ee.Image.reduceRegion`."],["Usage involves calling `toImage()` on a dictionary object, optionally providing a list of band names for desired ordering."]]],[]]