pysepal.mapping.visualization.validate_ee_object#
- pysepal.mapping.visualization.validate_ee_object(ee_object)[source]#
Validate the type of the ee object.
- Parameters:
ee_object (ComputedObject) – the ee object to validate
- Raises:
AttributeError – if the ee_object is not an instance of ee.Image, ee.Geometry, ee.Feature or ee.FeatureCollection
- Return type:
None