Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain access. If you have not verified by September 26, 2025, your access may be on hold.
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
toList() converts an Earth Engine FeatureCollection into an Earth Engine List, enabling easier manipulation and analysis of its features.
This function can optionally limit the number of features fetched using the count parameter and skip initial features using the offset parameter.
toList() retrieves and displays the list of features from an input feature collection, offering flexibility for data extraction within a specific range or subset.
Returns the elements of a collection as a list.
Usage
Returns
FeatureCollection.toList(count, offset)
List
Argument
Type
Details
this: collection
FeatureCollection
The input collection to fetch.
count
Integer
The maximum number of elements to fetch.
offset
Integer, default: 0
The number of elements to discard from the start. If set, (offset + count) elements will be fetched and the first offset elements will be discarded.
[[["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."],[],[],null,[]]