geetools.tools._deprecated_collection#

Legacy ee.Collection methods.

Module Contents#

Functions#

enumerate(collection)

Create a list of lists in which each element of the list is: [index, element].

joinByProperty(primary, secondary, field[, outer])

geetools.tools._deprecated_collection.enumerate(collection)[source]#

Create a list of lists in which each element of the list is: [index, element].

geetools.tools._deprecated_collection.joinByProperty(primary, secondary, field, outer=False)[source]#