join#

geetools.ListAccessor.join(separator=', ')#

Format a list to a string.

Same as the join method but elements that cannot be stringified will be returned as the object type.

Parameters:

separator (str | ee.String) – The separator to use.

Returns:

A string with the list elements separated by commas.

Return type:

ee.string

Examples