geetools.Array.ArrayAccessor#

class geetools.Array.ArrayAccessor(obj)#

Toolbox for the ee.Array class.

Initialize the Array class.

Parameters:

obj (ee.Array)

Methods#

full(width, height, value)

Create an array with the given dimensions, initialized to the given value.

set(x, y, value)

Set the value of a cell in an array.