A human-readable name of the task. Defaults to "myExportImageTask".
assetId
String, optional
The destination asset ID.
pyramidingPolicy
Object, optional
The pyramiding policy to apply to each band in the image, keyed by band name. Values must be one of: mean, sample, min, max, or mode. Defaults to "mean". A special key,
".default" may be used to change the default for all bands.
dimensions
Number|String, optional
The dimensions to use for the exported image. Takes either a single positive integer as the maximum dimension or
"WIDTHxHEIGHT" where WIDTH and HEIGHT are each positive integers.
A LinearRing, Polygon, or coordinates representing region to export. These may be specified as the Geometry objects or coordinates serialized as a string.
scale
Number, optional
Resolution in meters per pixel. Defaults to 1000.
crs
String, optional
CRS to use for the exported image.
crsTransform
List, optional
Affine transform to use for the exported image. Requires "crs" to be defined.
maxPixels
Number, optional
Restrict the number of pixels in the export. By default, you will see an error if the export exceeds 1e8 pixels. Setting this value explicitly allows one to raise or lower this limit.
shardSize
Number, optional
Size in pixels of the tiles in which this image will be computed. Defaults to 256.
priority
Number, optional
The priority of the task within the project. Higher priority tasks are scheduled sooner. Must be an integer between 0 and 9999. Defaults to 100.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-03-06 UTC."],[[["Creates a batch task to export an Earth Engine image as a raster to an Earth Engine asset."],["You can specify parameters like the region, scale, CRS, and pyramiding policy for the export."],["Tasks are initiated from the Tasks tab and can be monitored for progress and completion."],["For large exports exceeding 1e8 pixels, the `maxPixels` parameter must be increased to prevent errors."],["Exports can be customized to align with specific grids by utilizing the `crsTransform` parameter alongside `crs`."]]],[]]