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\u003eReturns a list of the geometries within a GeometryCollection or a single geometry in a list.\u003c/p\u003e\n"],["\u003cp\u003eApplies to Geometry objects, specifically demonstrated with LinearRing in the examples.\u003c/p\u003e\n"],["\u003cp\u003eUseful for accessing individual components of complex or single geometries in Earth Engine.\u003c/p\u003e\n"],["\u003cp\u003eDemonstrated using both JavaScript and Python code snippets in the provided examples.\u003c/p\u003e\n"]]],["The `geometries()` method extracts geometries from a `GeometryCollection` or returns a singleton list containing the geometry itself. For example, applying `geometries()` to a `LinearRing` object, as demonstrated in both JavaScript and Python examples, results in a list. The code shows the creation of a `LinearRing`, the application of `.geometries()`, the printing of the result, and the visualization on a map using specified coordinates and color.\n"],null,[]]