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.
[[["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."],[[["\u003cp\u003e\u003ccode\u003etoList\u003c/code\u003e retrieves elements from an ImageCollection and returns them as a List.\u003c/p\u003e\n"],["\u003cp\u003eIt allows you to specify the maximum number of elements to fetch using the \u003ccode\u003ecount\u003c/code\u003e parameter.\u003c/p\u003e\n"],["\u003cp\u003eYou can control the starting position for element retrieval with the optional \u003ccode\u003eoffset\u003c/code\u003e parameter.\u003c/p\u003e\n"],["\u003cp\u003eIt's important to note that \u003ccode\u003etoList\u003c/code\u003e can be resource-intensive for large collections, potentially leading to memory limitations.\u003c/p\u003e\n"]]],["The function `ImageCollection.toList()` converts a collection's elements into a list. It takes a `count` argument, specifying the maximum number of elements to include. An optional `offset` argument allows discarding a set number of elements from the beginning. For example, setting a count of 3 and an offset of 3 returns elements four, five and six. The function is used with the input `collection`, a `FeatureCollection`. This process potentially demands significant resources, particularly with large collections.\n"],null,[]]