Returns the image collection given its ID.
Usage | Returns |
---|---|
ee.ImageCollection.load(id, version) | ImageCollection |
Argument | Type | Details |
---|---|---|
id | String | The asset ID of the image collection. |
version | Long, default: null | The version of the asset. -1 signifies the latest version. |
Examples
JavaScript
// Your example goes here!
Python
# Your example goes here!