eemont.image.__add__

eemont.image.__add__(self, other)[source]

Computes the addition between two images.

Parameters
  • self (ee.Image) – Left operand.

  • other (ee.Image | numeric | list[numeric]) – Right operand. If numeric, an ee.Image is created from its value. If list, an ee.Image with n bands (n = len(list)) is created from its values.

Returns

Addition of two images.

Return type

ee.Image