pysepal.mapping.visualization.get_props_list_async#

async pysepal.mapping.visualization.get_props_list_async(gee_interface, ee_object)[source]#

Asynchronously retrieve the list of visualization properties from an Earth Engine object.

Parameters:
  • gee_interface (GEEInterface) – The GEE interface to use for fetching properties.

  • ee_object (ComputedObject) – The Earth Engine object (Image, FeatureCollection, etc.) to process.

Returns:

A list of visualization properties.

Raises:

AttributeError – If the provided Earth Engine object is not of a recognized type.

Return type:

list