geetools.Asset.Asset.format_description#

static geetools.Asset.Asset.format_description(description)#

Format a name to be accepted as a Task description.

The rule is: The description must contain only the following characters: a..z, A..Z, 0..9, “.”, “,”, “:”, “;”, “_” or “-”. The description must be at most 100 characters long.

Parameters:

description (str) – The description to format.

Returns:

The formatted description.

Return type:

str