geetools.tools._deprecated_string#

Module holding tools for ee.String.

Module Contents#

Functions#

eq(string, other)

Compare two ee.String and return 1 if equal else 0.

format(string, replacement)

Format a string using variables.

mix(strings)

Mix a list of lists.

geetools.tools._deprecated_string.eq(string, other)[source]#

Compare two ee.String and return 1 if equal else 0.

geetools.tools._deprecated_string.format(string, replacement)[source]#

Format a string using variables.

geetools.tools._deprecated_string.mix(strings)[source]#

Mix a list of lists.