geetools.Asset.Asset.expanduser#

geetools.Asset.Asset.expanduser()#

Return a new path with expanded ~ constructs.

If one don’t want to write the path with the complete project name, the method will build it for you.

Examples

asset = ee.Asset("~/assets/folder/image")
asset.expanduser()
Return type:

Asset