pysepal.scripts.gee.get_assets#

pysepal.scripts.gee.get_assets(folder='', async_=True)#

Get all the assets from the parameter folder. every nested asset will be displayed.

Deprecated since version 3.2.0: This function is deprecated. Use GEEInterface.get_assets() instead.

Parameters:
  • folder (str | Path) – the initial GEE folder

  • async – whether or not the function should be executed asynchronously

Returns:

‘type’, ‘name’ and ‘id’

Return type:

the asset list. each asset is a dict with 3 keys

Deprecated since version 3.2.0: Use GEEInterface.get_assets() instead for better performance and resource management.