Stay organized with collections
Save and categorize content based on your preferences.
Creates an asset from a JSON value. To create an empty image collection or folder, pass in a "value" object with a "type" key whose value is one of ee.data.AssetType.* (i.e. "ImageCollection" or "Folder").
Returns a description of the saved asset, including a generated ID, or null if a callback is specified.
[[["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."],[[["Generates an Earth Engine asset from a JSON object, enabling the creation of image collections, folders, or other asset types."],["Allows specification of an asset ID, optional overwriting, and custom properties during asset creation."],["Returns asset details including a generated ID or utilizes a callback function for asynchronous operations."],["Supports creating empty image collections and folders by providing a JSON value with the specific \"type\" key."]]],[]]