An image is an EE variable object that represents a cartographic depiction of geographic space in a format much like that of a digital photograph. Images can be processed by using operations of the types listed below, which vary according to the nature of that processing. Each operation name is linked to a separate page describing that operation.
- Asset Manager
- ee.Image
- ee.Image.load <-- wrong link?
- ee.Image(value) <-- link not working
- ee.Image.constant
- ee.Image.pixelLonLat
- ee.Image.pixelArea
- By masking regions:
- By clipping regions:
- By selecting bands:
- By combining bands:
- By reprojecting:
- By recoding colors:
- By recasting data types:
- image.uint8
- image.uint16
- image.uint32
- image.int8
- image.int16
- image.int32
- image.int64
- image.float
- image.double
- image.Uint8
- image.Uint16
- image.Uint32
- image.toInt8
- image.toInt16
- image.toInt32
- image.toInt64
- image.toFloat
- image.toDouble
- image.byte
- image.short
- image.int
- image.toLong
- image.toByte
- image.toShort
- image.toInt
- image.toLong
- image.cast
- By resetting values:
- With logical operations:
- With mathematical operations:
- With trigonometric operations:
- With bitwise operations:
- With pixel reducers:
- With array operations:
- With insularity operations:
- With terrain operations:
- With texture operations:
- With edge operations:
- With distance operations:
- With neighborhood operations:
- With alignment operations:
- As FeatureCollections:
- As ImageCollections:
- As GoogleMap Overlays:
- As images of bands for neighbors:
- As images of arrays for bands:
- As images of bands for arrays:
- By region:
- In print:
- In maps:
- In charts: