Initiates a batch process that computes a table and writes the result to one of several destinations.
HTTP request
POST https://earthengine.googleapis.com/v1beta/{project=projects/*}/table:export
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
project |
The project id or project number of the Google Cloud Platform project that should be treated as the service consumer for this request. Format is Authorization requires the following IAM permission on the specified resource
|
Request body
The request body contains data with the following structure:
JSON representation | |
---|---|
{ "expression": { object ( |
Fields | ||
---|---|---|
expression |
An expression that evaluates to the table to compute and export. |
|
description |
An optional human-readable name of the task. |
|
selectors[] |
An optional explicit list of columns to include in the result. |
|
requestId |
A unique string used to detect duplicated requests. If more than one request is made by the same user with the same non-empty |
|
maxErrorMeters |
The max allowed error in meters when transforming geometry between coordinate systems. If empty, the max error is 1 meter by default. |
|
maxVertices |
Max number of uncut vertices per geometry; geometries with more vertices will be cut into pieces smaller than this size. |
|
Union field export_options . Options describing where and how to store the results. export_options can be only one of the following: |
||
fileExportOptions |
If specified, configures export as a file. |
|
assetExportOptions |
If specified, configures export as an Earth Engine asset. |
Response body
If successful, the response body contains an instance of Operation
.
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/earthengine
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/devstorage.full_control
For more information, see the Authentication Overview.
TableFileExportOptions
Options for exporting tables as files outside Earth Engine.
JSON representation | |
---|---|
{ "fileFormat": enum ( |
Fields | ||
---|---|---|
fileFormat |
The file format in which to export the table(s). |
|
Union field destination . Where to write the results. destination can be only one of the following: |
||
driveDestination |
If specified, configures export to Google Drive. |
|
cloudStorageDestination |
If specified, configures export to Google Cloud Storage. |
TableAssetExportOptions
Options for saving tables as Earth Engine assets.
JSON representation | |
---|---|
{
"earthEngineDestination": {
object ( |
Fields | |
---|---|
earthEngineDestination |
If specified, configures export to Earth Engine. |