An ImageCollection is is an EE variable object that represents a set of images that usually all depict spatial variation the same geographical characteristic but do so:
- for the same place at different times,
- for different places at the same time; or
- for different places at different times. ImageCollections 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.
- ee.ImageCollection.fromImages <-- Incomplete
- By limiting images:
- By filtering images:
- imageCollection.filterMetadata <-- Incomplete
- imageCollection.filterBounds
- imageCollection.filterDate
- imageCollection.filter <-- Incomplete from here onwards
- By selecting bands:
- By combining bands:
- By recasting data types:
- imageCollection.uint8
- imageCollection.uint16
- imageCollection.uint32
- imageCollection.int8
- imageCollection.int16
- imageCollection.int32
- imageCollection.int64
- imageCollection.float
- imageCollection.double
- imageCollection.Uint8
- imageCollection.Uint16
- imageCollection.Uint32
- imageCollection.toInt8
- imageCollection.toInt16
- imageCollection.toInt32
- imageCollection.toInt64
- imageCollection.toFloat
- imageCollection.toDouble
- imageCollection.byte
- imageCollection.short
- imageCollection.int
- imageCollection.toLong
- imageCollection.toByte
- imageCollection.toShort
- imageCollection.toInt
- imageCollection.toLong
- imageCollection.cast
- By resetting values:
- By mosaicking:
- with logical operations
- With mathematical operations:
- With reducers:
- As lists of pixel data:
- As lists of images:
- As GoogleMap overlays:
- As images of arrays: