ImageCollections can be constructed from the following arguments:
- A string: assumed to be the name of a collection,
- A list of images, or anything that can be used to construct an image.
- A single image.
- A computed object - reinterpreted as a collection.
Usage | Returns |
---|---|
ee.ImageCollection(args) | ImageCollection |
Argument | Type | Details |
---|---|---|
args | ComputedObject|Image|List | The constructor arguments. |