wxee.collection.ImageCollection.get_image

ImageCollection.get_image(index: int) Image[source]

Return the image at the specified index in the collection. A negative index counts backwards from the end of the collection.

Parameters:

index (int) – The index of the image in the collection.

Returns:

The image at the given index.

Return type:

ee.Image