pysepal.scripts.gee#

All the heleper methods to interface Google Earthengine with sepal-ui.

Functions

delete_assets

Delete the selected asset and all its content.

get_assets

Get all the assets from the parameter folder.

get_assets_async_concurrent

Get all the assets from the parameter folder.

get_ee_project

Get the current Earth Engine project ID.

get_task

Get task.

init_ee

Initialize earth engine according using a token.

is_asset

Check if the asset already exist in the user asset folder.

is_running

Search for the described task in the user Task list return None if nothing is currently running.

is_task

Search for the described task in the user Task list return None if nothing is found.

list_assets_concurrent

List assets concurrently using ThreadPoolExecutor.

need_ee

Decorator to execute check if the object require EE binding.

wait_for_completion

Wait until the selected process is finished.