pysepal.mapping.layer.EELayer#
- class pysepal.mapping.layer.EELayer(*args, **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_objectthe ee.object displayed on the map
Methods
Wrapper of the TileLayer class to add the ee object as a member.