MCPcopy Index your code
hub / github.com/google/earthengine-api / abs

Method abs

python/ee/ee_array.py:87–90  ·  view source on GitHub ↗

On an element-wise basis, computes the absolute value of the input.

(self)

Source from the content-addressed store, hash-verified

85 return 'Array'
86
87 def abs(self) -> Array:
88 """On an element-wise basis, computes the absolute value of the input."""
89
90 return apifunction.ApiFunction.call_(self.name() + '.abs', self)
91
92 def accum(
93 self,

Callers

nothing calls this directly

Calls 2

nameMethod · 0.95
call_Method · 0.80

Tested by

no test coverage detected