ee.Image.translate

Translate the input image.

UsageReturns
Image.translate(x, y, units, proj)Image
ArgumentTypeDetails
this: inputImage
xFloatThe amount to translate the image in the x direction.
yFloatThe amount to translate the image in the y direction.
unitsString, default: "meters"The units for x and y; 'meters' or 'pixels'.
projProjection, default: nullThe projection in which to translate the image; defaults to the projection of the first band.