Page Summary
-
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 |
The name of the asset to be created. |
overwrite |
Optional. Allows the asset to overwrite an existing asset with the same name. |