sepal_ui.mapping.layer.EELayer#

class sepal_ui.mapping.layer.EELayer(**kwargs)[source]#

Wrapper of the TileLayer class to add the ee object as a member.

useful to get back the values for specific points in a v_inspector.

Parameters:

ee_object (ee.object) – the ee.object displayed on the map

Attributes

ee_object

the ee.object displayed on the map

Methods

__init__

Wrapper of the TileLayer class to add the ee object as a member.

EELayer.__init__(ee_object, **kwargs)[source]#

Wrapper of the TileLayer class to add the ee object as a member.

useful to get back the values for specific points in a v_inspector.

Parameters:

ee_object (ee.object) – the ee.object displayed on the map

Return type:

None