geetools.Asset.Asset.joinpath#

geetools.Asset.Asset.joinpath(*args)#

Join the asset with other paths.

Parameters:

*args – The other paths to join with the asset.

Return type:

Asset

Examples

asset = ee.Asset("projects/ee-geetools/assets/folder/image")
asset.joinpath("other", "path")