Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain Earth Engine access.
[[["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-12-23 UTC."],[[["\u003cp\u003eMerges geometries from an ImageCollection into a single Geometry, ensuring all input geometries share the same projection and edge interpretation.\u003c/p\u003e\n"],["\u003cp\u003eThis operation is computationally intensive and may perform poorly with large or complex collections; it's advised to use the smallest necessary collection for optimal results.\u003c/p\u003e\n"],["\u003cp\u003eThe process can be customized with an optional \u003ccode\u003emaxError\u003c/code\u003e parameter to control the margin of error during geometry merging.\u003c/p\u003e\n"]]],[],null,["Extracts and merges the geometries of a collection. Requires that all the geometries in the collection share the projection and edge interpretation.\n\n\u003cbr /\u003e\n\n| **Caution:** providing a large or complex collection as input can result in poor performance. Collating the geometry of collections does not scale well; use the smallest collection that is required to achieve the desired outcome.\n| **Note:** If only a bounding box around the collection is needed, consider using Collection.bounds instead.\n\n| Usage | Returns |\n|------------------------------------------|----------|\n| ImageCollection.geometry`(`*maxError*`)` | Geometry |\n\n| Argument | Type | Details |\n|--------------------|-----------------------|----------------------------------------------------|\n| this: `collection` | FeatureCollection | The collection whose geometries will be extracted. |\n| `maxError` | ErrorMargin, optional | An error margin to use when merging geometries. |"]]