pysepal.mapping.visualization.get_props_list#
- pysepal.mapping.visualization.get_props_list(gee_interface, ee_object)[source]#
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