geetools.Asset.Asset.with_name#

geetools.Asset.Asset.with_name(name)#

Return the asset with the given name.

Parameters:

name (str) – The new name for the asset.

Return type:

Asset

Examples

asset = ee.Asset("projects/ee-geetools/assets/folder/image")
asset.with_name("new_image")