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
Retrieves the contents within an Earth Engine asset collection or folder, returning an object containing an assets array and potentially a nextPageToken for accessing further results.
Accepts the parent collection/folder ID, optional parameters like page size and filters, and an optional callback function for asynchronous execution.
Enables customization of the query by allowing users to filter results based on properties, time ranges, or geographic intersections using the filter parameter.
Offers two viewing options, "FULL" for comprehensive image property details and "BASIC" for a more concise representation.
Facilitates navigation through large result sets via pagination, utilizing pageSize to limit results per page and nextPageToken to access subsequent pages.
Returns a list of the contents in an asset collection or folder, in an object that includes an assets array and an optional nextPageToken.
An object containing optional request parameters with the following possible values:
pageSize (string) The number of results to return. If not specified, all results are returned.
pageToken (string) The token for the page of results to return.
filter (string) An additional filter query to apply. Example query: properties.my_property>=1 AND properties.my_property<2 AND startTime >= "2019-01-01T00:00:00.000Z" AND endTime < "2020-01-01T00:00:00.000Z" AND intersects("{'type':'Point','coordinates':[0,0]}") See https://google.aip.dev/160 for how to construct a query.
view (string) Specifies how much detail is returned in the list. Either "FULL" (default) for all image properties or "BASIC".
[[["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 2024-06-05 UTC."],[],[]]