pysepal.scripts.gee.list_assets_concurrent#
- async pysepal.scripts.gee.list_assets_concurrent(folders, semaphore)#
List assets concurrently using ThreadPoolExecutor.
Deprecated since version 3.2.0: This function is deprecated. Use GEEInterface.get_assets() instead.
- Parameters:
folders (list) – list of folders to list assets from
semaphore (Semaphore)
- Returns:
list of assets for each folder
- Return type:
list
Deprecated since version 3.2.0: This function is no longer required. Use GEEInterface.get_assets() instead for better performance and resource management.