EarthEngineDestination

  • The content describes the configuration for a destination in Earth Engine.

  • The JSON representation for the destination configuration is a simple object with a single field named "name".

  • The "name" field is a string specifying the name of the asset to be created, following a specific format "projects/*/assets/**".

  • An example of the "name" format is "projects/earthengine-legacy/assets/users/".

Configuration for a destination in Earth Engine.

JSON representation
{
  "name": string,
  "overwrite": boolean
}
Fields
name

string

The name of the asset to be created. name is of the format "projects/*/assets/**" (e.g. "projects/earthengine-legacy/assets/users//").

overwrite

boolean

Optional. Allows the asset to overwrite an existing asset with the same name.