pysepal.mapping.visualization.get_viz_params#

pysepal.mapping.visualization.get_viz_params(ee_object, gee_interface=None)[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 | None) – The GEE interface to use for fetching properties. If not provided, a new instance will be created.

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