MCPcopy
hub / github.com/google/earthengine-api / abs

Method abs

python/ee/image.py:691–694  ·  view source on GitHub ↗

Computes the absolute value of the input.

(self)

Source from the content-addressed store, hash-verified

689 return Image(function.SecondOrderFunction(body, signature).apply(args))
690
691 def abs(self) -> Image:
692 """Computes the absolute value of the input."""
693
694 return apifunction.ApiFunction.call_(self.name() + '.abs', self)
695
696 def acos(self) -> Image:
697 """Computes the arccosine in radians of the input."""

Callers 5

test_absMethod · 0.45
test_absMethod · 0.45
test_absMethod · 0.45
function.jsFile · 0.45

Calls 2

nameMethod · 0.95
call_Method · 0.80

Tested by 3

test_absMethod · 0.36
test_absMethod · 0.36
test_absMethod · 0.36