Stay organized with collections
Save and categorize content based on your preferences.
An imperative function that returns all the known information about this collection via an AJAX call.
Returns a collection description whose fields include:
- features: a list containing metadata about the images in the collection.
- bands: a dictionary describing the bands of the images in this collection.
- properties: an optional dictionary containing the collection's metadata properties.
Usage
Returns
ImageCollection.getInfo(callback)
ImageCollectionDescription
Argument
Type
Details
this: imagecollection
ImageCollection
The ImageCollection instance.
callback
Function, optional
An optional callback. If not supplied, the call is made synchronously. If supplied, will be called with the first parameter if successful and the second if unsuccessful.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["`getInfo()` retrieves comprehensive metadata about an ImageCollection, including image features, band details, and collection properties."],["This function is executed via an AJAX call, returning an ImageCollectionDescription object containing the requested information."],["`getInfo()` can be used synchronously or asynchronously by optionally providing a callback function to handle the result."]]],[]]