ArrayAccessor# class geetools.ee_array.ArrayAccessor(obj)# Toolbox for the ee.Array class. Initialize the Array class. Parameters: obj (ee.Array) Methods# full(width, height, value) Create an ee.Array with the given dimensions, initialized to the given value. set(x, y, value) Set the value of a cell in an array.