geetools.tools._deprecated_array#

Legacy array methods.

Module Contents#

Functions#

constant2DArray(width, height, value)

Create an array of width x height with a fixed value.

set2DValue(array, position, value)

Set the x and y values in a 2-D array.

geetools.tools._deprecated_array.constant2DArray(width, height, value)[source]#

Create an array of width x height with a fixed value.

geetools.tools._deprecated_array.set2DValue(array, position, value)[source]#

Set the x and y values in a 2-D array.