geetools.Asset.as_uri#

geetools.Asset.as_uri()#

Return the asset id as a uri.

The uri can be directly copy/pasted to your browser to see the asset in the GEE code editor.

Examples

asset = ee.Asset("projects/ee-geetools/assets/folder/image")
asset.as_uri()
Return type:

str