pysepal.mapping.visualization.get_viz_params#
- pysepal.mapping.visualization.get_viz_params(ee_object, gee_interface)[source]#
Retrieve and process visualization parameters for a given Earth Engine object.
- Parameters:
ee_object (ComputedObject) – The Earth Engine object (Image, FeatureCollection, etc.) to process.
gee_interface (GEEInterface) – The interface to read the object’s properties through. Required since 4.0; see
get_viz_params_async().
- Returns:
A tuple containing the processed image, object, and visualization parameters.
- Raises:
AttributeError – If the provided Earth Engine object is not of a recognized type.
- Return type:
tuple