pysepal.scripts.gee.get_assets_async_concurrent#
- async pysepal.scripts.gee.get_assets_async_concurrent(folder, gee_interface=None)[source]#
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) – the initial GEE folder
- 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.