Returns the image collection containing the given images.
Usage | Returns |
---|---|
ee.ImageCollection.fromImages(images) | ImageCollection |
Argument | Type | Details |
---|---|---|
images | List | The images to include in the collection. |
Examples
JavaScript
// Your example goes here!
Python
# Your example goes here!