{"expression": {object (Expression)},"description": string,"maxPixels": string,"grid": {object (PixelGrid)},"requestId": string,"workloadTag": string,"priority": integer,// Union field export_options can be only one of the following:"fileExportOptions": {object (ImageFileExportOptions)},"assetExportOptions": {object (ImageAssetExportOptions)}// End of list of possible types for union field export_options.}
{"pyramidingPolicy": enum (PyramidingPolicy),"pyramidingPolicyOverrides": {string: enum (PyramidingPolicy),...},// Union field destination can be only one of the following:"earthEngineDestination": {object (EarthEngineDestination)}// End of list of possible types for union field destination.}
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-03-06。"],[[["Initiates an image processing batch job, computing and saving the result to various destinations like Earth Engine assets or as a file."],["Requires specifying an expression to compute the image, a description for the task, and options for reprojection, clipping, and export destination."],["Offers control over export parameters, including maximum pixels, request identifiers for duplication detection, workload tagging, and task priority."],["Utilizes the `POST` method with the `https://earthengine.googleapis.com/v1/{project=projects/*}/image:export` endpoint for initiating the process."],["Needs authorization with specific OAuth scopes like `https://www.googleapis.com/auth/earthengine` or `https://www.googleapis.com/auth/cloud-platform`."]]],["This documentation describes initiating an image export batch process via a POST request to `https://earthengine.googleapis.com/v1/{project=projects/*}/image:export`. The request body defines the `expression` to compute, task `description`, `maxPixels`, and `grid` parameters. It also includes a `requestId` and `workloadTag` for tracking and deduplication. The `export_options` field determines if the result is a `file` or an Earth Engine `asset`, with the `asset` having options for `pyramidingPolicy`. Authorization requires specific IAM permissions and OAuth scopes.\n"]]