Initiates a batch process that computes a tiled map and writes the result to Google Cloud Storage.
HTTP request
POST https://earthengine.googleapis.com/v1beta/{project=projects/*}/map: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 image to compute and export. The bounds of the image will be used to determine the set of map tiles to render. To control the exported region, clip the image prior to exporting. |
description |
An optional human-readable name of the task. |
tileOptions |
Options describing the map tiles to generate. |
tileExportOptions |
Options for where and in what form to export the map tiles. Cloud Storage is currently the only supported destination for map exports. |
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 |
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.